Revision f29d778fa47aacb4b0e7dede603756ac782c9391 authored by Mark Brown on 23 February 2014, 03:22:18 UTC, committed by Mark Brown on 23 February 2014, 03:22:18 UTC
2 parent s 6d0abec + acc3d5c
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