https://jxself.org/git/linux-libre.git
Raw File
Tip revision: ec4a1dd27f478db6880a480fa737a0d846cd2122 authored by Jason Self on 08 March 2016, 15:56:17 UTC
Linux-libre 3.12.56-gnu
Tip revision: ec4a1dd
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