https://github.com/torvalds/linux
Raw File
Tip revision: 61867ab54695cb4b98cb988698c11e4a2ddf1e8a authored by Hugo De Zela on 25 July 2017, 16:28:30 UTC
Now with actual patch files
Tip revision: 61867ab
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