https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 6af9f081f00b81839003e7a4ff9f29ad80a97940 authored by Jason Self on 03 November 2013, 23:41:59 UTC
Linux-libre 3.12-gnu
Tip revision: 6af9f08
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