mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-04 04:02:26 +00:00
[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>
This commit is contained in:
parent
7590d3ec1c
commit
34a1a63e37
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user