diff options
author | Paolo 'Blaisorblade' Giarrusso <blaisorblade@yahoo.it> | 2005-05-28 15:51:57 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2005-05-28 16:46:12 -0700 |
commit | 34a1a63e37ee8d60bdb842476d9337cdff5413d9 (patch) | |
tree | 6f70dfc0557e26e91e62a8849ed45a983c9e114e /init | |
parent | 7590d3ec1cda7d504c25103bde0c9911f93810e9 (diff) | |
download | linux-3.10-34a1a63e37ee8d60bdb842476d9337cdff5413d9.tar.gz linux-3.10-34a1a63e37ee8d60bdb842476d9337cdff5413d9.tar.bz2 linux-3.10-34a1a63e37ee8d60bdb842476d9337cdff5413d9.zip |
[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>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig index d920baed109..a7660ccc693 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -442,7 +442,7 @@ config OBSOLETE_MODPARM config MODVERSIONS bool "Module versioning support (EXPERIMENTAL)" - depends on MODULES && EXPERIMENTAL && !UML + depends on MODULES && EXPERIMENTAL help Usually, you have to use modules compiled with your kernel. Saying Y here makes it sometimes possible to use modules |