| Jeff Garzik | 421b20b | 2006-08-14 14:27:36 -0400 | [diff] [blame] | 1 | # | 
|  | 2 | # SATA/PATA driver configuration | 
|  | 3 | # | 
|  | 4 |  | 
|  | 5 | menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 6 |  | 
|  | 7 | config ATA | 
|  | 8 | tristate "ATA device support" | 
| Adrian Bunk | bf2d401 | 2006-10-20 14:39:35 -0700 | [diff] [blame] | 9 | depends on BLOCK | 
| Al Viro | 9317fd4 | 2006-09-24 23:40:00 +0100 | [diff] [blame] | 10 | depends on !(M32R || M68K) || BROKEN | 
| Al Viro | 8abf106 | 2006-09-24 23:41:00 +0100 | [diff] [blame] | 11 | depends on !SUN4 || BROKEN | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 12 | select SCSI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 13 | ---help--- | 
|  | 14 | If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or | 
|  | 15 | any other ATA device under Linux, say Y and make sure that you know | 
|  | 16 | the name of your ATA host adapter (the card inside your computer | 
|  | 17 | that "speaks" the ATA protocol, also called ATA controller), | 
|  | 18 | because you will be asked for it. | 
|  | 19 |  | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 20 | if ATA | 
|  | 21 |  | 
| David Woodhouse | 8cdf92a | 2007-01-01 19:31:15 +0000 | [diff] [blame] | 22 | config ATA_NONSTANDARD | 
|  | 23 | bool | 
|  | 24 | default n | 
|  | 25 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 26 | config SATA_AHCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 27 | tristate "AHCI SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 28 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 29 | help | 
|  | 30 | This option enables support for AHCI Serial ATA. | 
|  | 31 |  | 
|  | 32 | If unsure, say N. | 
|  | 33 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 34 | config SATA_SVW | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 35 | tristate "ServerWorks Frodo / Apple K2 SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 36 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 37 | help | 
|  | 38 | This option enables support for Broadcom/Serverworks/Apple K2 | 
|  | 39 | SATA support. | 
|  | 40 |  | 
|  | 41 | If unsure, say N. | 
|  | 42 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 43 | config ATA_PIIX | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 44 | tristate "Intel PIIX/ICH SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 45 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 46 | help | 
| Alan | 2bfc361 | 2006-12-16 12:54:29 +0000 | [diff] [blame] | 47 | This option enables support for ICH5/6/7/8 Serial ATA | 
|  | 48 | and support for PATA on the Intel PIIX3/PIIX4/ICH series | 
|  | 49 | PATA host controllers. | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 50 |  | 
|  | 51 | If unsure, say N. | 
|  | 52 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 53 | config SATA_MV | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 54 | tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 55 | depends on PCI && EXPERIMENTAL | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 56 | help | 
|  | 57 | This option enables support for the Marvell Serial ATA family. | 
|  | 58 | Currently supports 88SX[56]0[48][01] chips. | 
|  | 59 |  | 
|  | 60 | If unsure, say N. | 
|  | 61 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 62 | config SATA_NV | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 63 | tristate "NVIDIA SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 64 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 65 | help | 
|  | 66 | This option enables support for NVIDIA Serial ATA. | 
|  | 67 |  | 
|  | 68 | If unsure, say N. | 
|  | 69 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 70 | config PDC_ADMA | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 71 | tristate "Pacific Digital ADMA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 72 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 73 | help | 
|  | 74 | This option enables support for Pacific Digital ADMA controllers | 
|  | 75 |  | 
|  | 76 | If unsure, say N. | 
|  | 77 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 78 | config SATA_QSTOR | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 79 | tristate "Pacific Digital SATA QStor support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 80 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 81 | help | 
|  | 82 | This option enables support for Pacific Digital Serial ATA QStor. | 
|  | 83 |  | 
|  | 84 | If unsure, say N. | 
|  | 85 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 86 | config SATA_PROMISE | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 87 | tristate "Promise SATA TX2/TX4 support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 88 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 89 | help | 
|  | 90 | This option enables support for Promise Serial ATA TX2/TX4. | 
|  | 91 |  | 
|  | 92 | If unsure, say N. | 
|  | 93 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 94 | config SATA_SX4 | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 95 | tristate "Promise SATA SX4 support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 96 | depends on PCI && EXPERIMENTAL | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 97 | help | 
|  | 98 | This option enables support for Promise Serial ATA SX4. | 
|  | 99 |  | 
|  | 100 | If unsure, say N. | 
|  | 101 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 102 | config SATA_SIL | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 103 | tristate "Silicon Image SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 104 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 105 | help | 
|  | 106 | This option enables support for Silicon Image Serial ATA. | 
|  | 107 |  | 
|  | 108 | If unsure, say N. | 
|  | 109 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 110 | config SATA_SIL24 | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 111 | tristate "Silicon Image 3124/3132 SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 112 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 113 | help | 
|  | 114 | This option enables support for Silicon Image 3124/3132 Serial ATA. | 
|  | 115 |  | 
|  | 116 | If unsure, say N. | 
|  | 117 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 118 | config SATA_SIS | 
| Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame^] | 119 | tristate "SiS 964/965/966/180 SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 120 | depends on PCI | 
| Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame^] | 121 | select PATA_SIS | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 122 | help | 
| Alan | 9b14dec | 2007-01-08 16:11:07 +0000 | [diff] [blame^] | 123 | This option enables support for SiS Serial ATA on | 
|  | 124 | SiS 964/965/966/180 and Parallel ATA on SiS 180. | 
|  | 125 | The PATA support for SiS 180 requires additionally to | 
|  | 126 | enable the PATA_SIS driver in the config. | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 127 | If unsure, say N. | 
|  | 128 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 129 | config SATA_ULI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 130 | tristate "ULi Electronics SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 131 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 132 | help | 
|  | 133 | This option enables support for ULi Electronics SATA. | 
|  | 134 |  | 
|  | 135 | If unsure, say N. | 
|  | 136 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 137 | config SATA_VIA | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 138 | tristate "VIA SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 139 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 140 | help | 
|  | 141 | This option enables support for VIA Serial ATA. | 
|  | 142 |  | 
|  | 143 | If unsure, say N. | 
|  | 144 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 145 | config SATA_VITESSE | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 146 | tristate "VITESSE VSC-7174 / INTEL 31244 SATA support" | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 147 | depends on PCI | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 148 | help | 
|  | 149 | This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA. | 
|  | 150 |  | 
|  | 151 | If unsure, say N. | 
|  | 152 |  | 
| Tejun Heo | 1fd7a69 | 2007-01-03 17:32:45 +0900 | [diff] [blame] | 153 | config SATA_INIC162X | 
|  | 154 | tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)" | 
|  | 155 | depends on PCI && EXPERIMENTAL | 
|  | 156 | help | 
|  | 157 | This option enables support for Initio 162x Serial ATA. | 
|  | 158 |  | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 159 | config SATA_INTEL_COMBINED | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 160 | bool | 
| Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 161 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) | 
| Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 162 | default y | 
|  | 163 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 164 | config PATA_ALI | 
|  | 165 | tristate "ALi PATA support (Experimental)" | 
|  | 166 | depends on PCI && EXPERIMENTAL | 
|  | 167 | help | 
|  | 168 | This option enables support for the ALi ATA interfaces | 
|  | 169 | found on the many ALi chipsets. | 
|  | 170 |  | 
|  | 171 | If unsure, say N. | 
|  | 172 |  | 
|  | 173 | config PATA_AMD | 
|  | 174 | tristate "AMD/NVidia PATA support (Experimental)" | 
|  | 175 | depends on PCI | 
|  | 176 | help | 
|  | 177 | This option enables support for the AMD and NVidia PATA | 
|  | 178 | interfaces found on the chipsets for Athlon/Athlon64. | 
|  | 179 |  | 
|  | 180 | If unsure, say N. | 
|  | 181 |  | 
|  | 182 | config PATA_ARTOP | 
|  | 183 | tristate "ARTOP 6210/6260 PATA support (Experimental)" | 
|  | 184 | depends on PCI && EXPERIMENTAL | 
|  | 185 | help | 
|  | 186 | This option enables support for ARTOP PATA controllers. | 
|  | 187 |  | 
|  | 188 | If unsure, say N. | 
|  | 189 |  | 
|  | 190 | config PATA_ATIIXP | 
|  | 191 | tristate "ATI PATA support (Experimental)" | 
|  | 192 | depends on PCI && EXPERIMENTAL | 
|  | 193 | help | 
|  | 194 | This option enables support for the ATI ATA interfaces | 
|  | 195 | found on the many ATI chipsets. | 
|  | 196 |  | 
|  | 197 | If unsure, say N. | 
|  | 198 |  | 
|  | 199 | config PATA_CMD64X | 
|  | 200 | tristate "CMD64x PATA support (Very Experimental)" | 
|  | 201 | depends on PCI&& EXPERIMENTAL | 
|  | 202 | help | 
|  | 203 | This option enables support for the CMD64x series chips | 
|  | 204 | except for the CMD640. | 
|  | 205 |  | 
|  | 206 | If unsure, say N. | 
|  | 207 |  | 
|  | 208 | config PATA_CS5520 | 
|  | 209 | tristate "CS5510/5520 PATA support" | 
|  | 210 | depends on PCI | 
|  | 211 | help | 
|  | 212 | This option enables support for the Cyrix 5510/5520 | 
|  | 213 | companion chip used with the MediaGX/Geode processor family. | 
|  | 214 |  | 
|  | 215 | If unsure, say N. | 
|  | 216 |  | 
|  | 217 | config PATA_CS5530 | 
|  | 218 | tristate "CS5530 PATA support (Experimental)" | 
|  | 219 | depends on PCI && EXPERIMENTAL | 
|  | 220 | help | 
|  | 221 | This option enables support for the Cyrix/NatSemi/AMD CS5530 | 
|  | 222 | companion chip used with the MediaGX/Geode processor family. | 
|  | 223 |  | 
|  | 224 | If unsure, say N. | 
|  | 225 |  | 
|  | 226 | config PATA_CS5535 | 
|  | 227 | tristate "CS5535 PATA support (Experimental)" | 
|  | 228 | depends on PCI && X86 && !X86_64 && EXPERIMENTAL | 
|  | 229 | help | 
|  | 230 | This option enables support for the NatSemi/AMD CS5535 | 
|  | 231 | companion chip used with the Geode processor family. | 
|  | 232 |  | 
|  | 233 | If unsure, say N. | 
|  | 234 |  | 
|  | 235 | config PATA_CYPRESS | 
|  | 236 | tristate "Cypress CY82C693 PATA support (Very Experimental)" | 
|  | 237 | depends on PCI && EXPERIMENTAL | 
|  | 238 | help | 
|  | 239 | This option enables support for the Cypress/Contaq CY82C693 | 
|  | 240 | chipset found in some Alpha systems | 
|  | 241 |  | 
|  | 242 | If unsure, say N. | 
|  | 243 |  | 
|  | 244 | config PATA_EFAR | 
|  | 245 | tristate "EFAR SLC90E66 support" | 
|  | 246 | depends on PCI | 
|  | 247 | help | 
|  | 248 | This option enables support for the EFAR SLC90E66 | 
|  | 249 | IDE controller found on some older machines. | 
|  | 250 |  | 
|  | 251 | If unsure, say N. | 
|  | 252 |  | 
|  | 253 | config ATA_GENERIC | 
|  | 254 | tristate "Generic ATA support" | 
|  | 255 | depends on PCI | 
|  | 256 | help | 
|  | 257 | This option enables support for generic BIOS configured | 
|  | 258 | ATA controllers via the new ATA layer | 
|  | 259 |  | 
|  | 260 | If unsure, say N. | 
|  | 261 |  | 
|  | 262 | config PATA_HPT366 | 
|  | 263 | tristate "HPT 366/368 PATA support (Very Experimental)" | 
|  | 264 | depends on PCI && EXPERIMENTAL | 
|  | 265 | help | 
|  | 266 | This option enables support for the HPT 366 and 368 | 
|  | 267 | PATA controllers via the new ATA layer. | 
|  | 268 |  | 
|  | 269 | If unsure, say N. | 
|  | 270 |  | 
|  | 271 | config PATA_HPT37X | 
|  | 272 | tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)" | 
|  | 273 | depends on PCI && EXPERIMENTAL | 
|  | 274 | help | 
|  | 275 | This option enables support for the majority of the later HPT | 
|  | 276 | PATA controllers via the new ATA layer. | 
|  | 277 |  | 
|  | 278 | If unsure, say N. | 
|  | 279 |  | 
|  | 280 | config PATA_HPT3X2N | 
|  | 281 | tristate "HPT 372N/302N PATA support (Very Experimental)" | 
|  | 282 | depends on PCI && EXPERIMENTAL | 
|  | 283 | help | 
|  | 284 | This option enables support for the N variant HPT PATA | 
|  | 285 | controllers via the new ATA layer | 
|  | 286 |  | 
|  | 287 | If unsure, say N. | 
|  | 288 |  | 
|  | 289 | config PATA_HPT3X3 | 
|  | 290 | tristate "HPT 343/363 PATA support (Experimental)" | 
|  | 291 | depends on PCI | 
|  | 292 | help | 
|  | 293 | This option enables support for the HPT 343/363 | 
|  | 294 | PATA controllers via the new ATA layer | 
|  | 295 |  | 
|  | 296 | If unsure, say N. | 
|  | 297 |  | 
|  | 298 | config PATA_ISAPNP | 
|  | 299 | tristate "ISA Plug and Play PATA support (Very Experimental)" | 
|  | 300 | depends on EXPERIMENTAL && ISAPNP | 
|  | 301 | help | 
|  | 302 | This option enables support for ISA plug & play ATA | 
|  | 303 | controllers such as those found on old soundcards. | 
|  | 304 |  | 
|  | 305 | If unsure, say N. | 
|  | 306 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 307 | config PATA_IT821X | 
| Alan | 9b13b68 | 2006-12-07 08:59:14 -0800 | [diff] [blame] | 308 | tristate "IT8211/2 PATA support (Experimental)" | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 309 | depends on PCI && EXPERIMENTAL | 
|  | 310 | help | 
|  | 311 | This option enables support for the ITE 8211 and 8212 | 
|  | 312 | PATA controllers via the new ATA layer, including RAID | 
|  | 313 | mode. | 
|  | 314 |  | 
|  | 315 | If unsure, say N. | 
|  | 316 |  | 
| Alan | 9b13b68 | 2006-12-07 08:59:14 -0800 | [diff] [blame] | 317 | config PATA_IT8213 | 
|  | 318 | tristate "IT8213 PATA support (Experimental)" | 
|  | 319 | depends on PCI && EXPERIMENTAL | 
|  | 320 | help | 
|  | 321 | This option enables support for the ITE 821 PATA | 
|  | 322 | controllers via the new ATA layer. | 
|  | 323 |  | 
|  | 324 | If unsure, say N. | 
|  | 325 |  | 
| Jeff Garzik | 406176e | 2006-09-06 10:48:19 -0400 | [diff] [blame] | 326 | config PATA_JMICRON | 
|  | 327 | tristate "JMicron PATA support" | 
|  | 328 | depends on PCI | 
|  | 329 | help | 
|  | 330 | Enable support for the JMicron IDE controller, via the new | 
|  | 331 | ATA layer. | 
|  | 332 |  | 
|  | 333 | If unsure, say N. | 
|  | 334 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 335 | config PATA_LEGACY | 
|  | 336 | tristate "Legacy ISA PATA support (Experimental)" | 
| Alan Cox | 4735ebed | 2006-09-26 17:37:22 +0100 | [diff] [blame] | 337 | depends on ISA && EXPERIMENTAL | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 338 | help | 
|  | 339 | This option enables support for ISA/VLB bus legacy PATA | 
|  | 340 | ports and allows them to be accessed via the new ATA layer. | 
|  | 341 |  | 
|  | 342 | If unsure, say N. | 
|  | 343 |  | 
|  | 344 | config PATA_TRIFLEX | 
|  | 345 | tristate "Compaq Triflex PATA support" | 
|  | 346 | depends on PCI | 
|  | 347 | help | 
|  | 348 | Enable support for the Compaq 'Triflex' IDE controller as found | 
|  | 349 | on many Compaq Pentium-Pro systems, via the new ATA layer. | 
|  | 350 |  | 
|  | 351 | If unsure, say N. | 
|  | 352 |  | 
| Alan Cox | 75742cb | 2006-10-16 16:40:06 +0100 | [diff] [blame] | 353 | config PATA_MARVELL | 
|  | 354 | tristate "Marvell PATA support via legacy mode" | 
|  | 355 | depends on PCI | 
|  | 356 | help | 
|  | 357 | This option enables limited support for the Marvell 88SE6145 ATA | 
|  | 358 | controller. | 
|  | 359 |  | 
|  | 360 | If unsure, say N. | 
|  | 361 |  | 
| Sylvain Munaut | 155d291 | 2006-12-08 00:14:16 +0100 | [diff] [blame] | 362 | config PATA_MPC52xx | 
|  | 363 | tristate "Freescale MPC52xx SoC internal IDE" | 
|  | 364 | depends on PPC_MPC52xx | 
|  | 365 | help | 
|  | 366 | This option enables support for integrated IDE controller | 
|  | 367 | of the Freescale MPC52xx SoC. | 
|  | 368 |  | 
|  | 369 | If unsure, say N. | 
|  | 370 |  | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 371 | config PATA_MPIIX | 
|  | 372 | tristate "Intel PATA MPIIX support" | 
|  | 373 | depends on PCI | 
|  | 374 | help | 
|  | 375 | This option enables support for MPIIX PATA support. | 
|  | 376 |  | 
|  | 377 | If unsure, say N. | 
|  | 378 |  | 
|  | 379 | config PATA_OLDPIIX | 
|  | 380 | tristate "Intel PATA old PIIX support (Experimental)" | 
|  | 381 | depends on PCI && EXPERIMENTAL | 
|  | 382 | help | 
|  | 383 | This option enables support for old(?) PIIX PATA support. | 
|  | 384 |  | 
|  | 385 | If unsure, say N. | 
|  | 386 |  | 
|  | 387 | config PATA_NETCELL | 
|  | 388 | tristate "NETCELL Revolution RAID support" | 
|  | 389 | depends on PCI | 
|  | 390 | help | 
|  | 391 | This option enables support for the Netcell Revolution RAID | 
|  | 392 | PATA controller. | 
|  | 393 |  | 
|  | 394 | If unsure, say N. | 
|  | 395 |  | 
|  | 396 | config PATA_NS87410 | 
|  | 397 | tristate "Nat Semi NS87410 PATA support (Experimental)" | 
|  | 398 | depends on PCI && EXPERIMENTAL | 
|  | 399 | help | 
|  | 400 | This option enables support for the National Semiconductor | 
|  | 401 | NS87410 PCI-IDE controller. | 
|  | 402 |  | 
|  | 403 | If unsure, say N. | 
|  | 404 |  | 
|  | 405 | config PATA_OPTI | 
|  | 406 | tristate "OPTI621/6215 PATA support (Very Experimental)" | 
|  | 407 | depends on PCI && EXPERIMENTAL | 
|  | 408 | help | 
|  | 409 | This option enables full PIO support for the early Opti ATA | 
|  | 410 | controllers found on some old motherboards. | 
|  | 411 |  | 
|  | 412 | If unsure, say N. | 
|  | 413 |  | 
|  | 414 | config PATA_OPTIDMA | 
| Alexey Dobriyan | 516e72c | 2007-01-05 16:37:00 -0800 | [diff] [blame] | 415 | tristate "OPTI FireStar PATA support (Very Experimental)" | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 416 | depends on PCI && EXPERIMENTAL | 
|  | 417 | help | 
|  | 418 | This option enables DMA/PIO support for the later OPTi | 
|  | 419 | controllers found on some old motherboards and in some | 
|  | 420 | latops | 
|  | 421 |  | 
|  | 422 | If unsure, say N. | 
|  | 423 |  | 
|  | 424 | config PATA_PCMCIA | 
|  | 425 | tristate "PCMCIA PATA support" | 
|  | 426 | depends on PCMCIA | 
|  | 427 | help | 
|  | 428 | This option enables support for PCMCIA ATA interfaces, including | 
|  | 429 | compact flash card adapters via the new ATA layer. | 
|  | 430 |  | 
|  | 431 | If unsure, say N. | 
|  | 432 |  | 
|  | 433 | config PATA_PDC_OLD | 
|  | 434 | tristate "Older Promise PATA controller support (Very Experimental)" | 
|  | 435 | depends on PCI && EXPERIMENTAL | 
|  | 436 | help | 
|  | 437 | This option enables support for the Promise 20246, 20262, 20263, | 
|  | 438 | 20265 and 20267 adapters. | 
|  | 439 |  | 
|  | 440 | If unsure, say N. | 
|  | 441 |  | 
|  | 442 | config PATA_QDI | 
|  | 443 | tristate "QDI VLB PATA support" | 
| Alan Cox | 4735ebed | 2006-09-26 17:37:22 +0100 | [diff] [blame] | 444 | depends on ISA | 
| Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 445 | help | 
|  | 446 | Support for QDI 6500 and 6580 PATA controllers on VESA local bus. | 
|  | 447 |  | 
|  | 448 | config PATA_RADISYS | 
|  | 449 | tristate "RADISYS 82600 PATA support (Very experimental)" | 
|  | 450 | depends on PCI && EXPERIMENTAL | 
|  | 451 | help | 
|  | 452 | This option enables support for the RADISYS 82600 | 
|  | 453 | PATA controllers via the new ATA layer | 
|  | 454 |  | 
|  | 455 | If unsure, say N. | 
|  | 456 |  | 
|  | 457 | config PATA_RZ1000 | 
|  | 458 | tristate "PC Tech RZ1000 PATA support" | 
|  | 459 | depends on PCI | 
|  | 460 | help | 
|  | 461 | This option enables basic support for the PC Tech RZ1000/1 | 
|  | 462 | PATA controllers via the new ATA layer | 
|  | 463 |  | 
|  | 464 | If unsure, say N. | 
|  | 465 |  | 
|  | 466 | config PATA_SC1200 | 
|  | 467 | tristate "SC1200 PATA support (Raving Lunatic)" | 
|  | 468 | depends on PCI && EXPERIMENTAL | 
|  | 469 | help | 
|  | 470 | This option enables support for the NatSemi/AMD SC1200 SoC | 
|  | 471 | companion chip used with the Geode processor family. | 
|  | 472 |  | 
|  | 473 | If unsure, say N. | 
|  | 474 |  | 
|  | 475 | config PATA_SERVERWORKS | 
|  | 476 | tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)" | 
|  | 477 | depends on PCI && EXPERIMENTAL | 
|  | 478 | help | 
|  | 479 | This option enables support for the Serverworks OSB4/CSB5/CSB6 and | 
|  | 480 | HT1000 PATA controllers, via the new ATA layer. | 
|  | 481 |  | 
|  | 482 | If unsure, say N. | 
|  | 483 |  | 
|  | 484 | config PATA_PDC2027X | 
|  | 485 | tristate "Promise PATA 2027x support" | 
|  | 486 | depends on PCI | 
|  | 487 | help | 
|  | 488 | This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. | 
|  | 489 |  | 
|  | 490 | If unsure, say N. | 
|  | 491 |  | 
|  | 492 | config PATA_SIL680 | 
|  | 493 | tristate "CMD / Silicon Image 680 PATA support" | 
|  | 494 | depends on PCI | 
|  | 495 | help | 
|  | 496 | This option enables support for CMD / Silicon Image 680 PATA. | 
|  | 497 |  | 
|  | 498 | If unsure, say N. | 
|  | 499 |  | 
|  | 500 | config PATA_SIS | 
|  | 501 | tristate "SiS PATA support (Experimental)" | 
|  | 502 | depends on PCI && EXPERIMENTAL | 
|  | 503 | help | 
|  | 504 | This option enables support for SiS PATA controllers | 
|  | 505 |  | 
|  | 506 | If unsure, say N. | 
|  | 507 |  | 
|  | 508 | config PATA_VIA | 
|  | 509 | tristate "VIA PATA support" | 
|  | 510 | depends on PCI | 
|  | 511 | help | 
|  | 512 | This option enables support for the VIA PATA interfaces | 
|  | 513 | found on the many VIA chipsets. | 
|  | 514 |  | 
|  | 515 | If unsure, say N. | 
|  | 516 |  | 
|  | 517 | config PATA_WINBOND | 
|  | 518 | tristate "Winbond SL82C105 PATA support" | 
|  | 519 | depends on PCI | 
|  | 520 | help | 
|  | 521 | This option enables support for SL82C105 PATA devices found in the | 
|  | 522 | Netwinder and some other systems | 
|  | 523 |  | 
|  | 524 | If unsure, say N. | 
|  | 525 |  | 
| Alan Cox | 7e45b0e | 2006-09-29 18:30:05 +0100 | [diff] [blame] | 526 | config PATA_WINBOND_VLB | 
|  | 527 | tristate "Winbond W83759A VLB PATA support (Experimental)" | 
|  | 528 | depends on ISA && EXPERIMENTAL | 
|  | 529 | help | 
|  | 530 | Support for the Winbond W83759A controller on Vesa Local Bus | 
|  | 531 | systems. | 
|  | 532 |  | 
| Paul Mundt | a20c9e8 | 2006-10-27 19:08:48 -0700 | [diff] [blame] | 533 | config PATA_PLATFORM | 
|  | 534 | tristate "Generic platform device PATA support" | 
|  | 535 | depends on EMBEDDED | 
|  | 536 | help | 
|  | 537 | This option enables support for generic directly connected ATA | 
|  | 538 | devices commonly found on embedded systems. | 
|  | 539 |  | 
|  | 540 | If unsure, say N. | 
|  | 541 |  | 
| Alessandro Zummo | 0df0d0a | 2006-11-14 13:43:21 -0500 | [diff] [blame] | 542 | config PATA_IXP4XX_CF | 
|  | 543 | tristate "IXP4XX Compact Flash support" | 
|  | 544 | depends on ARCH_IXP4XX | 
|  | 545 | help | 
|  | 546 | This option enables support for a Compact Flash connected on | 
|  | 547 | the ixp4xx expansion bus. This driver had been written for | 
|  | 548 | Loft/Avila boards in mind but can work with others. | 
|  | 549 |  | 
|  | 550 | If unsure, say N. | 
|  | 551 |  | 
| Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 552 | endif | 
| Jeff Garzik | 421b20b | 2006-08-14 14:27:36 -0400 | [diff] [blame] | 553 | endmenu | 
|  | 554 |  |