https://jxself.org/git/linux-libre.git
Revision f34453602cd2c92926b862735d21ad203d71c2fe authored by Jason Self on 05 October 2014, 21:54:35 UTC, committed by Jason Self on 05 October 2014, 21:54:35 UTC
0 parent
Raw File
Tip revision: f34453602cd2c92926b862735d21ad203d71c2fe authored by Jason Self on 05 October 2014, 21:54:35 UTC
Linux-libre 3.10.56-gnu
Tip revision: f344536
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