diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-07-08 13:00:26 -0400 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-04 17:10:10 -0500 |
commit | a327ca2c2674c5a9a0073421df19bfc362698136 (patch) | |
tree | 367d24a3d4bd1a13782b4c4b2bdbdd1c6dfcd11d /init | |
parent | 7d3b56ba37a95f1f370f50258ed3954c304c524b (diff) |
remove CONFIG_KMOD
Now that nothing depends on it any more, remove CONFIG_KMOD.
Signed-off-by: Johannes Berg <johannes@sipsolutions.net>
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Diffstat (limited to 'init')
-rw-r--r-- | init/Kconfig | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/init/Kconfig b/init/Kconfig index f6281711166d..52847eec7398 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -916,12 +916,6 @@ config MODULE_SRCVERSION_ALL | |||
916 | the version). With this option, such a "srcversion" field | 916 | the version). With this option, such a "srcversion" field |
917 | will be created for all modules. If unsure, say N. | 917 | will be created for all modules. If unsure, say N. |
918 | 918 | ||
919 | config KMOD | ||
920 | def_bool y | ||
921 | help | ||
922 | This is being removed soon. These days, CONFIG_MODULES | ||
923 | implies CONFIG_KMOD, so use that instead. | ||
924 | |||
925 | endif # MODULES | 919 | endif # MODULES |
926 | 920 | ||
927 | config INIT_ALL_POSSIBLE | 921 | config INIT_ALL_POSSIBLE |