diff options
Diffstat (limited to 'drivers/mtd/maps/Kconfig')
-rw-r--r-- | drivers/mtd/maps/Kconfig | 117 |
1 files changed, 36 insertions, 81 deletions
diff --git a/drivers/mtd/maps/Kconfig b/drivers/mtd/maps/Kconfig index 2bea2e0b06f2..44781a83b2e7 100644 --- a/drivers/mtd/maps/Kconfig +++ b/drivers/mtd/maps/Kconfig | |||
@@ -1,5 +1,5 @@ | |||
1 | # drivers/mtd/maps/Kconfig | 1 | # drivers/mtd/maps/Kconfig |
2 | # $Id: Kconfig,v 1.42 2005/01/05 16:59:50 dwmw2 Exp $ | 2 | # $Id: Kconfig,v 1.55 2005/07/02 01:53:24 tpoynor Exp $ |
3 | 3 | ||
4 | menu "Mapping drivers for chip access" | 4 | menu "Mapping drivers for chip access" |
5 | depends on MTD!=n | 5 | depends on MTD!=n |
@@ -122,16 +122,6 @@ config MTD_SBC_GXX | |||
122 | More info at | 122 | More info at |
123 | <http://www.arcomcontrols.com/products/icp/pc104/processors/SBC_GX1.htm>. | 123 | <http://www.arcomcontrols.com/products/icp/pc104/processors/SBC_GX1.htm>. |
124 | 124 | ||
125 | config MTD_ELAN_104NC | ||
126 | tristate "CFI Flash device mapped on Arcom ELAN-104NC" | ||
127 | depends on X86 && MTD_CFI_INTELEXT && MTD_PARTITIONS && MTD_COMPLEX_MAPPINGS | ||
128 | help | ||
129 | This provides a driver for the on-board flash of the Arcom Control | ||
130 | System's ELAN-104NC development board. By default the flash | ||
131 | is split into 3 partitions which are accessed as separate MTD | ||
132 | devices. This board utilizes Intel StrataFlash. More info at | ||
133 | <http://www.arcomcontrols.com/products/icp/pc104/processors/ELAN104NC.htm>. | ||
134 | |||
135 | config MTD_LUBBOCK | 125 | config MTD_LUBBOCK |
136 | tristate "CFI Flash device mapped on Intel Lubbock XScale eval board" | 126 | tristate "CFI Flash device mapped on Intel Lubbock XScale eval board" |
137 | depends on ARCH_LUBBOCK && MTD_CFI_INTELEXT && MTD_PARTITIONS | 127 | depends on ARCH_LUBBOCK && MTD_CFI_INTELEXT && MTD_PARTITIONS |
@@ -139,6 +129,14 @@ config MTD_LUBBOCK | |||
139 | This provides a driver for the on-board flash of the Intel | 129 | This provides a driver for the on-board flash of the Intel |
140 | 'Lubbock' XScale evaluation board. | 130 | 'Lubbock' XScale evaluation board. |
141 | 131 | ||
132 | config MTD_MAINSTONE | ||
133 | tristate "CFI Flash device mapped on Intel Mainstone XScale eval board" | ||
134 | depends on MACH_MAINSTONE && MTD_CFI_INTELEXT | ||
135 | select MTD_PARTITIONS | ||
136 | help | ||
137 | This provides a driver for the on-board flash of the Intel | ||
138 | 'Mainstone PXA27x evaluation board. | ||
139 | |||
142 | config MTD_OCTAGON | 140 | config MTD_OCTAGON |
143 | tristate "JEDEC Flash device mapped on Octagon 5066 SBC" | 141 | tristate "JEDEC Flash device mapped on Octagon 5066 SBC" |
144 | depends on X86 && MTD_JEDEC && MTD_COMPLEX_MAPPINGS | 142 | depends on X86 && MTD_JEDEC && MTD_COMPLEX_MAPPINGS |
@@ -213,74 +211,11 @@ config MTD_NETtel | |||
213 | help | 211 | help |
214 | Support for flash chips on NETtel/SecureEdge/SnapGear boards. | 212 | Support for flash chips on NETtel/SecureEdge/SnapGear boards. |
215 | 213 | ||
216 | config MTD_PB1XXX | 214 | config MTD_ALCHEMY |
217 | tristate "Flash devices on Alchemy PB1xxx boards" | 215 | tristate ' AMD Alchemy Pb1xxx/Db1xxx/RDK MTD support' |
218 | depends on MIPS && ( MIPS_PB1000 || MIPS_PB1100 || MIPS_PB1500 ) | 216 | depends on MIPS && SOC_AU1X00 |
219 | help | ||
220 | Flash memory access on Alchemy Pb1000/Pb1100/Pb1500 boards | ||
221 | |||
222 | config MTD_PB1XXX_BOOT | ||
223 | bool "PB1x00 boot flash device" | ||
224 | depends on MTD_PB1XXX && ( MIPS_PB1100 || MIPS_PB1500 ) | ||
225 | help | ||
226 | Use the first of the two 32MiB flash banks on Pb1100/Pb1500 board. | ||
227 | You can say 'Y' to both this and 'MTD_PB1XXX_USER' below, to use | ||
228 | both banks. | ||
229 | |||
230 | config MTD_PB1XXX_USER | ||
231 | bool "PB1x00 user flash device" | ||
232 | depends on MTD_PB1XXX && ( MIPS_PB1100 || MIPS_PB1500 ) | ||
233 | default y if MTD_PB1XX_BOOT = n | ||
234 | help | ||
235 | Use the second of the two 32MiB flash banks on Pb1100/Pb1500 board. | ||
236 | You can say 'Y' to both this and 'MTD_PB1XXX_BOOT' above, to use | ||
237 | both banks. | ||
238 | |||
239 | config MTD_PB1550 | ||
240 | tristate "Flash devices on Alchemy PB1550 board" | ||
241 | depends on MIPS && MIPS_PB1550 | ||
242 | help | ||
243 | Flash memory access on Alchemy Pb1550 board | ||
244 | |||
245 | config MTD_PB1550_BOOT | ||
246 | bool "PB1550 boot flash device" | ||
247 | depends on MTD_PB1550 | ||
248 | help | 217 | help |
249 | Use the first of the two 64MiB flash banks on Pb1550 board. | 218 | Flash memory access on AMD Alchemy Pb/Db/RDK Reference Boards |
250 | You can say 'Y' to both this and 'MTD_PB1550_USER' below, to use | ||
251 | both banks. | ||
252 | |||
253 | config MTD_PB1550_USER | ||
254 | bool "PB1550 user flash device" | ||
255 | depends on MTD_PB1550 | ||
256 | default y if MTD_PB1550_BOOT = n | ||
257 | help | ||
258 | Use the second of the two 64MiB flash banks on Pb1550 board. | ||
259 | You can say 'Y' to both this and 'MTD_PB1550_BOOT' above, to use | ||
260 | both banks. | ||
261 | |||
262 | config MTD_DB1550 | ||
263 | tristate "Flash devices on Alchemy DB1550 board" | ||
264 | depends on MIPS && MIPS_DB1550 | ||
265 | help | ||
266 | Flash memory access on Alchemy Db1550 board | ||
267 | |||
268 | config MTD_DB1550_BOOT | ||
269 | bool "DB1550 boot flash device" | ||
270 | depends on MTD_DB1550 | ||
271 | help | ||
272 | Use the first of the two 64MiB flash banks on Db1550 board. | ||
273 | You can say 'Y' to both this and 'MTD_DB1550_USER' below, to use | ||
274 | both banks. | ||
275 | |||
276 | config MTD_DB1550_USER | ||
277 | bool "DB1550 user flash device" | ||
278 | depends on MTD_DB1550 | ||
279 | default y if MTD_DB1550_BOOT = n | ||
280 | help | ||
281 | Use the second of the two 64MiB flash banks on Db1550 board. | ||
282 | You can say 'Y' to both this and 'MTD_DB1550_BOOT' above, to use | ||
283 | both banks. | ||
284 | 219 | ||
285 | config MTD_DILNETPC | 220 | config MTD_DILNETPC |
286 | tristate "CFI Flash device mapped on DIL/Net PC" | 221 | tristate "CFI Flash device mapped on DIL/Net PC" |
@@ -588,6 +523,15 @@ config MTD_MPC1211 | |||
588 | This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02). | 523 | This enables access to the flash chips on the Interface MPC-1211(CTP/PCI/MPC-SH02). |
589 | If you have such a board, say 'Y'. | 524 | If you have such a board, say 'Y'. |
590 | 525 | ||
526 | config MTD_OMAP_NOR | ||
527 | tristate "TI OMAP board mappings" | ||
528 | depends on MTD_CFI && ARCH_OMAP | ||
529 | help | ||
530 | This enables access to the NOR flash chips on TI OMAP-based | ||
531 | boards defining flash platform devices and flash platform data. | ||
532 | These boards include the Innovator, H2, H3, OSK, Perseus2, and | ||
533 | more. If you have such a board, say 'Y'. | ||
534 | |||
591 | # This needs CFI or JEDEC, depending on the cards found. | 535 | # This needs CFI or JEDEC, depending on the cards found. |
592 | config MTD_PCI | 536 | config MTD_PCI |
593 | tristate "PCI MTD driver" | 537 | tristate "PCI MTD driver" |
@@ -647,13 +591,14 @@ config MTD_DMV182 | |||
647 | Map driver for Dy-4 SVME/DMV-182 board. | 591 | Map driver for Dy-4 SVME/DMV-182 board. |
648 | 592 | ||
649 | config MTD_BAST | 593 | config MTD_BAST |
650 | tristate "Map driver for Simtec BAST (EB2410ITX)" | 594 | tristate "Map driver for Simtec BAST (EB2410ITX) or Thorcom VR1000" |
651 | depends on ARCH_BAST | 595 | depends on ARCH_BAST || MACH_VR1000 |
652 | select MTD_PARTITIONS | 596 | select MTD_PARTITIONS |
653 | select MTD_MAP_BANK_WIDTH_16 | 597 | select MTD_MAP_BANK_WIDTH_16 |
654 | select MTD_JEDECPROBE | 598 | select MTD_JEDECPROBE |
655 | help | 599 | help |
656 | Map driver for NOR flash on the Simtec BAST (EB2410ITX). | 600 | Map driver for NOR flash on the Simtec BAST (EB2410ITX), or the |
601 | Thorcom VR1000 | ||
657 | 602 | ||
658 | Note, this driver *cannot* over-ride the WP link on the | 603 | Note, this driver *cannot* over-ride the WP link on the |
659 | board, or currently detect the state of the link. | 604 | board, or currently detect the state of the link. |
@@ -669,5 +614,15 @@ config MTD_SHARP_SL | |||
669 | help | 614 | help |
670 | This enables access to the flash chip on the Sharp SL Series of PDAs. | 615 | This enables access to the flash chip on the Sharp SL Series of PDAs. |
671 | 616 | ||
617 | config MTD_PLATRAM | ||
618 | tristate "Map driver for platform device RAM (mtd-ram)" | ||
619 | depends on MTD | ||
620 | select MTD_RAM | ||
621 | help | ||
622 | Map driver for RAM areas described via the platform device | ||
623 | system. | ||
624 | |||
625 | This selection automatically selects the map_ram driver. | ||
626 | |||
672 | endmenu | 627 | endmenu |
673 | 628 | ||