Files
linux/Kconfig
Mauro Ribeiro e7e5581762 hooked backport to top level Kconfig
Change-Id: Idf0e69b3d6ed7c8819f85ad019fd4746fc926e63
2015-03-12 22:44:07 -03:00

13 lines
279 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Kernel Configuration"
config SRCARCH
string
option env="SRCARCH"
source "arch/$SRCARCH/Kconfig"
source "backports/Kconfig"