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