https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 858e701c30bf2498191781e92473a082b0ff9e50 authored by Jason Self on 09 January 2014, 20:25:50 UTC
Linux-libre 3.12.7-gnu
Tip revision: 858e701
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