Revision 54ab6db0909061ab7ee07233d3cab86d29f86e6c authored by Jonathan Corbet on 27 December 2016, 19:53:44 UTC, committed by Jonathan Corbet on 27 December 2016, 19:53:44 UTC
2 parent s 217e2bf + 7ce7d89
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