Revision b8884da6113be83f6f3b296539bcd9f602a6abd8 authored by Ben Skeggs on 14 February 2011, 03:51:28 UTC, committed by Ben Skeggs on 16 February 2011, 23:41:01 UTC
We free the temporary binding before leaving this function, so we also have
to wait for the move to actually complete.

Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
1 parent 1dc3267
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