diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-05-29 13:57:13 +0100 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-05-29 13:57:56 +0100 |
commit | 8d42b524f4323cdf49872fe5e3a0e824f32feb51 (patch) | |
tree | 998417847b2aee9388bdea6e5277b6b517331d9b /drivers/mtd/maps | |
parent | b90cf6681f4f6263920616e7ca2fd09130e4143a (diff) |
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>
Diffstat (limited to 'drivers/mtd/maps')
-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> |