diff options
Diffstat (limited to 'drivers/mtd')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 5e651721ddb9..87158797a66f 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -273,13 +273,13 @@ config MTD_NETtel | |||
273 | 273 | ||
274 | config MTD_ALCHEMY | 274 | config MTD_ALCHEMY |
275 | tristate "AMD Alchemy Pb1xxx/Db1xxx/RDK MTD support" | 275 | tristate "AMD Alchemy Pb1xxx/Db1xxx/RDK MTD support" |
276 | depends on SOC_AU1X00 | 276 | depends on SOC_AU1X00 && MTD_PARTITIONS && MTD_CFI |
277 | help | 277 | help |
278 | Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards | 278 | Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards |
279 | 279 | ||
280 | config MTD_MTX1 | 280 | config MTD_MTX1 |
281 | tristate "4G Systems MTX-1 Flash device" | 281 | tristate "4G Systems MTX-1 Flash device" |
282 | depends on MIPS && MIPS_MTX1 | 282 | depends on MIPS_MTX1 && MTD_CFI |
283 | help | 283 | help |
284 | Flash memory access on 4G Systems MTX-1 Board. If you have one of | 284 | Flash memory access on 4G Systems MTX-1 Board. If you have one of |
285 | these boards and would like to use the flash chips on it, say 'Y'. | 285 | these boards and would like to use the flash chips on it, say 'Y'. |
@@ -417,7 +417,7 @@ config MTD_TQM834x | |||
417 | 417 | ||
418 | config MTD_OCELOT | 418 | config MTD_OCELOT |
419 | tristate "Momenco Ocelot boot flash device" | 419 | tristate "Momenco Ocelot boot flash device" |
420 | depends on MIPS && MOMENCO_OCELOT | 420 | depends on MOMENCO_OCELOT |
421 | help | 421 | help |
422 | This enables access routines for the boot flash device and for the | 422 | This enables access routines for the boot flash device and for the |
423 | NVRAM on the Momenco Ocelot board. If you have one of these boards | 423 | NVRAM on the Momenco Ocelot board. If you have one of these boards |