https://jxself.org/git/linux-libre.git
Raw File
Tip revision: cd72b6698bbf0773c0deceb588d931218cbc4228 authored by Jason Self on 14 November 2014, 16:48:30 UTC
Linux-libre 3.10.60-gnu
Tip revision: cd72b66
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