diff options
author | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:36:52 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-04 19:36:52 -0500 |
commit | 25c862cc9ea9b312c25a9f577f91b973131f1261 (patch) | |
tree | 8e8f56531144370ced50fa98db2973f4e93e38b0 /init | |
parent | 52347f4e810ba323d02cd2c26b5d738f4a2c3d5e (diff) | |
parent | 8ded4ac018ea706bf7ee926601a27184665c9c28 (diff) |
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
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 9fc0759fa942..aa29b797ca2b 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -461,8 +461,8 @@ config OBSOLETE_MODPARM | |||
461 | If unsure, say Y. | 461 | If unsure, say Y. |
462 | 462 | ||
463 | config MODVERSIONS | 463 | config MODVERSIONS |
464 | bool "Module versioning support (EXPERIMENTAL)" | 464 | bool "Module versioning support" |
465 | depends on MODULES && EXPERIMENTAL | 465 | depends on MODULES |
466 | help | 466 | help |
467 | Usually, you have to use modules compiled with your kernel. | 467 | Usually, you have to use modules compiled with your kernel. |
468 | Saying Y here makes it sometimes possible to use modules | 468 | Saying Y here makes it sometimes possible to use modules |