um: reinstate kernel version in generated .config
authorGeert Uytterhoeven <[email protected]>
Tue, 26 Jul 2011 00:12:48 +0000 (17:12 -0700)
committerLinus Torvalds <[email protected]>
Tue, 26 Jul 2011 03:57:12 +0000 (20:57 -0700)
Commit 0954828fcbf3 ("kconfig: replace 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 <[email protected]>
Signed-off-by: Richard Weinberger <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
Signed-off-by: Linus Torvalds <[email protected]>
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"