diff options
Diffstat (limited to 'drivers/mtd/devices/Kconfig')
-rw-r--r-- | drivers/mtd/devices/Kconfig | 18 |
1 files changed, 6 insertions, 12 deletions
diff --git a/drivers/mtd/devices/Kconfig b/drivers/mtd/devices/Kconfig index bef0f0d2c28e..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,7 +54,7 @@ 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 |
@@ -70,7 +70,7 @@ config MTD_DATAFLASH26 | |||
70 | 70 | ||
71 | config MTD_M25P80 | 71 | config MTD_M25P80 |
72 | tristate "Support for M25 SPI Flash" | 72 | tristate "Support for M25 SPI Flash" |
73 | depends on MTD && SPI_MASTER && EXPERIMENTAL | 73 | depends on SPI_MASTER && EXPERIMENTAL |
74 | help | 74 | help |
75 | This enables access to ST M25P80 and similar SPI flash chips, | 75 | This enables access to ST M25P80 and similar SPI flash chips, |
76 | used for program and data storage. Set up your spi devices | 76 | used for program and data storage. Set up your spi devices |
@@ -78,7 +78,6 @@ config MTD_M25P80 | |||
78 | 78 | ||
79 | config MTD_SLRAM | 79 | config MTD_SLRAM |
80 | tristate "Uncached system RAM" | 80 | tristate "Uncached system RAM" |
81 | depends on MTD | ||
82 | help | 81 | help |
83 | 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, |
84 | 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 |
@@ -86,7 +85,6 @@ config MTD_SLRAM | |||
86 | 85 | ||
87 | config MTD_PHRAM | 86 | config MTD_PHRAM |
88 | tristate "Physical system RAM" | 87 | tristate "Physical system RAM" |
89 | depends on MTD | ||
90 | help | 88 | help |
91 | This is a re-implementation of the slram driver above. | 89 | This is a re-implementation of the slram driver above. |
92 | 90 | ||
@@ -96,7 +94,7 @@ config MTD_PHRAM | |||
96 | 94 | ||
97 | config MTD_LART | 95 | config MTD_LART |
98 | tristate "28F160xx flash driver for LART" | 96 | tristate "28F160xx flash driver for LART" |
99 | depends on SA1100_LART && MTD | 97 | depends on SA1100_LART |
100 | help | 98 | help |
101 | 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 |
102 | 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 |
@@ -104,7 +102,6 @@ config MTD_LART | |||
104 | 102 | ||
105 | config MTD_MTDRAM | 103 | config MTD_MTDRAM |
106 | tristate "Test driver using RAM" | 104 | tristate "Test driver using RAM" |
107 | depends on MTD | ||
108 | help | 105 | help |
109 | This enables a test MTD device driver which uses vmalloc() to | 106 | This enables a test MTD device driver which uses vmalloc() to |
110 | provide storage. You probably want to say 'N' unless you're | 107 | provide storage. You probably want to say 'N' unless you're |
@@ -144,7 +141,7 @@ config MTDRAM_ABS_POS | |||
144 | 141 | ||
145 | config MTD_BLOCK2MTD | 142 | config MTD_BLOCK2MTD |
146 | tristate "MTD using block device" | 143 | tristate "MTD using block device" |
147 | depends on MTD && BLOCK | 144 | depends on BLOCK |
148 | help | 145 | help |
149 | 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 |
150 | generally be used in the following cases: | 147 | generally be used in the following cases: |
@@ -158,7 +155,6 @@ comment "Disk-On-Chip Device Drivers" | |||
158 | 155 | ||
159 | config MTD_DOC2000 | 156 | config MTD_DOC2000 |
160 | tristate "M-Systems Disk-On-Chip 2000 and Millennium (DEPRECATED)" | 157 | tristate "M-Systems Disk-On-Chip 2000 and Millennium (DEPRECATED)" |
161 | depends on MTD | ||
162 | select MTD_DOCPROBE | 158 | select MTD_DOCPROBE |
163 | select MTD_NAND_IDS | 159 | select MTD_NAND_IDS |
164 | ---help--- | 160 | ---help--- |
@@ -181,7 +177,6 @@ config MTD_DOC2000 | |||
181 | 177 | ||
182 | config MTD_DOC2001 | 178 | config MTD_DOC2001 |
183 | tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECATED)" | 179 | tristate "M-Systems Disk-On-Chip Millennium-only alternative driver (DEPRECATED)" |
184 | depends on MTD | ||
185 | select MTD_DOCPROBE | 180 | select MTD_DOCPROBE |
186 | select MTD_NAND_IDS | 181 | select MTD_NAND_IDS |
187 | ---help--- | 182 | ---help--- |
@@ -203,7 +198,6 @@ config MTD_DOC2001 | |||
203 | 198 | ||
204 | config MTD_DOC2001PLUS | 199 | config MTD_DOC2001PLUS |
205 | tristate "M-Systems Disk-On-Chip Millennium Plus" | 200 | tristate "M-Systems Disk-On-Chip Millennium Plus" |
206 | depends on MTD | ||
207 | select MTD_DOCPROBE | 201 | select MTD_DOCPROBE |
208 | select MTD_NAND_IDS | 202 | select MTD_NAND_IDS |
209 | ---help--- | 203 | ---help--- |