swh:1:snp:77163734605b0ec556b01d897b7bb4a7e30d46b6
Raw File
Tip revision: 69964ea4c7b68c9399f7977aa5b9aa6539a6a98a authored by Linus Torvalds on 29 April 2012, 22:19:10 UTC
Linux 3.4-rc5
Tip revision: 69964ea
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