diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 16 |
1 files changed, 2 insertions, 14 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 5ba2458e799a..2e47c2ed0a2d 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -373,7 +373,7 @@ config MTD_FORTUNET | |||
373 | have such a board, say 'Y'. | 373 | have such a board, say 'Y'. |
374 | 374 | ||
375 | config MTD_AUTCPU12 | 375 | config MTD_AUTCPU12 |
376 | tristate "NV-RAM mapping AUTCPU12 board" | 376 | bool "NV-RAM mapping AUTCPU12 board" |
377 | depends on ARCH_AUTCPU12 | 377 | depends on ARCH_AUTCPU12 |
378 | help | 378 | help |
379 | This enables access to the NV-RAM on autronix autcpu12 board. | 379 | This enables access to the NV-RAM on autronix autcpu12 board. |
@@ -443,22 +443,10 @@ config MTD_GPIO_ADDR | |||
443 | 443 | ||
444 | config MTD_UCLINUX | 444 | config MTD_UCLINUX |
445 | bool "Generic uClinux RAM/ROM filesystem support" | 445 | bool "Generic uClinux RAM/ROM filesystem support" |
446 | depends on MTD_RAM=y && !MMU | 446 | depends on MTD_RAM=y && (!MMU || COLDFIRE) |
447 | help | 447 | help |
448 | Map driver to support image based filesystems for uClinux. | 448 | Map driver to support image based filesystems for uClinux. |
449 | 449 | ||
450 | config MTD_WRSBC8260 | ||
451 | tristate "Map driver for WindRiver PowerQUICC II MPC82xx board" | ||
452 | depends on (SBC82xx || SBC8560) | ||
453 | select MTD_MAP_BANK_WIDTH_4 | ||
454 | select MTD_MAP_BANK_WIDTH_1 | ||
455 | select MTD_CFI_I1 | ||
456 | select MTD_CFI_I4 | ||
457 | help | ||
458 | Map driver for WindRiver PowerQUICC II MPC82xx board. Drives | ||
459 | all three flash regions on CS0, CS1 and CS6 if they are configured | ||
460 | correctly by the boot loader. | ||
461 | |||
462 | config MTD_DMV182 | 450 | config MTD_DMV182 |
463 | tristate "Map driver for Dy-4 SVME/DMV-182 board." | 451 | tristate "Map driver for Dy-4 SVME/DMV-182 board." |
464 | depends on DMV182 | 452 | depends on DMV182 |