Revision ccdf57fac83746a103db1e815e0e76645dcde309 authored by Jason Self on 01 August 2012, 19:28:24 UTC, committed by Jason Self on 01 August 2012, 19:28:24 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