Revision ffc6a4e49e5bc117aac13ed752cfc018c163e2ac authored by Christoph Bumiller on 19 April 2012, 17:59:20 UTC, committed by Ben Skeggs on 30 April 2012, 05:55:46 UTC
Signed-off-by: Christoph Bumiller <e0425955@student.tuwien.ac.at>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
1 parent 0ed4bb9
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