diff options
author | Adrian Bunk <bunk@stusta.de> | 2006-01-17 01:13:58 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-01-17 02:15:26 -0500 |
commit | 3001aa826ea6a4de12b437188c2a095991d2d142 (patch) | |
tree | 2fc2d6b7e40fa86757f423d8990a9f65a1e5c3ba /drivers/mtd | |
parent | 3868cca523e20a2600f6a9b1feebb69a6c8ccb68 (diff) |
[PATCH] no longer mark MTD_OBSOLETE_CHIPS as BROKEN
This patch removes the wrong dependency of MTD_OBSOLETE_CHIPS on BROKEN and
marks the non-compiling MTD_AMDSTD and MTD_JEDEC drivers as BROKEN.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Acked-by: 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 | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/chips/Kconfig b/drivers/mtd/chips/Kconfig index eafa23f5cbd6..25f8217a671d 100644 --- a/drivers/mtd/chips/Kconfig +++ b/drivers/mtd/chips/Kconfig | |||
@@ -259,7 +259,7 @@ config MTD_ABSENT | |||
259 | with this driver will return -ENODEV upon access. | 259 | with this driver will return -ENODEV upon access. |
260 | 260 | ||
261 | config MTD_OBSOLETE_CHIPS | 261 | config MTD_OBSOLETE_CHIPS |
262 | depends on MTD && BROKEN | 262 | depends on MTD |
263 | bool "Older (theoretically obsoleted now) drivers for non-CFI chips" | 263 | bool "Older (theoretically obsoleted now) drivers for non-CFI chips" |
264 | help | 264 | help |
265 | This option does not enable any code directly, but will allow you to | 265 | This option does not enable any code directly, but will allow you to |
@@ -272,7 +272,7 @@ config MTD_OBSOLETE_CHIPS | |||
272 | 272 | ||
273 | config MTD_AMDSTD | 273 | config MTD_AMDSTD |
274 | tristate "AMD compatible flash chip support (non-CFI)" | 274 | tristate "AMD compatible flash chip support (non-CFI)" |
275 | depends on MTD && MTD_OBSOLETE_CHIPS | 275 | depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN |
276 | help | 276 | help |
277 | This option enables support for flash chips using AMD-compatible | 277 | This option enables support for flash chips using AMD-compatible |
278 | commands, including some which are not CFI-compatible and hence | 278 | commands, including some which are not CFI-compatible and hence |
@@ -290,7 +290,7 @@ config MTD_SHARP | |||
290 | 290 | ||
291 | config MTD_JEDEC | 291 | config MTD_JEDEC |
292 | tristate "JEDEC device support" | 292 | tristate "JEDEC device support" |
293 | depends on MTD && MTD_OBSOLETE_CHIPS | 293 | depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN |
294 | help | 294 | help |
295 | Enable older older JEDEC flash interface devices for self | 295 | Enable older older JEDEC flash interface devices for self |
296 | programming flash. It is commonly used in older AMD chips. It is | 296 | programming flash. It is commonly used in older AMD chips. It is |