Browse Source

[PATCH] uml: add modversions support

Actually, the real support was added by some earlier patches.  Now we simply
re-enable the config.  option.  I've actually tested it and it works well.

Signed-off-by: Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Paolo 'Blaisorblade' Giarrusso 20 years ago
parent
commit
34a1a63e37
1 changed files with 1 additions and 1 deletions
  1. 1 1
      init/Kconfig

+ 1 - 1
init/Kconfig

@@ -442,7 +442,7 @@ config OBSOLETE_MODPARM
 
 
 config MODVERSIONS
 config MODVERSIONS
 	bool "Module versioning support (EXPERIMENTAL)"
 	bool "Module versioning support (EXPERIMENTAL)"
-	depends on MODULES && EXPERIMENTAL && !UML
+	depends on MODULES && EXPERIMENTAL
 	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