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" |
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 | |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 19 | if ATA |
| 20 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 21 | config SATA_AHCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 22 | tristate "AHCI SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 23 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 24 | help |
| 25 | This option enables support for AHCI Serial ATA. |
| 26 | |
| 27 | If unsure, say N. |
| 28 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 29 | config SATA_SVW |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 30 | tristate "ServerWorks Frodo / Apple K2 SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 31 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 32 | help |
| 33 | This option enables support for Broadcom/Serverworks/Apple K2 |
| 34 | SATA support. |
| 35 | |
| 36 | If unsure, say N. |
| 37 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 38 | config ATA_PIIX |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 39 | tristate "Intel PIIX/ICH SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 40 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 41 | help |
| 42 | This option enables support for ICH5/6/7/8 Serial ATA. |
| 43 | If PATA support was enabled previously, this enables |
| 44 | support for select Intel PIIX/ICH PATA host controllers. |
| 45 | |
| 46 | If unsure, say N. |
| 47 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 48 | config SATA_MV |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 49 | tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 50 | depends on PCI && EXPERIMENTAL |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 51 | help |
| 52 | This option enables support for the Marvell Serial ATA family. |
| 53 | Currently supports 88SX[56]0[48][01] chips. |
| 54 | |
| 55 | If unsure, say N. |
| 56 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 57 | config SATA_NV |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 58 | tristate "NVIDIA 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 |
| 61 | This option enables support for NVIDIA Serial ATA. |
| 62 | |
| 63 | If unsure, say N. |
| 64 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 65 | config PDC_ADMA |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 66 | tristate "Pacific Digital ADMA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 67 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 68 | help |
| 69 | This option enables support for Pacific Digital ADMA controllers |
| 70 | |
| 71 | If unsure, say N. |
| 72 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 73 | config SATA_QSTOR |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 74 | tristate "Pacific Digital SATA QStor support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 75 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 76 | help |
| 77 | This option enables support for Pacific Digital Serial ATA QStor. |
| 78 | |
| 79 | If unsure, say N. |
| 80 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 81 | config SATA_PROMISE |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 82 | tristate "Promise SATA TX2/TX4 support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 83 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 84 | help |
| 85 | This option enables support for Promise Serial ATA TX2/TX4. |
| 86 | |
| 87 | If unsure, say N. |
| 88 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 89 | config SATA_SX4 |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 90 | tristate "Promise SATA SX4 support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 91 | depends on PCI && EXPERIMENTAL |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 92 | help |
| 93 | This option enables support for Promise Serial ATA SX4. |
| 94 | |
| 95 | If unsure, say N. |
| 96 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 97 | config SATA_SIL |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 98 | tristate "Silicon Image SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 99 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 100 | help |
| 101 | This option enables support for Silicon Image Serial ATA. |
| 102 | |
| 103 | If unsure, say N. |
| 104 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 105 | config SATA_SIL24 |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 106 | tristate "Silicon Image 3124/3132 SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 107 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 108 | help |
| 109 | This option enables support for Silicon Image 3124/3132 Serial ATA. |
| 110 | |
| 111 | If unsure, say N. |
| 112 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 113 | config SATA_SIS |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 114 | tristate "SiS 964/180 SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 115 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 116 | help |
| 117 | This option enables support for SiS Serial ATA 964/180. |
| 118 | |
| 119 | If unsure, say N. |
| 120 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 121 | config SATA_ULI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 122 | tristate "ULi Electronics SATA support" |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 123 | depends on PCI |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 124 | help |
| 125 | This option enables support for ULi Electronics SATA. |
| 126 | |
| 127 | If unsure, say N. |
| 128 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 129 | config SATA_VIA |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 130 | tristate "VIA 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 VIA Serial ATA. |
| 134 | |
| 135 | If unsure, say N. |
| 136 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 137 | config SATA_VITESSE |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 138 | tristate "VITESSE VSC-7174 / INTEL 31244 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 Vitesse VSC7174 and Intel 31244 Serial ATA. |
| 142 | |
| 143 | If unsure, say N. |
| 144 | |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 145 | config SATA_INTEL_COMBINED |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 146 | bool |
Jeff Garzik | 8ad92ba | 2006-08-14 14:10:07 -0400 | [diff] [blame] | 147 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) |
Jeff Garzik | c6fd280 | 2006-08-10 07:31:37 -0400 | [diff] [blame] | 148 | default y |
| 149 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 150 | config PATA_ALI |
| 151 | tristate "ALi PATA support (Experimental)" |
| 152 | depends on PCI && EXPERIMENTAL |
| 153 | help |
| 154 | This option enables support for the ALi ATA interfaces |
| 155 | found on the many ALi chipsets. |
| 156 | |
| 157 | If unsure, say N. |
| 158 | |
| 159 | config PATA_AMD |
| 160 | tristate "AMD/NVidia PATA support (Experimental)" |
| 161 | depends on PCI |
| 162 | help |
| 163 | This option enables support for the AMD and NVidia PATA |
| 164 | interfaces found on the chipsets for Athlon/Athlon64. |
| 165 | |
| 166 | If unsure, say N. |
| 167 | |
| 168 | config PATA_ARTOP |
| 169 | tristate "ARTOP 6210/6260 PATA support (Experimental)" |
| 170 | depends on PCI && EXPERIMENTAL |
| 171 | help |
| 172 | This option enables support for ARTOP PATA controllers. |
| 173 | |
| 174 | If unsure, say N. |
| 175 | |
| 176 | config PATA_ATIIXP |
| 177 | tristate "ATI PATA support (Experimental)" |
| 178 | depends on PCI && EXPERIMENTAL |
| 179 | help |
| 180 | This option enables support for the ATI ATA interfaces |
| 181 | found on the many ATI chipsets. |
| 182 | |
| 183 | If unsure, say N. |
| 184 | |
| 185 | config PATA_CMD64X |
| 186 | tristate "CMD64x PATA support (Very Experimental)" |
| 187 | depends on PCI&& EXPERIMENTAL |
| 188 | help |
| 189 | This option enables support for the CMD64x series chips |
| 190 | except for the CMD640. |
| 191 | |
| 192 | If unsure, say N. |
| 193 | |
| 194 | config PATA_CS5520 |
| 195 | tristate "CS5510/5520 PATA support" |
| 196 | depends on PCI |
| 197 | help |
| 198 | This option enables support for the Cyrix 5510/5520 |
| 199 | companion chip used with the MediaGX/Geode processor family. |
| 200 | |
| 201 | If unsure, say N. |
| 202 | |
| 203 | config PATA_CS5530 |
| 204 | tristate "CS5530 PATA support (Experimental)" |
| 205 | depends on PCI && EXPERIMENTAL |
| 206 | help |
| 207 | This option enables support for the Cyrix/NatSemi/AMD CS5530 |
| 208 | companion chip used with the MediaGX/Geode processor family. |
| 209 | |
| 210 | If unsure, say N. |
| 211 | |
| 212 | config PATA_CS5535 |
| 213 | tristate "CS5535 PATA support (Experimental)" |
| 214 | depends on PCI && X86 && !X86_64 && EXPERIMENTAL |
| 215 | help |
| 216 | This option enables support for the NatSemi/AMD CS5535 |
| 217 | companion chip used with the Geode processor family. |
| 218 | |
| 219 | If unsure, say N. |
| 220 | |
| 221 | config PATA_CYPRESS |
| 222 | tristate "Cypress CY82C693 PATA support (Very Experimental)" |
| 223 | depends on PCI && EXPERIMENTAL |
| 224 | help |
| 225 | This option enables support for the Cypress/Contaq CY82C693 |
| 226 | chipset found in some Alpha systems |
| 227 | |
| 228 | If unsure, say N. |
| 229 | |
| 230 | config PATA_EFAR |
| 231 | tristate "EFAR SLC90E66 support" |
| 232 | depends on PCI |
| 233 | help |
| 234 | This option enables support for the EFAR SLC90E66 |
| 235 | IDE controller found on some older machines. |
| 236 | |
| 237 | If unsure, say N. |
| 238 | |
| 239 | config ATA_GENERIC |
| 240 | tristate "Generic ATA support" |
| 241 | depends on PCI |
| 242 | help |
| 243 | This option enables support for generic BIOS configured |
| 244 | ATA controllers via the new ATA layer |
| 245 | |
| 246 | If unsure, say N. |
| 247 | |
| 248 | config PATA_HPT366 |
| 249 | tristate "HPT 366/368 PATA support (Very Experimental)" |
| 250 | depends on PCI && EXPERIMENTAL |
| 251 | help |
| 252 | This option enables support for the HPT 366 and 368 |
| 253 | PATA controllers via the new ATA layer. |
| 254 | |
| 255 | If unsure, say N. |
| 256 | |
| 257 | config PATA_HPT37X |
| 258 | tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)" |
| 259 | depends on PCI && EXPERIMENTAL |
| 260 | help |
| 261 | This option enables support for the majority of the later HPT |
| 262 | PATA controllers via the new ATA layer. |
| 263 | |
| 264 | If unsure, say N. |
| 265 | |
| 266 | config PATA_HPT3X2N |
| 267 | tristate "HPT 372N/302N PATA support (Very Experimental)" |
| 268 | depends on PCI && EXPERIMENTAL |
| 269 | help |
| 270 | This option enables support for the N variant HPT PATA |
| 271 | controllers via the new ATA layer |
| 272 | |
| 273 | If unsure, say N. |
| 274 | |
| 275 | config PATA_HPT3X3 |
| 276 | tristate "HPT 343/363 PATA support (Experimental)" |
| 277 | depends on PCI |
| 278 | help |
| 279 | This option enables support for the HPT 343/363 |
| 280 | PATA controllers via the new ATA layer |
| 281 | |
| 282 | If unsure, say N. |
| 283 | |
| 284 | config PATA_ISAPNP |
| 285 | tristate "ISA Plug and Play PATA support (Very Experimental)" |
| 286 | depends on EXPERIMENTAL && ISAPNP |
| 287 | help |
| 288 | This option enables support for ISA plug & play ATA |
| 289 | controllers such as those found on old soundcards. |
| 290 | |
| 291 | If unsure, say N. |
| 292 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 293 | config PATA_IT821X |
| 294 | tristate "IT821x PATA support (Experimental)" |
| 295 | depends on PCI && EXPERIMENTAL |
| 296 | help |
| 297 | This option enables support for the ITE 8211 and 8212 |
| 298 | PATA controllers via the new ATA layer, including RAID |
| 299 | mode. |
| 300 | |
| 301 | If unsure, say N. |
| 302 | |
Jeff Garzik | 406176e | 2006-09-06 10:48:19 -0400 | [diff] [blame] | 303 | config PATA_JMICRON |
| 304 | tristate "JMicron PATA support" |
| 305 | depends on PCI |
| 306 | help |
| 307 | Enable support for the JMicron IDE controller, via the new |
| 308 | ATA layer. |
| 309 | |
| 310 | If unsure, say N. |
| 311 | |
Jeff Garzik | 669a5db | 2006-08-29 18:12:40 -0400 | [diff] [blame] | 312 | config PATA_LEGACY |
| 313 | tristate "Legacy ISA PATA support (Experimental)" |
| 314 | depends on PCI && EXPERIMENTAL |
| 315 | help |
| 316 | This option enables support for ISA/VLB bus legacy PATA |
| 317 | ports and allows them to be accessed via the new ATA layer. |
| 318 | |
| 319 | If unsure, say N. |
| 320 | |
| 321 | config PATA_TRIFLEX |
| 322 | tristate "Compaq Triflex PATA support" |
| 323 | depends on PCI |
| 324 | help |
| 325 | Enable support for the Compaq 'Triflex' IDE controller as found |
| 326 | on many Compaq Pentium-Pro systems, via the new ATA layer. |
| 327 | |
| 328 | If unsure, say N. |
| 329 | |
| 330 | config PATA_MPIIX |
| 331 | tristate "Intel PATA MPIIX support" |
| 332 | depends on PCI |
| 333 | help |
| 334 | This option enables support for MPIIX PATA support. |
| 335 | |
| 336 | If unsure, say N. |
| 337 | |
| 338 | config PATA_OLDPIIX |
| 339 | tristate "Intel PATA old PIIX support (Experimental)" |
| 340 | depends on PCI && EXPERIMENTAL |
| 341 | help |
| 342 | This option enables support for old(?) PIIX PATA support. |
| 343 | |
| 344 | If unsure, say N. |
| 345 | |
| 346 | config PATA_NETCELL |
| 347 | tristate "NETCELL Revolution RAID support" |
| 348 | depends on PCI |
| 349 | help |
| 350 | This option enables support for the Netcell Revolution RAID |
| 351 | PATA controller. |
| 352 | |
| 353 | If unsure, say N. |
| 354 | |
| 355 | config PATA_NS87410 |
| 356 | tristate "Nat Semi NS87410 PATA support (Experimental)" |
| 357 | depends on PCI && EXPERIMENTAL |
| 358 | help |
| 359 | This option enables support for the National Semiconductor |
| 360 | NS87410 PCI-IDE controller. |
| 361 | |
| 362 | If unsure, say N. |
| 363 | |
| 364 | config PATA_OPTI |
| 365 | tristate "OPTI621/6215 PATA support (Very Experimental)" |
| 366 | depends on PCI && EXPERIMENTAL |
| 367 | help |
| 368 | This option enables full PIO support for the early Opti ATA |
| 369 | controllers found on some old motherboards. |
| 370 | |
| 371 | If unsure, say N. |
| 372 | |
| 373 | config PATA_OPTIDMA |
| 374 | tristate "OPTI FireStar PATA support (Veyr Experimental)" |
| 375 | depends on PCI && EXPERIMENTAL |
| 376 | help |
| 377 | This option enables DMA/PIO support for the later OPTi |
| 378 | controllers found on some old motherboards and in some |
| 379 | latops |
| 380 | |
| 381 | If unsure, say N. |
| 382 | |
| 383 | config PATA_PCMCIA |
| 384 | tristate "PCMCIA PATA support" |
| 385 | depends on PCMCIA |
| 386 | help |
| 387 | This option enables support for PCMCIA ATA interfaces, including |
| 388 | compact flash card adapters via the new ATA layer. |
| 389 | |
| 390 | If unsure, say N. |
| 391 | |
| 392 | config PATA_PDC_OLD |
| 393 | tristate "Older Promise PATA controller support (Very Experimental)" |
| 394 | depends on PCI && EXPERIMENTAL |
| 395 | help |
| 396 | This option enables support for the Promise 20246, 20262, 20263, |
| 397 | 20265 and 20267 adapters. |
| 398 | |
| 399 | If unsure, say N. |
| 400 | |
| 401 | config PATA_QDI |
| 402 | tristate "QDI VLB PATA support" |
| 403 | help |
| 404 | Support for QDI 6500 and 6580 PATA controllers on VESA local bus. |
| 405 | |
| 406 | config PATA_RADISYS |
| 407 | tristate "RADISYS 82600 PATA support (Very experimental)" |
| 408 | depends on PCI && EXPERIMENTAL |
| 409 | help |
| 410 | This option enables support for the RADISYS 82600 |
| 411 | PATA controllers via the new ATA layer |
| 412 | |
| 413 | If unsure, say N. |
| 414 | |
| 415 | config PATA_RZ1000 |
| 416 | tristate "PC Tech RZ1000 PATA support" |
| 417 | depends on PCI |
| 418 | help |
| 419 | This option enables basic support for the PC Tech RZ1000/1 |
| 420 | PATA controllers via the new ATA layer |
| 421 | |
| 422 | If unsure, say N. |
| 423 | |
| 424 | config PATA_SC1200 |
| 425 | tristate "SC1200 PATA support (Raving Lunatic)" |
| 426 | depends on PCI && EXPERIMENTAL |
| 427 | help |
| 428 | This option enables support for the NatSemi/AMD SC1200 SoC |
| 429 | companion chip used with the Geode processor family. |
| 430 | |
| 431 | If unsure, say N. |
| 432 | |
| 433 | config PATA_SERVERWORKS |
| 434 | tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)" |
| 435 | depends on PCI && EXPERIMENTAL |
| 436 | help |
| 437 | This option enables support for the Serverworks OSB4/CSB5/CSB6 and |
| 438 | HT1000 PATA controllers, via the new ATA layer. |
| 439 | |
| 440 | If unsure, say N. |
| 441 | |
| 442 | config PATA_PDC2027X |
| 443 | tristate "Promise PATA 2027x support" |
| 444 | depends on PCI |
| 445 | help |
| 446 | This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. |
| 447 | |
| 448 | If unsure, say N. |
| 449 | |
| 450 | config PATA_SIL680 |
| 451 | tristate "CMD / Silicon Image 680 PATA support" |
| 452 | depends on PCI |
| 453 | help |
| 454 | This option enables support for CMD / Silicon Image 680 PATA. |
| 455 | |
| 456 | If unsure, say N. |
| 457 | |
| 458 | config PATA_SIS |
| 459 | tristate "SiS PATA support (Experimental)" |
| 460 | depends on PCI && EXPERIMENTAL |
| 461 | help |
| 462 | This option enables support for SiS PATA controllers |
| 463 | |
| 464 | If unsure, say N. |
| 465 | |
| 466 | config PATA_VIA |
| 467 | tristate "VIA PATA support" |
| 468 | depends on PCI |
| 469 | help |
| 470 | This option enables support for the VIA PATA interfaces |
| 471 | found on the many VIA chipsets. |
| 472 | |
| 473 | If unsure, say N. |
| 474 | |
| 475 | config PATA_WINBOND |
| 476 | tristate "Winbond SL82C105 PATA support" |
| 477 | depends on PCI |
| 478 | help |
| 479 | This option enables support for SL82C105 PATA devices found in the |
| 480 | Netwinder and some other systems |
| 481 | |
| 482 | If unsure, say N. |
| 483 | |
Jeff Garzik | 81ce3c4 | 2006-08-24 02:41:25 -0400 | [diff] [blame] | 484 | endif |
Jeff Garzik | 421b20b | 2006-08-14 14:27:36 -0400 | [diff] [blame] | 485 | endmenu |
| 486 | |