]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
commit 0954828fcbf3bd13d593499b16b901a4e801b0b9 ("kconfig: replace
authorGeert Uytterhoeven <geert@linux-m68k.org>
Sat, 16 Jul 2011 13:31:10 +0000 (23:31 +1000)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Jul 2011 05:05:19 +0000 (15:05 +1000)
KERNELVERSION usage by the mainmenu's prompt") made the kernel version
disappear from the generated .config file when configuring for UML.  As
UML's Kconfig doesn't have a mainmenu, kconfig falls back to the default
string "Linux Kernel Configuration".

Add a suitable mainmenu to the main UML Kconfig file to fix this.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
arch/um/Kconfig.x86

index 8aae429a56e2d34690c24253fb1c3825fe1cf52a..d31ecf346b4eced920a6e648b50e3eb2c08efb29 100644 (file)
@@ -1,3 +1,5 @@
+mainmenu "User Mode Linux/$SUBARCH $KERNELVERSION Kernel Configuration"
+
 source "arch/um/Kconfig.common"
 
 menu "UML-specific options"