https://jxself.org/git/linux-libre.git
Raw File
Tip revision: 77d4d6f43fc1044f8d94e76ae9beaa0b0fcb093b authored by Jason Self on 22 June 2012, 18:34:37 UTC
Linux-libre 3.0.36-gnu1
Tip revision: 77d4d6f
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