Revision ef83f1c67ae5a57ef6fe2d3d5a6b54a33d64f3ef authored by Hector Martin on 27 December 2016, 18:45:06 UTC, committed by Hector Martin on 03 January 2017, 23:24:49 UTC
1 parent b2f2e22
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