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 |
Alan | 2c7620d | 2007-02-05 16:04:10 +0000 | [diff] [blame] | 44 | tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/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 |
Alan | 2c7620d | 2007-02-05 16:04:10 +0000 | [diff] [blame] | 48 | and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series |
| 49 | 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 | |
Kristen Carlson Accardi | 11ef697 | 2006-09-28 11:29:01 -0700 | [diff] [blame] | 164 | config SATA_ACPI |
| 165 | bool |
| 166 | depends on ACPI && PCI |
| 167 | default y |
| 168 | help |
| 169 | This option adds support for SATA-related ACPI objects. |
| 170 | These ACPI objects add the ability to retrieve taskfiles |
| 171 | from the ACPI BIOS and write them to the disk controller. |
| 172 | These objects may be related to performance, security, |
| 173 | power management, or other areas. |
| 174 | You can disable this at kernel boot time by using the |
| 175 | option libata.noacpi=1 |
| 176 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 177 | config PATA_ALI |
| 178 | tristate "ALi PATA support (Experimental)" |
| 179 | depends on PCI && EXPERIMENTAL |
| 180 | help |
| 181 | This option enables support for the ALi ATA interfaces |
| 182 | found on the many ALi chipsets. |
| 183 | |
| 184 | If unsure, say N. |
| 185 | |
| 186 | config PATA_AMD |
| 187 | tristate "AMD/NVidia PATA support (Experimental)" |
| 188 | depends on PCI |
| 189 | help |
| 190 | This option enables support for the AMD and NVidia PATA |
| 191 | interfaces found on the chipsets for Athlon/Athlon64. |
| 192 | |
| 193 | If unsure, say N. |
| 194 | |
| 195 | config PATA_ARTOP |
| 196 | tristate "ARTOP 6210/6260 PATA support (Experimental)" |
| 197 | depends on PCI && EXPERIMENTAL |
| 198 | help |
| 199 | This option enables support for ARTOP PATA controllers. |
| 200 | |
| 201 | If unsure, say N. |
| 202 | |
| 203 | config PATA_ATIIXP |
| 204 | tristate "ATI PATA support (Experimental)" |
| 205 | depends on PCI && EXPERIMENTAL |
| 206 | help |
| 207 | This option enables support for the ATI ATA interfaces |
| 208 | found on the many ATI chipsets. |
| 209 | |
| 210 | If unsure, say N. |
| 211 | |
Alan Cox | b2248da | 2007-03-06 02:38:11 -0800 | [diff] [blame] | 212 | config PATA_CMD640_PCI |
| 213 | tristate "CMD640 PCI PATA support (Very Experimental)" |
| 214 | depends on PCI && EXPERIMENTAL |
| 215 | help |
| 216 | This option enables support for the CMD640 PCI IDE |
| 217 | interface chip. Only the primary channel is currently |
| 218 | supported. |
| 219 | |
| 220 | If unsure, say N. |
| 221 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 222 | config PATA_CMD64X |
| 223 | tristate "CMD64x PATA support (Very Experimental)" |
| 224 | depends on PCI&& EXPERIMENTAL |
| 225 | help |
| 226 | This option enables support for the CMD64x series chips |
| 227 | except for the CMD640. |
| 228 | |
| 229 | If unsure, say N. |
| 230 | |
| 231 | config PATA_CS5520 |
| 232 | tristate "CS5510/5520 PATA support" |
| 233 | depends on PCI |
| 234 | help |
| 235 | This option enables support for the Cyrix 5510/5520 |
| 236 | companion chip used with the MediaGX/Geode processor family. |
| 237 | |
| 238 | If unsure, say N. |
| 239 | |
| 240 | config PATA_CS5530 |
| 241 | tristate "CS5530 PATA support (Experimental)" |
| 242 | depends on PCI && EXPERIMENTAL |
| 243 | help |
| 244 | This option enables support for the Cyrix/NatSemi/AMD CS5530 |
| 245 | companion chip used with the MediaGX/Geode processor family. |
| 246 | |
| 247 | If unsure, say N. |
| 248 | |
| 249 | config PATA_CS5535 |
| 250 | tristate "CS5535 PATA support (Experimental)" |
| 251 | depends on PCI && X86 && !X86_64 && EXPERIMENTAL |
| 252 | help |
| 253 | This option enables support for the NatSemi/AMD CS5535 |
| 254 | companion chip used with the Geode processor family. |
| 255 | |
| 256 | If unsure, say N. |
| 257 | |
| 258 | config PATA_CYPRESS |
| 259 | tristate "Cypress CY82C693 PATA support (Very Experimental)" |
| 260 | depends on PCI && EXPERIMENTAL |
| 261 | help |
| 262 | This option enables support for the Cypress/Contaq CY82C693 |
| 263 | chipset found in some Alpha systems |
| 264 | |
| 265 | If unsure, say N. |
| 266 | |
| 267 | config PATA_EFAR |
| 268 | tristate "EFAR SLC90E66 support" |
| 269 | depends on PCI |
| 270 | help |
| 271 | This option enables support for the EFAR SLC90E66 |
| 272 | IDE controller found on some older machines. |
| 273 | |
| 274 | If unsure, say N. |
| 275 | |
| 276 | config ATA_GENERIC |
| 277 | tristate "Generic ATA support" |
| 278 | depends on PCI |
| 279 | help |
| 280 | This option enables support for generic BIOS configured |
| 281 | ATA controllers via the new ATA layer |
| 282 | |
| 283 | If unsure, say N. |
| 284 | |
| 285 | config PATA_HPT366 |
| 286 | tristate "HPT 366/368 PATA support (Very Experimental)" |
| 287 | depends on PCI && EXPERIMENTAL |
| 288 | help |
| 289 | This option enables support for the HPT 366 and 368 |
| 290 | PATA controllers via the new ATA layer. |
| 291 | |
| 292 | If unsure, say N. |
| 293 | |
| 294 | config PATA_HPT37X |
| 295 | tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)" |
| 296 | depends on PCI && EXPERIMENTAL |
| 297 | help |
| 298 | This option enables support for the majority of the later HPT |
| 299 | PATA controllers via the new ATA layer. |
| 300 | |
| 301 | If unsure, say N. |
| 302 | |
| 303 | config PATA_HPT3X2N |
| 304 | tristate "HPT 372N/302N PATA support (Very Experimental)" |
| 305 | depends on PCI && EXPERIMENTAL |
| 306 | help |
| 307 | This option enables support for the N variant HPT PATA |
| 308 | controllers via the new ATA layer |
| 309 | |
| 310 | If unsure, say N. |
| 311 | |
| 312 | config PATA_HPT3X3 |
| 313 | tristate "HPT 343/363 PATA support (Experimental)" |
| 314 | depends on PCI |
| 315 | help |
| 316 | This option enables support for the HPT 343/363 |
| 317 | PATA controllers via the new ATA layer |
| 318 | |
| 319 | If unsure, say N. |
| 320 | |
| 321 | config PATA_ISAPNP |
| 322 | tristate "ISA Plug and Play PATA support (Very Experimental)" |
| 323 | depends on EXPERIMENTAL && ISAPNP |
| 324 | help |
| 325 | This option enables support for ISA plug & play ATA |
| 326 | controllers such as those found on old soundcards. |
| 327 | |
| 328 | If unsure, say N. |
| 329 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 330 | config PATA_IT821X |
Alan | 9b13b68 | 2006-12-07 08:59:14 -0800 | [diff] [blame] | 331 | tristate "IT8211/2 PATA support (Experimental)" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 332 | depends on PCI && EXPERIMENTAL |
| 333 | help |
| 334 | This option enables support for the ITE 8211 and 8212 |
| 335 | PATA controllers via the new ATA layer, including RAID |
| 336 | mode. |
| 337 | |
| 338 | If unsure, say N. |
| 339 | |
Alan | 9b13b68 | 2006-12-07 08:59:14 -0800 | [diff] [blame] | 340 | config PATA_IT8213 |
| 341 | tristate "IT8213 PATA support (Experimental)" |
| 342 | depends on PCI && EXPERIMENTAL |
| 343 | help |
| 344 | This option enables support for the ITE 821 PATA |
| 345 | controllers via the new ATA layer. |
| 346 | |
| 347 | If unsure, say N. |
| 348 | |
Jeff Garzik | 406176e | 2006-09-06 10:48:19 -0400 | [diff] [blame] | 349 | config PATA_JMICRON |
| 350 | tristate "JMicron PATA support" |
| 351 | depends on PCI |
| 352 | help |
| 353 | Enable support for the JMicron IDE controller, via the new |
| 354 | ATA layer. |
| 355 | |
| 356 | If unsure, say N. |
| 357 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 358 | config PATA_LEGACY |
| 359 | tristate "Legacy ISA PATA support (Experimental)" |
Alan Cox | 4735ebed | 2006-09-26 17:37:22 +0100 | [diff] [blame] | 360 | depends on ISA && EXPERIMENTAL |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 361 | help |
| 362 | This option enables support for ISA/VLB bus legacy PATA |
| 363 | ports and allows them to be accessed via the new ATA layer. |
| 364 | |
| 365 | If unsure, say N. |
| 366 | |
| 367 | config PATA_TRIFLEX |
| 368 | tristate "Compaq Triflex PATA support" |
| 369 | depends on PCI |
| 370 | help |
| 371 | Enable support for the Compaq 'Triflex' IDE controller as found |
| 372 | on many Compaq Pentium-Pro systems, via the new ATA layer. |
| 373 | |
| 374 | If unsure, say N. |
| 375 | |
Alan Cox | 75742cb | 2006-10-16 16:40:06 +0100 | [diff] [blame] | 376 | config PATA_MARVELL |
| 377 | tristate "Marvell PATA support via legacy mode" |
| 378 | depends on PCI |
| 379 | help |
| 380 | This option enables limited support for the Marvell 88SE6145 ATA |
| 381 | controller. |
| 382 | |
| 383 | If unsure, say N. |
| 384 | |
Sylvain Munaut | 155d291 | 2006-12-08 00:14:16 +0100 | [diff] [blame] | 385 | config PATA_MPC52xx |
| 386 | tristate "Freescale MPC52xx SoC internal IDE" |
| 387 | depends on PPC_MPC52xx |
| 388 | help |
| 389 | This option enables support for integrated IDE controller |
| 390 | of the Freescale MPC52xx SoC. |
| 391 | |
| 392 | If unsure, say N. |
| 393 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 394 | config PATA_MPIIX |
| 395 | tristate "Intel PATA MPIIX support" |
| 396 | depends on PCI |
| 397 | help |
| 398 | This option enables support for MPIIX PATA support. |
| 399 | |
| 400 | If unsure, say N. |
| 401 | |
| 402 | config PATA_OLDPIIX |
| 403 | tristate "Intel PATA old PIIX support (Experimental)" |
| 404 | depends on PCI && EXPERIMENTAL |
| 405 | help |
| 406 | This option enables support for old(?) PIIX PATA support. |
| 407 | |
| 408 | If unsure, say N. |
| 409 | |
| 410 | config PATA_NETCELL |
| 411 | tristate "NETCELL Revolution RAID support" |
| 412 | depends on PCI |
| 413 | help |
| 414 | This option enables support for the Netcell Revolution RAID |
| 415 | PATA controller. |
| 416 | |
| 417 | If unsure, say N. |
| 418 | |
| 419 | config PATA_NS87410 |
| 420 | tristate "Nat Semi NS87410 PATA support (Experimental)" |
| 421 | depends on PCI && EXPERIMENTAL |
| 422 | help |
| 423 | This option enables support for the National Semiconductor |
| 424 | NS87410 PCI-IDE controller. |
| 425 | |
| 426 | If unsure, say N. |
| 427 | |
| 428 | config PATA_OPTI |
| 429 | tristate "OPTI621/6215 PATA support (Very Experimental)" |
| 430 | depends on PCI && EXPERIMENTAL |
| 431 | help |
| 432 | This option enables full PIO support for the early Opti ATA |
| 433 | controllers found on some old motherboards. |
| 434 | |
| 435 | If unsure, say N. |
| 436 | |
| 437 | config PATA_OPTIDMA |
Alexey Dobriyan | 516e72c | 2007-01-05 16:37:00 -0800 | [diff] [blame] | 438 | tristate "OPTI FireStar PATA support (Very Experimental)" |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 439 | depends on PCI && EXPERIMENTAL |
| 440 | help |
| 441 | This option enables DMA/PIO support for the later OPTi |
| 442 | controllers found on some old motherboards and in some |
| 443 | latops |
| 444 | |
| 445 | If unsure, say N. |
| 446 | |
| 447 | config PATA_PCMCIA |
| 448 | tristate "PCMCIA PATA support" |
| 449 | depends on PCMCIA |
| 450 | help |
| 451 | This option enables support for PCMCIA ATA interfaces, including |
| 452 | compact flash card adapters via the new ATA layer. |
| 453 | |
| 454 | If unsure, say N. |
| 455 | |
| 456 | config PATA_PDC_OLD |
| 457 | tristate "Older Promise PATA controller support (Very Experimental)" |
| 458 | depends on PCI && EXPERIMENTAL |
| 459 | help |
| 460 | This option enables support for the Promise 20246, 20262, 20263, |
| 461 | 20265 and 20267 adapters. |
| 462 | |
| 463 | If unsure, say N. |
| 464 | |
| 465 | config PATA_QDI |
| 466 | tristate "QDI VLB PATA support" |
Alan Cox | 4735ebed | 2006-09-26 17:37:22 +0100 | [diff] [blame] | 467 | depends on ISA |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 468 | help |
| 469 | Support for QDI 6500 and 6580 PATA controllers on VESA local bus. |
| 470 | |
| 471 | config PATA_RADISYS |
| 472 | tristate "RADISYS 82600 PATA support (Very experimental)" |
| 473 | depends on PCI && EXPERIMENTAL |
| 474 | help |
| 475 | This option enables support for the RADISYS 82600 |
| 476 | PATA controllers via the new ATA layer |
| 477 | |
| 478 | If unsure, say N. |
| 479 | |
| 480 | config PATA_RZ1000 |
| 481 | tristate "PC Tech RZ1000 PATA support" |
| 482 | depends on PCI |
| 483 | help |
| 484 | This option enables basic support for the PC Tech RZ1000/1 |
| 485 | PATA controllers via the new ATA layer |
| 486 | |
| 487 | If unsure, say N. |
| 488 | |
| 489 | config PATA_SC1200 |
| 490 | tristate "SC1200 PATA support (Raving Lunatic)" |
| 491 | depends on PCI && EXPERIMENTAL |
| 492 | help |
| 493 | This option enables support for the NatSemi/AMD SC1200 SoC |
| 494 | companion chip used with the Geode processor family. |
| 495 | |
| 496 | If unsure, say N. |
| 497 | |
| 498 | config PATA_SERVERWORKS |
| 499 | tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)" |
| 500 | depends on PCI && EXPERIMENTAL |
| 501 | help |
| 502 | This option enables support for the Serverworks OSB4/CSB5/CSB6 and |
| 503 | HT1000 PATA controllers, via the new ATA layer. |
| 504 | |
| 505 | If unsure, say N. |
| 506 | |
| 507 | config PATA_PDC2027X |
| 508 | tristate "Promise PATA 2027x support" |
| 509 | depends on PCI |
| 510 | help |
| 511 | This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. |
| 512 | |
| 513 | If unsure, say N. |
| 514 | |
| 515 | config PATA_SIL680 |
| 516 | tristate "CMD / Silicon Image 680 PATA support" |
| 517 | depends on PCI |
| 518 | help |
| 519 | This option enables support for CMD / Silicon Image 680 PATA. |
| 520 | |
| 521 | If unsure, say N. |
| 522 | |
| 523 | config PATA_SIS |
| 524 | tristate "SiS PATA support (Experimental)" |
| 525 | depends on PCI && EXPERIMENTAL |
| 526 | help |
| 527 | This option enables support for SiS PATA controllers |
| 528 | |
| 529 | If unsure, say N. |
| 530 | |
| 531 | config PATA_VIA |
| 532 | tristate "VIA PATA support" |
| 533 | depends on PCI |
| 534 | help |
| 535 | This option enables support for the VIA PATA interfaces |
| 536 | found on the many VIA chipsets. |
| 537 | |
| 538 | If unsure, say N. |
| 539 | |
| 540 | config PATA_WINBOND |
| 541 | tristate "Winbond SL82C105 PATA support" |
| 542 | depends on PCI |
| 543 | help |
| 544 | This option enables support for SL82C105 PATA devices found in the |
| 545 | Netwinder and some other systems |
| 546 | |
| 547 | If unsure, say N. |
| 548 | |
Alan Cox | 7e45b0e | 2006-09-29 18:30:05 +0100 | [diff] [blame] | 549 | config PATA_WINBOND_VLB |
| 550 | tristate "Winbond W83759A VLB PATA support (Experimental)" |
| 551 | depends on ISA && EXPERIMENTAL |
| 552 | help |
| 553 | Support for the Winbond W83759A controller on Vesa Local Bus |
| 554 | systems. |
| 555 | |
Paul Mundt | a20c9e8 | 2006-10-27 19:08:48 -0700 | [diff] [blame] | 556 | config PATA_PLATFORM |
| 557 | tristate "Generic platform device PATA support" |
| 558 | depends on EMBEDDED |
| 559 | help |
| 560 | This option enables support for generic directly connected ATA |
| 561 | devices commonly found on embedded systems. |
| 562 | |
| 563 | If unsure, say N. |
| 564 | |
Alessandro Zummo | 0df0d0a | 2006-11-14 13:43:21 -0500 | [diff] [blame] | 565 | config PATA_IXP4XX_CF |
| 566 | tristate "IXP4XX Compact Flash support" |
| 567 | depends on ARCH_IXP4XX |
| 568 | help |
| 569 | This option enables support for a Compact Flash connected on |
| 570 | the ixp4xx expansion bus. This driver had been written for |
| 571 | Loft/Avila boards in mind but can work with others. |
| 572 | |
| 573 | If unsure, say N. |
| 574 | |
Akira Iguchi | a619f981b | 2007-01-26 16:28:18 +0900 | [diff] [blame] | 575 | config PATA_SCC |
| 576 | tristate "Toshiba's Cell Reference Set IDE support" |
Akira Iguchi | aeb9362 | 2007-03-15 14:32:58 +0900 | [diff] [blame] | 577 | depends on PCI && PPC_CELLEB |
Akira Iguchi | a619f981b | 2007-01-26 16:28:18 +0900 | [diff] [blame] | 578 | help |
| 579 | This option enables support for the built-in IDE controller on |
| 580 | Toshiba Cell Reference Board. |
| 581 | |
| 582 | If unsure, say N. |
| 583 | |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 584 | endif |
Jeff Garzik | 421b20b | 2006-08-14 14:27:36 -0400 | [diff] [blame] | 585 | endmenu |
| 586 | |