https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 21656d89e3e1dc089d53cd91b2ff89ddab276b58 authored by Jason Self on 20 March 2013, 19:59:50 UTC
Linux-libre 3.0.70-gnu1
Tip revision: 21656d8
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