diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index bbf0553bdb2e..5e651721ddb9 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -69,6 +69,39 @@ config MTD_PHYSMAP_OF | |||
69 | physically into the CPU's memory. The mapping description here is | 69 | physically into the CPU's memory. The mapping description here is |
70 | taken from OF device tree. | 70 | taken from OF device tree. |
71 | 71 | ||
72 | config MTD_PMC_MSP_EVM | ||
73 | tristate "CFI Flash device mapped on PMC-Sierra MSP" | ||
74 | depends on PMC_MSP && MTD_CFI | ||
75 | select MTD_PARTITIONS | ||
76 | help | ||
77 | This provides a 'mapping' driver which support the way | ||
78 | in which user-programmable flash chips are connected on the | ||
79 | PMC-Sierra MSP eval/demo boards | ||
80 | |||
81 | choice | ||
82 | prompt "Maximum mappable memory avialable for flash IO" | ||
83 | depends on MTD_PMC_MSP_EVM | ||
84 | default MSP_FLASH_MAP_LIMIT_32M | ||
85 | |||
86 | config MSP_FLASH_MAP_LIMIT_32M | ||
87 | bool "32M" | ||
88 | |||
89 | endchoice | ||
90 | |||
91 | config MSP_FLASH_MAP_LIMIT | ||
92 | hex | ||
93 | default "0x02000000" | ||
94 | depends on MSP_FLASH_MAP_LIMIT_32M | ||
95 | |||
96 | config MTD_PMC_MSP_RAMROOT | ||
97 | tristate "Embedded RAM block device for root on PMC-Sierra MSP" | ||
98 | depends on PMC_MSP_EMBEDDED_ROOTFS && \ | ||
99 | (MTD_BLOCK || MTD_BLOCK_RO) && \ | ||
100 | MTD_RAM | ||
101 | help | ||
102 | This provides support for the embedded root file system | ||
103 | on PMC MSP devices. This memory is mapped as a MTD block device. | ||
104 | |||
72 | config MTD_SUN_UFLASH | 105 | config MTD_SUN_UFLASH |
73 | tristate "Sun Microsystems userflash support" | 106 | tristate "Sun Microsystems userflash support" |
74 | depends on SPARC && MTD_CFI | 107 | depends on SPARC && MTD_CFI |