Commit ff9c0148 authored by Paolo \'Blaisorblade\' Giarrusso's avatar Paolo \'Blaisorblade\' Giarrusso Committed by Linus Torvalds

[PATCH] uml: kconfig fixes

Change some config text (hide CONFIG_MODVERSION which is broken on UML and fix
a dummy prompt).
Signed-off-by: default avatarPaolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 95ae5e20
...@@ -313,11 +313,9 @@ if BROKEN ...@@ -313,11 +313,9 @@ if BROKEN
source "drivers/mtd/Kconfig" source "drivers/mtd/Kconfig"
endif endif
#This is just to shut up some Kconfig warnings, so no prompt.
config INPUT config INPUT
bool "Dummy option" bool
depends BROKEN
default n default n
help
This is a dummy option to get rid of warnings.
source "arch/um/Kconfig.debug" source "arch/um/Kconfig.debug"
...@@ -410,7 +410,7 @@ config OBSOLETE_MODPARM ...@@ -410,7 +410,7 @@ config OBSOLETE_MODPARM
config MODVERSIONS config MODVERSIONS
bool "Module versioning support (EXPERIMENTAL)" bool "Module versioning support (EXPERIMENTAL)"
depends on MODULES && EXPERIMENTAL depends on MODULES && EXPERIMENTAL && !USERMODE
help help
Usually, you have to use modules compiled with your kernel. Usually, you have to use modules compiled with your kernel.
Saying Y here makes it sometimes possible to use modules Saying Y here makes it sometimes possible to use modules
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment