diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-05-29 14:57:13 +0200 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-05-29 14:57:56 +0200 |
commit | 8d42b524f4323cdf49872fe5e3a0e824f32feb51 (patch) | |
tree | 998417847b2aee9388bdea6e5277b6b517331d9b | |
parent | [MTD] Remove option for add_mtd_partitions() to not register partitions. (diff) | |
download | linux-8d42b524f4323cdf49872fe5e3a0e824f32feb51.tar.xz linux-8d42b524f4323cdf49872fe5e3a0e824f32feb51.zip |
mtd: DIL/NetPC broken for now
We'll fix it up again, but for now I don't think anyone really cares.
Signed-off-by: David Woodhouse <David.Woodhouse@intel.com>
-rw-r--r-- | drivers/mtd/maps/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 82923bd2d9c5..cdd54cb4d224 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig @@ -270,7 +270,7 @@ config MTD_ALCHEMY config MTD_DILNETPC tristate "CFI Flash device mapped on DIL/Net PC" - depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT + depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT && BROKEN help MTD map driver for SSV DIL/Net PC Boards "DNP" and "ADNP". For details, see <http://www.ssv-embedded.de/ssv/pc104/p169.htm> |