diff options
author | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-12-26 23:04:02 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@mars.ravnborg.org> | 2005-12-26 23:04:02 +0100 |
commit | 0d5416433190ee80a8146137dd84613bb9c7ae92 (patch) | |
tree | 1d01057c08e559b5947ddd942ce725b5b7d82fb4 | |
parent | c40f56409d01f6f1ea80ed4c229096749c2335df (diff) | |
download | op-kernel-dev-0d5416433190ee80a8146137dd84613bb9c7ae92.zip op-kernel-dev-0d5416433190ee80a8146137dd84613bb9c7ae92.tar.gz |
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 ea097e0..11930fb 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -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 |