barebox/Kconfig
Uwe Hermann b0d3389227 menuconfig: Show "Barebox", not "Linux" at the top.
The menuconfig configures Barebox, not the Linux kernel, so no reason
to print "Linux" there.

Signed-off-by: Uwe Hermann <uwe@hermann-uwe.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
2012-04-13 00:10:58 +02:00

12 lines
247 B
Text

#
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Barebox/$ARCH $KERNELVERSION Configuration"
config SRCARCH
string
option env="SRCARCH"
source "arch/$SRCARCH/Kconfig"