https://jxself.org/git/linux-libre.git
Raw File
Tip revision: a730c4a73abb377276aa8b3e291dac1609787eb2 authored by Jason Self on 29 November 2013, 19:12:10 UTC
Linux-libre 3.10.21-gnu
Tip revision: a730c4a
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