9
0
Fork 0

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>
This commit is contained in:
Uwe Hermann 2012-04-12 19:50:41 +02:00 committed by Sascha Hauer
parent 32e630d182
commit b0d3389227
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
# For a description of the syntax of this configuration file,
# see Documentation/kbuild/kconfig-language.txt.
#
mainmenu "Linux/$ARCH $KERNELVERSION Barebox Configuration"
mainmenu "Barebox/$ARCH $KERNELVERSION Configuration"
config SRCARCH
string