https://github.com/torvalds/linux
Raw File
Tip revision: 63e1b83b6547a6527307f857d246185e82554852 authored by fly on 29 March 2017, 04:13:40 UTC
Merge pull request #2 from tgexpress/own
Tip revision: 63e1b83
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