[2.6 patch] no longer mark MTD_OBSOLETE_CHIPS as BROKEN

From: Adrian Bunk
Date: Sun Jan 08 2006 - 09:13:21 EST


On Sun, Jan 08, 2006 at 01:06:20PM +0000, David Woodhouse wrote:
> On Sun, 2006-01-08 at 13:57 +0100, Adrian Bunk wrote:
> > What I want for 2.6.16 is to remove the wrong dependency of MTD_SHARP on
> > BROKEN and the non-compiling drivers either still hidden under BROKEN or
> > removed.
> >
> > If there is any way I can submit a patch achieving this that would be
> > acceptable for you simply tell how exactly you want this patch.
>
> Remove the incorrect BROKEN dependency from MTD_OBSOLETE_CHIPS.
>
> If you then want to add it again to any chip driver which really doesn't
> compile, feel free. But leave the map drivers alone. Those can be
> switched to use different chip back-ends.

Patch below.

> dwmw2

cu
Adrian


<-- snip -->


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@xxxxxxxxx>

---

drivers/mtd/chips/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)

--- linux-2.6.15-mm2-full/drivers/mtd/chips/Kconfig.old 2006-01-08 14:16:59.000000000 +0100
+++ linux-2.6.15-mm2-full/drivers/mtd/chips/Kconfig 2006-01-08 14:17:25.000000000 +0100
@@ -260,7 +260,7 @@
with this driver will return -ENODEV upon access.

config MTD_OBSOLETE_CHIPS
- depends on MTD && BROKEN
+ depends on MTD
bool "Older (theoretically obsoleted now) drivers for non-CFI chips"
help
This option does not enable any code directly, but will allow you to
@@ -273,7 +273,7 @@

config MTD_AMDSTD
tristate "AMD compatible flash chip support (non-CFI)"
- depends on MTD && MTD_OBSOLETE_CHIPS
+ depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN
help
This option enables support for flash chips using AMD-compatible
commands, including some which are not CFI-compatible and hence
@@ -291,7 +291,7 @@

config MTD_JEDEC
tristate "JEDEC device support"
- depends on MTD && MTD_OBSOLETE_CHIPS
+ depends on MTD && MTD_OBSOLETE_CHIPS && BROKEN
help
Enable older older JEDEC flash interface devices for self
programming flash. It is commonly used in older AMD chips. It is

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/