mirror of
https://github.com/adulau/aha.git
synced 2024-12-27 19:26:25 +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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue