https://github.com/torvalds/linux
Raw File
Tip revision: 897504a9f47dbb50a9e1017035a18bc8f7ee2d2a authored by Devesh Mehra on 21 November 2016, 16:48:58 UTC
isdnctrl 2>&1|grep version
Tip revision: 897504a
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