aboutsummaryrefslogtreecommitdiffstats
path: root/init/Kconfig
diff options
context:
space:
mode:
authorSam Ravnborg <sam@mars.ravnborg.org>2005-12-26 17:04:02 -0500
committerSam Ravnborg <sam@mars.ravnborg.org>2005-12-26 17:04:02 -0500
commit0d5416433190ee80a8146137dd84613bb9c7ae92 (patch)
tree1d01057c08e559b5947ddd942ce725b5b7d82fb4 /init/Kconfig
parentc40f56409d01f6f1ea80ed4c229096749c2335df (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>
Diffstat (limited to 'init/Kconfig')
-rw-r--r--init/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig
index ea097e0a9c0..11930fbb1e0 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
462config MODVERSIONS 462config 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