| | From | Eric Miao <> | | Date | Fri, 7 Oct 2011 16:21:59 +0800 | | Subject | Re: [PATCH 14/26] mtd: nand_h1900 never worked |
| |
On Sun, Oct 2, 2011 at 4:03 AM, Arnd Bergmann <arnd@arndb.de> wrote: > This driver has been broken through all of git history and > cannot even be built. Better mark it as broken. Next stop is > removing from the tree. > > Signed-off-by: Arnd Bergmann <arnd@arndb.de> > Cc: David Woodhouse <dwmw2@infradead.org> > Cc: Artem Bityutskiy <dedekind1@gmail.com> > Cc: Jamie Iles <jamie@jamieiles.com>
Acked-by: Eric Miao <eric.y.miao@gmail.com>
> --- > drivers/mtd/nand/Kconfig | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd/nand/Kconfig > index 4c342523..f85af18 100644 > --- a/drivers/mtd/nand/Kconfig > +++ b/drivers/mtd/nand/Kconfig > @@ -92,7 +92,7 @@ config MTD_NAND_EDB7312 > > config MTD_NAND_H1900 > tristate "iPAQ H1900 flash" > - depends on ARCH_PXA > + depends on ARCH_PXA && BROKEN > help > This enables the driver for the iPAQ h1900 flash. > > -- > 1.7.5.4 > > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|