diff options
Diffstat (limited to 'drivers/mtd/chips/Kconfig')
-rw-r--r-- | drivers/mtd/chips/Kconfig | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig index eafa23f5cbd6..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" |
@@ -259,7 +260,7 @@ config MTD_ABSENT | |||
259 | with this driver will return -ENODEV upon access. | 260 | with this driver will return -ENODEV upon access. |
260 | 261 | ||
261 | config MTD_OBSOLETE_CHIPS | 262 | config MTD_OBSOLETE_CHIPS |
262 | depends on MTD && BROKEN | 263 | depends on MTD |
263 | bool "Older (theoretically obsoleted now) drivers for non-CFI chips" | 264 | bool "Older (theoretically obsoleted now) drivers for non-CFI chips" |
264 | help | 265 | help |
265 | This option does not enable any code directly, but will allow you to | 266 | This option does not enable any code directly, but will allow you to |
@@ -272,7 +273,7 @@ config MTD_OBSOLETE_CHIPS | |||
272 | 273 | ||
273 | config MTD_AMDSTD | 274 | config MTD_AMDSTD |
274 | tristate "AMD compatible flash chip support (non-CFI)" | 275 | tristate "AMD compatible flash chip support (non-CFI)" |
275 | depends on MTD && MTD_OBSOLETE_CHIPS | 276 | depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN |
276 | help | 277 | help |
277 | This option enables support for flash chips using AMD-compatible | 278 | This option enables support for flash chips using AMD-compatible |
278 | commands, including some which are not CFI-compatible and hence | 279 | commands, including some which are not CFI-compatible and hence |
@@ -290,7 +291,7 @@ config MTD_SHARP | |||
290 | 291 | ||
291 | config MTD_JEDEC | 292 | config MTD_JEDEC |
292 | tristate "JEDEC device support" | 293 | tristate "JEDEC device support" |
293 | depends on MTD && MTD_OBSOLETE_CHIPS | 294 | depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN |
294 | help | 295 | help |
295 | Enable older older JEDEC flash interface devices for self | 296 | Enable older older JEDEC flash interface devices for self |
296 | programming flash. It is commonly used in older AMD chips. It is | 297 | programming flash. It is commonly used in older AMD chips. It is |