https://github.com/torvalds/linux
Revision 0034102808e0dbbf3a2394b82b1bb40b5778de9e authored by Linus Torvalds on 08 April 2012, 01:30:41 UTC, committed by Linus Torvalds on 08 April 2012, 01:30:41 UTC
1 parent f4e52e7
Raw File
Tip revision: 0034102808e0dbbf3a2394b82b1bb40b5778de9e authored by Linus Torvalds on 08 April 2012, 01:30:41 UTC
Linux 3.4-rc2
Tip revision: 0034102
Kconfig
#
# 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"
back to top