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