Revision 4ba7b5f0ce49d58e48e4c19a2c5ceea50fceda4d authored by Steven Miao on 16 July 2014, 06:37:31 UTC, committed by Steven Miao on 26 July 2014, 00:32:45 UTC
Signed-off-by: Steven Miao <realmz6@gmail.com>
1 parent c6a26ce
Raw File
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