Skip to content

Commit

Permalink
um: reinstate kernel version in generated .config
Browse files Browse the repository at this point in the history
Commit 0954828 ("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 <geert@linux-m68k.org>
Signed-off-by: Richard Weinberger <richard@nod.at>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Geert Uytterhoeven authored and Linus Torvalds committed Jul 26, 2011
1 parent dd71dc4 commit 7fa38e7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions arch/um/Kconfig.x86
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
mainmenu "User Mode Linux/$SUBARCH $KERNELVERSION Kernel Configuration"

source "arch/um/Kconfig.common"

menu "UML-specific options"
Expand Down

0 comments on commit 7fa38e7

Please sign in to comment.