https://github.com/torvalds/linux
Raw File
Tip revision: 87e9c8e7cc2b6a99917b36cbfcec7fe3a0c77f4e authored by James Lacey on 24 July 2017, 14:42:22 UTC
Make "attempted to kill init" message more clear
Tip revision: 87e9c8e
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