CONFIG_ELAN does not exist any more.
Signed-off-by: Sean Young <[email protected]>
---
diff -uprN a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
--- a/drivers/mtd/maps/Kconfig 2005-11-12 13:52:48.000000000 +0100
+++ b/drivers/mtd/maps/Kconfig 2005-11-12 13:52:02.000000000 +0100
@@ -94,7 +94,7 @@ config MTD_NETSC520
config MTD_TS5500
tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
- depends on ELAN
+ depends on X86
select MTD_PARTITIONS
select MTD_JEDECPROBE
select MTD_CFI_AMDSTD
On 11/12/05, Sean Young <[email protected]> wrote:
> CONFIG_ELAN does not exist any more.
>
> Signed-off-by: Sean Young <[email protected]>
> ---
> diff -uprN a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
> --- a/drivers/mtd/maps/Kconfig 2005-11-12 13:52:48.000000000 +0100
> +++ b/drivers/mtd/maps/Kconfig 2005-11-12 13:52:02.000000000 +0100
> @@ -94,7 +94,7 @@ config MTD_NETSC520
>
> config MTD_TS5500
> tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
> - depends on ELAN
> + depends on X86
> select MTD_PARTITIONS
> select MTD_JEDECPROBE
> select MTD_CFI_AMDSTD
> -
Could you send this to the MTD mailing list?
josh
On Sat, Nov 12, 2005 at 09:03:15AM -0600, Josh Boyer wrote:
> On 11/12/05, Sean Young <[email protected]> wrote:
> > CONFIG_ELAN does not exist any more.
> >
> > Signed-off-by: Sean Young <[email protected]>
> > ---
> > diff -uprN a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig
> > --- a/drivers/mtd/maps/Kconfig 2005-11-12 13:52:48.000000000 +0100
> > +++ b/drivers/mtd/maps/Kconfig 2005-11-12 13:52:02.000000000 +0100
> > @@ -94,7 +94,7 @@ config MTD_NETSC520
> >
> > config MTD_TS5500
> > tristate "JEDEC Flash device mapped on Technologic Systems TS-5500"
> > - depends on ELAN
> > + depends on X86
> > select MTD_PARTITIONS
> > select MTD_JEDECPROBE
> > select MTD_CFI_AMDSTD
> > -
>
> Could you send this to the MTD mailing list?
It's already in MTD cvs. Should this go through the mtd git tree?
Sean