https://github.com/torvalds/linux
Raw File
Tip revision: 881c4c07dd99f1b0a8b9f96e326cc755597ea522 authored by 1q84 on 01 September 2014, 14:29:16 UTC
Merge pull request #1 from torvalds/master
Tip revision: 881c4c0
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