Revision 7f486ac6e50f753e1a995db46d840ab0958be859 authored by Jason Self on 24 February 2011, 23:09:09 UTC, committed by Jason Self on 24 February 2011, 23:09:09 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