https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 100123656da6fa598c0616b36f205aa5bc59d264 authored by Jason Self on 04 February 2013, 00:22:17 UTC
Linux-libre 3.0.62-gnu1
Tip revision: 1001236
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