Skip to content
Snippets Groups Projects
Commit 0d541643 authored by Sam Ravnborg's avatar Sam Ravnborg
Browse files

kbuild: remove EXPERIMENTAL tag from Module versioning


Module versioning support has been stable for a loong time
so let's get rid of the EXPERIMENTAL tag.

Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent c40f5640
No related merge requests found
......@@ -460,8 +460,8 @@ config OBSOLETE_MODPARM
If unsure, say Y.
config MODVERSIONS
bool "Module versioning support (EXPERIMENTAL)"
depends on MODULES && EXPERIMENTAL
bool "Module versioning support"
depends on MODULES
help
Usually, you have to use modules compiled with your kernel.
Saying Y here makes it sometimes possible to use modules
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment