https://github.com/torvalds/linux
Raw File
Tip revision: f6161aa153581da4a3867a2d1a7caf4be19b6ec9 authored by Linus Torvalds on 10 March 2013, 23:54:19 UTC
Linux 3.9-rc2
Tip revision: f6161aa
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