Revision dc9617cb81c4130858b6dd026039f42a39e93c18 authored by Mark Brown on 25 April 2017, 15:25:07 UTC, committed by Mark Brown on 25 April 2017, 15:25:07 UTC
3 parent s 6e4cac2 + b6e38b2 + d05d862
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