https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 0d69396582e3184f92169b22ecc5dfab2b592639 authored by Jason Self on 17 August 2011, 17:57:24 UTC
Linux-libre 3.0.3-gnu1
Tip revision: 0d69396
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