https://jxself.org/git/linux-libre.git
Revision 9639e30bf856998fe77cc1633acc3f7f31cfce17 authored by Jason Self on 15 May 2014, 07:56:46 UTC, committed by Jason Self on 15 May 2014, 07:56:46 UTC
0 parent
Raw File
Tip revision: 9639e30bf856998fe77cc1633acc3f7f31cfce17 authored by Jason Self on 15 May 2014, 07:56:46 UTC
Linux-libre 3.12.20-gnu
Tip revision: 9639e30
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