diff options
author | David Woodhouse <David.Woodhouse@intel.com> | 2009-05-29 08:57:13 -0400 |
---|---|---|
committer | David Woodhouse <David.Woodhouse@intel.com> | 2009-05-29 08:57:56 -0400 |
commit | 8d42b524f4323cdf49872fe5e3a0e824f32feb51 (patch) | |
tree | 998417847b2aee9388bdea6e5277b6b517331d9b | |
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>
-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 | |||
270 | 270 | ||
271 | config MTD_DILNETPC | 271 | config MTD_DILNETPC |
272 | tristate "CFI Flash device mapped on DIL/Net PC" | 272 | tristate "CFI Flash device mapped on DIL/Net PC" |
273 | depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT | 273 | depends on X86 && MTD_CONCAT && MTD_PARTITIONS && MTD_CFI_INTELEXT && BROKEN |
274 | help | 274 | help |
275 | MTD map driver for SSV DIL/Net PC Boards "DNP" and "ADNP". | 275 | MTD map driver for SSV DIL/Net PC Boards "DNP" and "ADNP". |
276 | For details, see <http://www.ssv-embedded.de/ssv/pc104/p169.htm> | 276 | For details, see <http://www.ssv-embedded.de/ssv/pc104/p169.htm> |