Revision baeae1cf65a101ab58bb2e4c1ab672d3b1f08049 authored by Jason Self on 06 February 2014, 19:08:40 UTC, committed by Jason Self on 06 February 2014, 19:08:40 UTC
0 parent
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