projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7d3b56b
)
remove CONFIG_KMOD
author
Johannes Berg
<johannes@sipsolutions.net>
Tue, 8 Jul 2008 17:00:26 +0000
(19:00 +0200)
committer
Rusty Russell
<rusty@rustcorp.com.au>
Sun, 4 Jan 2009 22:10:10 +0000
(08:40 +1030)
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>
init/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index f6281711166d5dbeba4f55121547396d00b6ff2e..52847eec7398cbda5b0ffe5c65446208bdd1008a 100644
(file)
--- 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