https://jxself.org/git/linux-libre.git
Revision b203703c166903792027e15ef008125f411b1e75 authored by Jason Self on 20 November 2013, 20:28:06 UTC, committed by Jason Self on 20 November 2013, 20:28:06 UTC
0 parent
Raw File
Tip revision: b203703c166903792027e15ef008125f411b1e75 authored by Jason Self on 20 November 2013, 20:28:06 UTC
Linux-libre 3.10.20-gnu
Tip revision: b203703
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