diff options
| author | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-03 02:19:44 -0600 |
|---|---|---|
| committer | Kai Germaschewski <kai@tp1.ruhr-uni-bochum.de> | 2003-02-03 02:19:44 -0600 |
| commit | d5ea3bb59fe2d4a5216e1daa1e5631f47825665e (patch) | |
| tree | f5fd16b7be17badcd97b7dffd337978ff7f593d9 /init | |
| parent | 6ef80ec1e753a850da410ec592bf52cb14dc77d3 (diff) | |
kbuild: Rename CONFIG_MODVERSIONING -> CONFIG_MODVERSIONS
CONFIG_MODVERSIONING was a temporary name introduced to distinguish
between the old and new module version implementation. Since the
traces of the old implementation are now gone from the build system,
we rename the config option back in order to not confuse users more
than necessary in 2.6.
Also, remove some historic modversions cruft throughout the tree.
Diffstat (limited to 'init')
| -rw-r--r-- | init/Kconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/init/Kconfig b/init/Kconfig index 5541908be8c0..887abc316ee2 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -144,11 +144,10 @@ config OBSOLETE_MODPARM have not been converted to the new module parameter system yet. If unsure, say Y. -config MODVERSIONING +config MODVERSIONS bool "Module versioning support (EXPERIMENTAL)" depends on MODULES && EXPERIMENTAL help - ---help--- Usually, you have to use modules compiled with your kernel. Saying Y here makes it sometimes possible to use modules compiled for different kernels, by adding enough information |
