Revision c5e64d6b70da16979652053e04f794f6d7863282 authored by John W. Linville on 12 May 2014, 18:12:19 UTC, committed by John W. Linville on 12 May 2014, 18:12:19 UTC
2 parent s d2e5cb4 + f9ac71b
Raw File
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