https://github.com/torvalds/linux
Raw File
Tip revision: d851313125143b696e546c77899cc7f2450875f4 authored by Willem Wouters on 30 November 2014, 12:07:31 UTC
Merge pull request #1 from torvalds/master
Tip revision: d851313
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