diff options
author | Johannes Berg <johannes@sipsolutions.net> | 2008-07-08 19:00:26 +0200 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2009-01-05 08:40:10 +1030 |
commit | a327ca2c2674c5a9a0073421df19bfc362698136 (patch) | |
tree | 367d24a3d4bd1a13782b4c4b2bdbdd1c6dfcd11d /init | |
parent | 7d3b56ba37a95f1f370f50258ed3954c304c524b (diff) | |
download | linux-3.10-a327ca2c2674c5a9a0073421df19bfc362698136.tar.gz linux-3.10-a327ca2c2674c5a9a0073421df19bfc362698136.tar.bz2 linux-3.10-a327ca2c2674c5a9a0073421df19bfc362698136.zip |
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 f6281711166..52847eec739 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -916,12 +916,6 @@ config MODULE_SRCVERSION_ALL the version). With this option, such a "srcversion" field will be created for all modules. If unsure, say N. -config KMOD - def_bool y - help - This is being removed soon. These days, CONFIG_MODULES - implies CONFIG_KMOD, so use that instead. - endif # MODULES config INIT_ALL_POSSIBLE |