https://jxself.org/git/linux-libre.git
Revision 3c84bb0d100819c80ec60f4d0528b6f8fcb48a19 authored by Jason Self on 27 September 2013, 00:22:52 UTC, committed by Jason Self on 27 September 2013, 00:22:52 UTC
0 parent
Raw File
Tip revision: 3c84bb0d100819c80ec60f4d0528b6f8fcb48a19 authored by Jason Self on 27 September 2013, 00:22:52 UTC
Linux-libre 3.11.2-gnu
Tip revision: 3c84bb0
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