https://github.com/torvalds/linux
Raw File
Tip revision: 24b670a6d5192b7530f0022eb2597a0c509718b2 authored by Jiangbiao.Deng on 14 December 2016, 17:03:40 UTC
Merge pull request #1 from torvalds/master
Tip revision: 24b670a
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