diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-17 01:13:59 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-17 02:15:26 -0500 |
commit | fd279197b1df6b46076991ca0e1f7faa8f3d8028 (patch) | |
tree | 0e841794a25a54e9288b86dd97d9d5ced8ca112c /init/Kconfig | |
parent | 3001aa826ea6a4de12b437188c2a095991d2d142 (diff) |
[PATCH] build kernel/intermodule.c only when required
Build kernel/intermodule.c only when required.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Cc: Sam Ravnborg <sam@ravnborg.org>
Cc: David Woodhouse <dwmw2@infradead.org>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'init/Kconfig')
-rw-r--r-- | init/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index 7efa729d2cf4..b9923b1434a2 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -427,6 +427,9 @@ config SLOB | |||
427 | default !SLAB | 427 | default !SLAB |
428 | bool | 428 | bool |
429 | 429 | ||
430 | config OBSOLETE_INTERMODULE | ||
431 | tristate | ||
432 | |||
430 | menu "Loadable module support" | 433 | menu "Loadable module support" |
431 | 434 | ||
432 | config MODULES | 435 | config MODULES |