Kconfig 252 B

1234567891011
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see Documentation/kbuild/kconfig-language.txt.
  4. #
  5. mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
  6. config SRCARCH
  7. string
  8. option env="SRCARCH"
  9. source "arch/$SRCARCH/Kconfig"