https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 1c9ffa08b1db6a6074f953848b35a319b678688e authored by Jason Self on 30 January 2015, 01:42:41 UTC
Linux-libre 3.10.67-gnu
Tip revision: 1c9ffa0
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