https://github.com/torvalds/linux
Raw File
Tip revision: a6bff87fa6cb5c9b8fb67fc7c517b75deafc6792 authored by Adrien BAK on 18 March 2014, 13:02:03 UTC
really hard
Tip revision: a6bff87
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