https://github.com/torvalds/linux
Raw File
Tip revision: 25f9a4d886dc11ae59b6327c1f9adf33da6d4c94 authored by xxxx001 on 09 March 2016, 11:27:21 UTC
Merge pull request #1 from torvalds/master
Tip revision: 25f9a4d
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