diff options
Diffstat (limited to 'drivers/mtd/devices/Kconfig')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 26 |
1 files changed, 14 insertions, 12 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index 440f6851da69..690c94236d7f 100644 --- a/drivers/mtd/devices/Kconfig +++ b/drivers/mtd/devices/Kconfig | |||
@@ -6,7 +6,7 @@ menu "Self-contained MTD device drivers" | |||
6 | 6 | ||
7 | config MTD_PMC551 | 7 | config MTD_PMC551 |
8 | tristate "Ramix PMC551 PCI Mezzanine RAM card support" | 8 | tristate "Ramix PMC551 PCI Mezzanine RAM card support" |
9 | depends on MTD && PCI | 9 | depends on PCI |
10 | ---help--- | 10 | ---help--- |
11 | This provides a MTD device driver for the Ramix PMC551 RAM PCI card | 11 | This provides a MTD device driver for the Ramix PMC551 RAM PCI card |
12 | from Ramix Inc. <http://www.ramix.com/products/memory/pmc551.html>. | 12 | from Ramix Inc. <http://www.ramix.com/products/memory/pmc551.html>. |
@@ -40,7 +40,7 @@ config MTD_PMC551_DEBUG | |||
40 | 40 | ||
41 | config MTD_MS02NV | 41 | config MTD_MS02NV |
42 | tristate "DEC MS02-NV NVRAM module support" | 42 | tristate "DEC MS02-NV NVRAM module support" |
43 | depends on MTD && MACH_DECSTATION | 43 | depends on MACH_DECSTATION |
44 | help | 44 | help |
45 | This is an MTD driver for the DEC's MS02-NV (54-20948-01) battery | 45 | This is an MTD driver for the DEC's MS02-NV (54-20948-01) battery |
46 | backed-up NVRAM module. The module was originally meant as an NFS | 46 | backed-up NVRAM module. The module was originally meant as an NFS |
@@ -54,15 +54,23 @@ config MTD_MS02NV | |||
54 | 54 | ||
55 | config MTD_DATAFLASH | 55 | config MTD_DATAFLASH |
56 | tristate "Support for AT45xxx DataFlash" | 56 | tristate "Support for AT45xxx DataFlash" |
57 | depends on MTD && SPI_MASTER && EXPERIMENTAL | 57 | depends on SPI_MASTER && EXPERIMENTAL |
58 | help | 58 | help |
59 | This enables access to AT45xxx DataFlash chips, using SPI. | 59 | This enables access to AT45xxx DataFlash chips, using SPI. |
60 | Sometimes DataFlash chips are packaged inside MMC-format | 60 | Sometimes DataFlash chips are packaged inside MMC-format |
61 | cards; at this writing, the MMC stack won't handle those. | 61 | cards; at this writing, the MMC stack won't handle those. |
62 | 62 | ||
63 | config MTD_DATAFLASH26 | ||
64 | tristate "AT91RM9200 DataFlash AT26xxx" | ||
65 | depends on MTD && ARCH_AT91RM9200 && AT91_SPI | ||
66 | help | ||
67 | This enables access to the DataFlash chip (AT26xxx) on an | ||
68 | AT91RM9200-based board. | ||
69 | If you have such a board and such a DataFlash, say 'Y'. | ||
70 | |||
63 | config MTD_M25P80 | 71 | config MTD_M25P80 |
64 | tristate "Support for M25 SPI Flash" | 72 | tristate "Support for M25 SPI Flash" |
65 | depends on MTD && SPI_MASTER && EXPERIMENTAL | 73 | depends on SPI_MASTER && EXPERIMENTAL |
66 | help | 74 | help |
67 | This enables access to ST M25P80 and similar SPI flash chips, | 75 | This enables access to ST M25P80 and similar SPI flash chips, |
68 | used for program and data storage. Set up your spi devices | 76 | used for program and data storage. Set up your spi devices |
@@ -70,7 +78,6 @@ config MTD_M25P80 | |||
70 | 78 | ||
71 | config MTD_SLRAM | 79 | config MTD_SLRAM |
72 | tristate "Uncached system RAM" | 80 | tristate "Uncached system RAM" |
73 | depends on MTD | ||
74 | help | 81 | help |
75 | If your CPU cannot cache all of the physical memory in your machine, | 82 | If your CPU cannot cache all of the physical memory in your machine, |
76 | you can still use it for storage or swap by using this driver to | 83 | you can still use it for storage or swap by using this driver to |
@@ -78,7 +85,6 @@ config MTD_SLRAM | |||
78 | 85 | ||
79 | config MTD_PHRAM | 86 | config MTD_PHRAM |
80 | tristate "Physical system RAM" | 87 | tristate "Physical system RAM" |
81 | depends on MTD | ||
82 | help | 88 | help |
83 | This is a re-implementation of the slram driver above. | 89 | This is a re-implementation of the slram driver above. |
84 | 90 | ||
@@ -88,7 +94,7 @@ config MTD_PHRAM | |||
88 | 94 | ||
89 | config MTD_LART | 95 | config MTD_LART |
90 | tristate "28F160xx flash driver for LART" | 96 | tristate "28F160xx flash driver for LART" |
91 | depends on SA1100_LART && MTD | 97 | depends on SA1100_LART |
92 | help | 98 | help |
93 | This enables the flash driver for LART. Please note that you do | 99 | This enables the flash driver for LART. Please note that you do |
94 | not need any mapping/chip driver for LART. This one does it all | 100 | not need any mapping/chip driver for LART. This one does it all |
@@ -96,7 +102,6 @@ config MTD_LART | |||
96 | 102 | ||
97 | config MTD_MTDRAM | 103 | config MTD_MTDRAM |
98 | tristate "Test driver using RAM" | 104 | tristate "Test driver using RAM" |
99 | depends on MTD | ||
100 | help | 105 | help |
101 | This enables a test MTD device driver which uses vmalloc() to | 106 | This enables a test MTD device driver which uses vmalloc() to |
102 | provide storage. You probably want to say 'N' unless you're | 107 | provide storage. You probably want to say 'N' unless you're |
@@ -136,7 +141,7 @@ config MTDRAM_ABS_POS | |||
136 | 141 | ||
137 | config MTD_BLOCK2MTD | 142 | config MTD_BLOCK2MTD |
138 | tristate "MTD using block device" | 143 | tristate "MTD using block device" |
139 | depends on MTD && BLOCK | 144 | depends on BLOCK |
140 | help | 145 | help |
141 | This driver allows a block device to appear as an MTD. It would | 146 | This driver allows a block device to appear as an MTD. It would |
142 | generally be used in the following cases: | 147 | generally be used in the following cases: |
@@ -150,7 +155,6 @@ comment "Disk-On-Chip Device Drivers" | |||
150 | 155 | ||
151 | config MTD_DOC2000 | 156 | config MTD_DOC2000 |
152 | tristate "M-Systems Disk-On-Chip 2000 and Millennium (DEPRECATED)" | 157 | tristate "M-Systems Disk-On-Chip 2000 and Millennium (DEPRECATED)" |
153 | depends on MTD | ||
154 | select MTD_DOCPROBE | 158 | select MTD_DOCPROBE |
155 | select MTD_NAND_IDS | 159 | select MTD_NAND_IDS |
156 | ---help--- | 160 | ---help--- |
@@ -173,7 +177,6 @@ config MTD_DOC2000 | |||
173 | 177 | ||
174 | config MTD_DOC2001 | 178 | config MTD_DOC2001 |
175 | tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECATED)" | 179 | tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECATED)" |
176 | depends on MTD | ||
177 | select MTD_DOCPROBE | 180 | select MTD_DOCPROBE |
178 | select MTD_NAND_IDS | 181 | select MTD_NAND_IDS |
179 | ---help--- | 182 | ---help--- |
@@ -195,7 +198,6 @@ config MTD_DOC2001 | |||
195 | 198 | ||
196 | config MTD_DOC2001PLUS | 199 | config MTD_DOC2001PLUS |
197 | tristate "M-Systems Disk-On-Chip Millennium Plus" | 200 | tristate "M-Systems Disk-On-Chip Millennium Plus" |
198 | depends on MTD | ||
199 | select MTD_DOCPROBE | 201 | select MTD_DOCPROBE |
200 | select MTD_NAND_IDS | 202 | select MTD_NAND_IDS |
201 | ---help--- | 203 | ---help--- |