https://github.com/torvalds/linux
Raw File
Tip revision: bfd411613cb73ef9c29b01ac1407d1205da9b9dc authored by coder280 on 03 November 2013, 07:51:48 UTC
Merge pull request #1 from torvalds/master
Tip revision: bfd4116
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