From b0d3389227cd54c2c48f0f60a4ab2ae76296076c Mon Sep 17 00:00:00 2001 From: Uwe Hermann Date: Thu, 12 Apr 2012 19:50:41 +0200 Subject: [PATCH] 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 Signed-off-by: Sascha Hauer --- Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Kconfig b/Kconfig index 8e994df64..53d4f5a27 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