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 /drivers/mtd | |
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 'drivers/mtd')
-rw-r--r-- | drivers/mtd/chips/Kconfig | 1 | ||||
-rw-r--r-- | drivers/mtd/devices/Kconfig | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig index 25f8217a671d..effa0d7a73ac 100644 --- a/drivers/mtd/chips/Kconfig +++ b/drivers/mtd/chips/Kconfig | |||
@@ -31,6 +31,7 @@ config MTD_JEDECPROBE | |||
31 | 31 | ||
32 | config MTD_GEN_PROBE | 32 | config MTD_GEN_PROBE |
33 | tristate | 33 | tristate |
34 | select OBSOLETE_INTERMODULE | ||
34 | 35 | ||
35 | config MTD_CFI_ADV_OPTIONS | 36 | config MTD_CFI_ADV_OPTIONS |
36 | bool "Flash chip driver advanced configuration options" | 37 | bool "Flash chip driver advanced configuration options" |
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index 5038e90ceb12..dd628cb51e31 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -218,6 +218,7 @@ config MTD_DOC2001PLUS | |||
218 | config MTD_DOCPROBE | 218 | config MTD_DOCPROBE |
219 | tristate | 219 | tristate |
220 | select MTD_DOCECC | 220 | select MTD_DOCECC |
221 | select OBSOLETE_INTERMODULE | ||
221 | 222 | ||
222 | config MTD_DOCECC | 223 | config MTD_DOCECC |
223 | tristate | 224 | tristate |