diff options
Diffstat (limited to 'init')
-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 |