https://jxself.org/git/linux-libre.git
Raw File
Tip revision: b963c0a0f141d6ae838ccec7bca0bed1c3c99904 authored by Jason Self on 05 October 2013, 14:18:20 UTC
Linux-libre 3.11.4-gnu
Tip revision: b963c0a
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