diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-12-26 17:04:02 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-12-26 17:04:02 -0500 |
commit | 0d5416433190ee80a8146137dd84613bb9c7ae92 (patch) | |
tree | 1d01057c08e559b5947ddd942ce725b5b7d82fb4 | |
parent | c40f56409d01f6f1ea80ed4c229096749c2335df (diff) |
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: Sam Ravnborg <sam@ravnborg.org>
-rw-r--r-- | init/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index ea097e0a9c02..11930fbb1e02 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -460,8 +460,8 @@ config OBSOLETE_MODPARM | |||
460 | If unsure, say Y. | 460 | If unsure, say Y. |
461 | 461 | ||
462 | config MODVERSIONS | 462 | config MODVERSIONS |
463 | bool "Module versioning support (EXPERIMENTAL)" | 463 | bool "Module versioning support" |
464 | depends on MODULES && EXPERIMENTAL | 464 | depends on MODULES |
465 | help | 465 | help |
466 | Usually, you have to use modules compiled with your kernel. | 466 | Usually, you have to use modules compiled with your kernel. |
467 | Saying Y here makes it sometimes possible to use modules | 467 | Saying Y here makes it sometimes possible to use modules |