https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 45e14afefa0bcaf624c36904cfd4dc6c33bc8704 authored by Jason Self on 23 May 2016, 11:14:00 UTC
Linux-libre 3.12.60-gnu
Tip revision: 45e14af
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