summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorUwe Hermann <uwe@hermann-uwe.de>2012-04-12 19:50:41 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2012-04-13 00:10:58 +0200
commitb0d3389227cd54c2c48f0f60a4ab2ae76296076c (patch)
tree1bf132c0f00a47af8243988934463fd65f4fc5dc
parent32e630d182a5479e5da60906523b74a19cf5caab (diff)
downloadbarebox-b0d3389227cd54c2c48f0f60a4ab2ae76296076c.tar.gz
barebox-b0d3389227cd54c2c48f0f60a4ab2ae76296076c.tar.xz
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>
-rw-r--r--Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/Kconfig b/Kconfig
index 8e994df64d..53d4f5a276 100644
--- a/Kconfig
+++ b/Kconfig
@@ -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