https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6e655f3863c2914f41aed75e7ffb491aa877cdf6 authored by Jason Self on 14 April 2011, 20:04:02 UTC
Linux-libre 2.6.38.3-gnu1
Tip revision: 6e655f3
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