Skip to content

Commit

Permalink
kbuild: remove EXPERIMENTAL tag from Module versioning
Browse files Browse the repository at this point in the history
Module versioning support has been stable for a loong time
so let's get rid of the EXPERIMENTAL tag.

Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
  • Loading branch information
Sam Ravnborg committed Dec 26, 2005
1 parent c40f564 commit 0d54164
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions init/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0d54164

Please sign in to comment.