]>
Commit | Line | Data |
---|---|---|
421b20b9 JG |
1 | # |
2 | # SATA/PATA driver configuration | |
3 | # | |
4 | ||
b196fc69 JE |
5 | menuconfig ATA |
6 | tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers" | |
e25df120 | 7 | depends on HAS_IOMEM |
bf2d401b | 8 | depends on BLOCK |
9317fd4c | 9 | depends on !(M32R || M68K) || BROKEN |
8abf1064 | 10 | depends on !SUN4 || BROKEN |
81ce3c4b | 11 | select SCSI |
c6fd2807 JG |
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 | ||
abcdceb9 RD |
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 | ||
81ce3c4b JG |
24 | if ATA |
25 | ||
8cdf92a9 DW |
26 | config ATA_NONSTANDARD |
27 | bool | |
28 | default n | |
29 | ||
e92351bb TH |
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 | ||
8ad92ba7 | 43 | config SATA_AHCI |
c6fd2807 | 44 | tristate "AHCI SATA support" |
81ce3c4b | 45 | depends on PCI |
c6fd2807 JG |
46 | help |
47 | This option enables support for AHCI Serial ATA. | |
48 | ||
49 | If unsure, say N. | |
50 | ||
8ad92ba7 | 51 | config SATA_SVW |
c6fd2807 | 52 | tristate "ServerWorks Frodo / Apple K2 SATA support" |
81ce3c4b | 53 | depends on PCI |
c6fd2807 JG |
54 | help |
55 | This option enables support for Broadcom/Serverworks/Apple K2 | |
56 | SATA support. | |
57 | ||
58 | If unsure, say N. | |
59 | ||
8ad92ba7 | 60 | config ATA_PIIX |
2c7620d5 | 61 | tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support" |
81ce3c4b | 62 | depends on PCI |
c6fd2807 | 63 | help |
2bfc3611 | 64 | This option enables support for ICH5/6/7/8 Serial ATA |
2c7620d5 AC |
65 | and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series |
66 | host controllers. | |
c6fd2807 JG |
67 | |
68 | If unsure, say N. | |
69 | ||
8ad92ba7 | 70 | config SATA_MV |
c6fd2807 | 71 | tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)" |
81ce3c4b | 72 | depends on PCI && EXPERIMENTAL |
c6fd2807 JG |
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 | ||
8ad92ba7 | 79 | config SATA_NV |
c6fd2807 | 80 | tristate "NVIDIA SATA support" |
81ce3c4b | 81 | depends on PCI |
c6fd2807 JG |
82 | help |
83 | This option enables support for NVIDIA Serial ATA. | |
84 | ||
85 | If unsure, say N. | |
86 | ||
8ad92ba7 | 87 | config PDC_ADMA |
c6fd2807 | 88 | tristate "Pacific Digital ADMA support" |
81ce3c4b | 89 | depends on PCI |
c6fd2807 JG |
90 | help |
91 | This option enables support for Pacific Digital ADMA controllers | |
92 | ||
93 | If unsure, say N. | |
94 | ||
8ad92ba7 | 95 | config SATA_QSTOR |
c6fd2807 | 96 | tristate "Pacific Digital SATA QStor support" |
81ce3c4b | 97 | depends on PCI |
c6fd2807 JG |
98 | help |
99 | This option enables support for Pacific Digital Serial ATA QStor. | |
100 | ||
101 | If unsure, say N. | |
102 | ||
8ad92ba7 | 103 | config SATA_PROMISE |
c6fd2807 | 104 | tristate "Promise SATA TX2/TX4 support" |
81ce3c4b | 105 | depends on PCI |
c6fd2807 JG |
106 | help |
107 | This option enables support for Promise Serial ATA TX2/TX4. | |
108 | ||
109 | If unsure, say N. | |
110 | ||
8ad92ba7 | 111 | config SATA_SX4 |
c6fd2807 | 112 | tristate "Promise SATA SX4 support" |
81ce3c4b | 113 | depends on PCI && EXPERIMENTAL |
c6fd2807 JG |
114 | help |
115 | This option enables support for Promise Serial ATA SX4. | |
116 | ||
117 | If unsure, say N. | |
118 | ||
8ad92ba7 | 119 | config SATA_SIL |
c6fd2807 | 120 | tristate "Silicon Image SATA support" |
81ce3c4b | 121 | depends on PCI |
c6fd2807 JG |
122 | help |
123 | This option enables support for Silicon Image Serial ATA. | |
124 | ||
125 | If unsure, say N. | |
126 | ||
8ad92ba7 | 127 | config SATA_SIL24 |
c6fd2807 | 128 | tristate "Silicon Image 3124/3132 SATA support" |
81ce3c4b | 129 | depends on PCI |
c6fd2807 JG |
130 | help |
131 | This option enables support for Silicon Image 3124/3132 Serial ATA. | |
132 | ||
133 | If unsure, say N. | |
134 | ||
8ad92ba7 | 135 | config SATA_SIS |
9b14dec5 | 136 | tristate "SiS 964/965/966/180 SATA support" |
81ce3c4b | 137 | depends on PCI |
9b14dec5 | 138 | select PATA_SIS |
c6fd2807 | 139 | help |
a617c09f | 140 | This option enables support for SiS Serial ATA on |
9b14dec5 AC |
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. | |
c6fd2807 JG |
144 | If unsure, say N. |
145 | ||
8ad92ba7 | 146 | config SATA_ULI |
c6fd2807 | 147 | tristate "ULi Electronics SATA support" |
81ce3c4b | 148 | depends on PCI |
c6fd2807 JG |
149 | help |
150 | This option enables support for ULi Electronics SATA. | |
151 | ||
152 | If unsure, say N. | |
153 | ||
8ad92ba7 | 154 | config SATA_VIA |
c6fd2807 | 155 | tristate "VIA SATA support" |
81ce3c4b | 156 | depends on PCI |
c6fd2807 JG |
157 | help |
158 | This option enables support for VIA Serial ATA. | |
159 | ||
160 | If unsure, say N. | |
161 | ||
8ad92ba7 | 162 | config SATA_VITESSE |
c6fd2807 | 163 | tristate "VITESSE VSC-7174 / INTEL 31244 SATA support" |
81ce3c4b | 164 | depends on PCI |
c6fd2807 JG |
165 | help |
166 | This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA. | |
167 | ||
168 | If unsure, say N. | |
169 | ||
1fd7a697 TH |
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 | ||
025621f9 AC |
176 | config PATA_ACPI |
177 | tristate "ACPI firmware driver for PATA" | |
178 | depends on ATA_ACPI | |
179 | help | |
180 | This option enables an ACPI method driver which drives | |
181 | motherboard PATA controller interfaces through the ACPI | |
182 | firmware in the BIOS. This driver can sometimes handle | |
183 | otherwise unsupported hardware. | |
184 | ||
faf0b2e5 LY |
185 | config SATA_FSL |
186 | tristate "Freescale 3.0Gbps SATA support" | |
187 | depends on PPC_MPC837x | |
188 | help | |
189 | This option enables support for Freescale 3.0Gbps SATA controller. | |
190 | It can be found on MPC837x and MPC8315. | |
191 | ||
192 | If unsure, say N. | |
193 | ||
669a5db4 JG |
194 | config PATA_ALI |
195 | tristate "ALi PATA support (Experimental)" | |
196 | depends on PCI && EXPERIMENTAL | |
197 | help | |
198 | This option enables support for the ALi ATA interfaces | |
199 | found on the many ALi chipsets. | |
200 | ||
201 | If unsure, say N. | |
202 | ||
203 | config PATA_AMD | |
942d0947 | 204 | tristate "AMD/NVidia PATA support" |
669a5db4 JG |
205 | depends on PCI |
206 | help | |
207 | This option enables support for the AMD and NVidia PATA | |
208 | interfaces found on the chipsets for Athlon/Athlon64. | |
209 | ||
210 | If unsure, say N. | |
211 | ||
212 | config PATA_ARTOP | |
c645fd34 AC |
213 | tristate "ARTOP 6210/6260 PATA support" |
214 | depends on PCI | |
669a5db4 JG |
215 | help |
216 | This option enables support for ARTOP PATA controllers. | |
217 | ||
218 | If unsure, say N. | |
219 | ||
7c9ef8e4 KNG |
220 | config PATA_AT32 |
221 | tristate "Atmel AVR32 PATA support (Experimental)" | |
222 | depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL | |
223 | help | |
224 | This option enables support for the IDE devices on the | |
225 | Atmel AT32AP platform. | |
226 | ||
227 | If unsure, say N. | |
228 | ||
669a5db4 | 229 | config PATA_ATIIXP |
c645fd34 AC |
230 | tristate "ATI PATA support" |
231 | depends on PCI | |
669a5db4 JG |
232 | help |
233 | This option enables support for the ATI ATA interfaces | |
234 | found on the many ATI chipsets. | |
235 | ||
236 | If unsure, say N. | |
237 | ||
b2248dac AC |
238 | config PATA_CMD640_PCI |
239 | tristate "CMD640 PCI PATA support (Very Experimental)" | |
240 | depends on PCI && EXPERIMENTAL | |
241 | help | |
242 | This option enables support for the CMD640 PCI IDE | |
243 | interface chip. Only the primary channel is currently | |
244 | supported. | |
245 | ||
246 | If unsure, say N. | |
247 | ||
669a5db4 | 248 | config PATA_CMD64X |
c645fd34 AC |
249 | tristate "CMD64x PATA support" |
250 | depends on PCI | |
669a5db4 JG |
251 | help |
252 | This option enables support for the CMD64x series chips | |
253 | except for the CMD640. | |
254 | ||
255 | If unsure, say N. | |
256 | ||
257 | config PATA_CS5520 | |
258 | tristate "CS5510/5520 PATA support" | |
259 | depends on PCI | |
260 | help | |
261 | This option enables support for the Cyrix 5510/5520 | |
262 | companion chip used with the MediaGX/Geode processor family. | |
263 | ||
264 | If unsure, say N. | |
265 | ||
266 | config PATA_CS5530 | |
267 | tristate "CS5530 PATA support (Experimental)" | |
268 | depends on PCI && EXPERIMENTAL | |
269 | help | |
270 | This option enables support for the Cyrix/NatSemi/AMD CS5530 | |
271 | companion chip used with the MediaGX/Geode processor family. | |
272 | ||
273 | If unsure, say N. | |
274 | ||
275 | config PATA_CS5535 | |
276 | tristate "CS5535 PATA support (Experimental)" | |
277 | depends on PCI && X86 && !X86_64 && EXPERIMENTAL | |
278 | help | |
279 | This option enables support for the NatSemi/AMD CS5535 | |
280 | companion chip used with the Geode processor family. | |
281 | ||
282 | If unsure, say N. | |
283 | ||
3957df61 MP |
284 | config PATA_CS5536 |
285 | tristate "CS5536 PATA support (Experimental)" | |
286 | depends on PCI && X86 && !X86_64 && EXPERIMENTAL | |
287 | help | |
288 | This option enables support for the AMD CS5536 | |
289 | companion chip used with the Geode LX processor family. | |
290 | ||
291 | If unsure, say N. | |
292 | ||
669a5db4 JG |
293 | config PATA_CYPRESS |
294 | tristate "Cypress CY82C693 PATA support (Very Experimental)" | |
295 | depends on PCI && EXPERIMENTAL | |
296 | help | |
297 | This option enables support for the Cypress/Contaq CY82C693 | |
298 | chipset found in some Alpha systems | |
299 | ||
300 | If unsure, say N. | |
301 | ||
302 | config PATA_EFAR | |
303 | tristate "EFAR SLC90E66 support" | |
304 | depends on PCI | |
305 | help | |
306 | This option enables support for the EFAR SLC90E66 | |
307 | IDE controller found on some older machines. | |
308 | ||
309 | If unsure, say N. | |
310 | ||
311 | config ATA_GENERIC | |
312 | tristate "Generic ATA support" | |
313 | depends on PCI | |
314 | help | |
315 | This option enables support for generic BIOS configured | |
316 | ATA controllers via the new ATA layer | |
317 | ||
318 | If unsure, say N. | |
319 | ||
320 | config PATA_HPT366 | |
c645fd34 AC |
321 | tristate "HPT 366/368 PATA support" |
322 | depends on PCI | |
669a5db4 JG |
323 | help |
324 | This option enables support for the HPT 366 and 368 | |
325 | PATA controllers via the new ATA layer. | |
326 | ||
327 | If unsure, say N. | |
328 | ||
329 | config PATA_HPT37X | |
942d0947 | 330 | tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)" |
669a5db4 JG |
331 | depends on PCI && EXPERIMENTAL |
332 | help | |
333 | This option enables support for the majority of the later HPT | |
334 | PATA controllers via the new ATA layer. | |
335 | ||
336 | If unsure, say N. | |
337 | ||
338 | config PATA_HPT3X2N | |
339 | tristate "HPT 372N/302N PATA support (Very Experimental)" | |
340 | depends on PCI && EXPERIMENTAL | |
341 | help | |
342 | This option enables support for the N variant HPT PATA | |
343 | controllers via the new ATA layer | |
344 | ||
345 | If unsure, say N. | |
346 | ||
347 | config PATA_HPT3X3 | |
66e7da4e | 348 | tristate "HPT 343/363 PATA support" |
669a5db4 JG |
349 | depends on PCI |
350 | help | |
351 | This option enables support for the HPT 343/363 | |
352 | PATA controllers via the new ATA layer | |
353 | ||
354 | If unsure, say N. | |
355 | ||
66e7da4e AC |
356 | config PATA_HPT3X3_DMA |
357 | bool "HPT 343/363 DMA support (Experimental)" | |
358 | depends on PATA_HPT3X3 | |
359 | help | |
360 | This option enables DMA support for the HPT343/363 | |
361 | controllers. Enable with care as there are still some | |
362 | problems with DMA on this chipset. | |
363 | ||
669a5db4 | 364 | config PATA_ISAPNP |
942d0947 | 365 | tristate "ISA Plug and Play PATA support (Experimental)" |
669a5db4 JG |
366 | depends on EXPERIMENTAL && ISAPNP |
367 | help | |
368 | This option enables support for ISA plug & play ATA | |
369 | controllers such as those found on old soundcards. | |
370 | ||
371 | If unsure, say N. | |
372 | ||
669a5db4 | 373 | config PATA_IT821X |
942d0947 AC |
374 | tristate "IT8211/2 PATA support" |
375 | depends on PCI | |
669a5db4 JG |
376 | help |
377 | This option enables support for the ITE 8211 and 8212 | |
378 | PATA controllers via the new ATA layer, including RAID | |
379 | mode. | |
380 | ||
381 | If unsure, say N. | |
382 | ||
9b13b682 AC |
383 | config PATA_IT8213 |
384 | tristate "IT8213 PATA support (Experimental)" | |
385 | depends on PCI && EXPERIMENTAL | |
386 | help | |
387 | This option enables support for the ITE 821 PATA | |
388 | controllers via the new ATA layer. | |
389 | ||
390 | If unsure, say N. | |
391 | ||
406176ee JG |
392 | config PATA_JMICRON |
393 | tristate "JMicron PATA support" | |
394 | depends on PCI | |
395 | help | |
396 | Enable support for the JMicron IDE controller, via the new | |
397 | ATA layer. | |
398 | ||
399 | If unsure, say N. | |
400 | ||
669a5db4 JG |
401 | config PATA_LEGACY |
402 | tristate "Legacy ISA PATA support (Experimental)" | |
4735ebed | 403 | depends on ISA && EXPERIMENTAL |
669a5db4 JG |
404 | help |
405 | This option enables support for ISA/VLB bus legacy PATA | |
406 | ports and allows them to be accessed via the new ATA layer. | |
407 | ||
408 | If unsure, say N. | |
409 | ||
410 | config PATA_TRIFLEX | |
411 | tristate "Compaq Triflex PATA support" | |
412 | depends on PCI | |
413 | help | |
414 | Enable support for the Compaq 'Triflex' IDE controller as found | |
415 | on many Compaq Pentium-Pro systems, via the new ATA layer. | |
416 | ||
417 | If unsure, say N. | |
418 | ||
75742cb4 AC |
419 | config PATA_MARVELL |
420 | tristate "Marvell PATA support via legacy mode" | |
421 | depends on PCI | |
422 | help | |
423 | This option enables limited support for the Marvell 88SE6145 ATA | |
424 | controller. | |
425 | ||
426 | If unsure, say N. | |
427 | ||
155d2916 SM |
428 | config PATA_MPC52xx |
429 | tristate "Freescale MPC52xx SoC internal IDE" | |
430 | depends on PPC_MPC52xx | |
431 | help | |
432 | This option enables support for integrated IDE controller | |
433 | of the Freescale MPC52xx SoC. | |
434 | ||
435 | If unsure, say N. | |
436 | ||
669a5db4 JG |
437 | config PATA_MPIIX |
438 | tristate "Intel PATA MPIIX support" | |
439 | depends on PCI | |
440 | help | |
441 | This option enables support for MPIIX PATA support. | |
442 | ||
443 | If unsure, say N. | |
444 | ||
445 | config PATA_OLDPIIX | |
942d0947 AC |
446 | tristate "Intel PATA old PIIX support" |
447 | depends on PCI | |
669a5db4 | 448 | help |
942d0947 | 449 | This option enables support for early PIIX PATA support. |
669a5db4 JG |
450 | |
451 | If unsure, say N. | |
452 | ||
453 | config PATA_NETCELL | |
454 | tristate "NETCELL Revolution RAID support" | |
455 | depends on PCI | |
456 | help | |
457 | This option enables support for the Netcell Revolution RAID | |
458 | PATA controller. | |
459 | ||
460 | If unsure, say N. | |
461 | ||
51dbd490 AC |
462 | config PATA_NINJA32 |
463 | tristate "Ninja32/Delkin Cardbus ATA support (Experimental)" | |
464 | depends on PCI && EXPERIMENTAL | |
465 | help | |
466 | This option enables support for the Ninja32, Delkin and | |
467 | possibly other brands of Cardbus ATA adapter | |
468 | ||
469 | If unsure, say N. | |
470 | ||
669a5db4 JG |
471 | config PATA_NS87410 |
472 | tristate "Nat Semi NS87410 PATA support (Experimental)" | |
473 | depends on PCI && EXPERIMENTAL | |
474 | help | |
475 | This option enables support for the National Semiconductor | |
476 | NS87410 PCI-IDE controller. | |
477 | ||
478 | If unsure, say N. | |
479 | ||
c4b5b7b6 AC |
480 | config PATA_NS87415 |
481 | tristate "Nat Semi NS87415 PATA support (Experimental)" | |
482 | depends on PCI && EXPERIMENTAL | |
483 | help | |
484 | This option enables support for the National Semiconductor | |
485 | NS87415 PCI-IDE controller. | |
486 | ||
487 | If unsure, say N. | |
488 | ||
669a5db4 JG |
489 | config PATA_OPTI |
490 | tristate "OPTI621/6215 PATA support (Very Experimental)" | |
491 | depends on PCI && EXPERIMENTAL | |
492 | help | |
493 | This option enables full PIO support for the early Opti ATA | |
494 | controllers found on some old motherboards. | |
495 | ||
496 | If unsure, say N. | |
497 | ||
498 | config PATA_OPTIDMA | |
516e72cb | 499 | tristate "OPTI FireStar PATA support (Very Experimental)" |
669a5db4 JG |
500 | depends on PCI && EXPERIMENTAL |
501 | help | |
502 | This option enables DMA/PIO support for the later OPTi | |
503 | controllers found on some old motherboards and in some | |
3dde6ad8 | 504 | laptops. |
669a5db4 JG |
505 | |
506 | If unsure, say N. | |
507 | ||
508 | config PATA_PCMCIA | |
509 | tristate "PCMCIA PATA support" | |
510 | depends on PCMCIA | |
511 | help | |
512 | This option enables support for PCMCIA ATA interfaces, including | |
513 | compact flash card adapters via the new ATA layer. | |
514 | ||
515 | If unsure, say N. | |
516 | ||
517 | config PATA_PDC_OLD | |
942d0947 | 518 | tristate "Older Promise PATA controller support (Experimental)" |
669a5db4 JG |
519 | depends on PCI && EXPERIMENTAL |
520 | help | |
521 | This option enables support for the Promise 20246, 20262, 20263, | |
522 | 20265 and 20267 adapters. | |
523 | ||
524 | If unsure, say N. | |
525 | ||
526 | config PATA_QDI | |
527 | tristate "QDI VLB PATA support" | |
4735ebed | 528 | depends on ISA |
669a5db4 JG |
529 | help |
530 | Support for QDI 6500 and 6580 PATA controllers on VESA local bus. | |
531 | ||
532 | config PATA_RADISYS | |
942d0947 | 533 | tristate "RADISYS 82600 PATA support (Very Experimental)" |
669a5db4 JG |
534 | depends on PCI && EXPERIMENTAL |
535 | help | |
536 | This option enables support for the RADISYS 82600 | |
537 | PATA controllers via the new ATA layer | |
538 | ||
539 | If unsure, say N. | |
540 | ||
541 | config PATA_RZ1000 | |
542 | tristate "PC Tech RZ1000 PATA support" | |
543 | depends on PCI | |
544 | help | |
545 | This option enables basic support for the PC Tech RZ1000/1 | |
546 | PATA controllers via the new ATA layer | |
547 | ||
548 | If unsure, say N. | |
549 | ||
550 | config PATA_SC1200 | |
942d0947 | 551 | tristate "SC1200 PATA support (Very Experimental)" |
669a5db4 JG |
552 | depends on PCI && EXPERIMENTAL |
553 | help | |
554 | This option enables support for the NatSemi/AMD SC1200 SoC | |
555 | companion chip used with the Geode processor family. | |
556 | ||
557 | If unsure, say N. | |
558 | ||
559 | config PATA_SERVERWORKS | |
942d0947 AC |
560 | tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support" |
561 | depends on PCI | |
669a5db4 JG |
562 | help |
563 | This option enables support for the Serverworks OSB4/CSB5/CSB6 and | |
564 | HT1000 PATA controllers, via the new ATA layer. | |
565 | ||
566 | If unsure, say N. | |
567 | ||
568 | config PATA_PDC2027X | |
569 | tristate "Promise PATA 2027x support" | |
570 | depends on PCI | |
571 | help | |
572 | This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. | |
573 | ||
574 | If unsure, say N. | |
575 | ||
576 | config PATA_SIL680 | |
577 | tristate "CMD / Silicon Image 680 PATA support" | |
578 | depends on PCI | |
579 | help | |
580 | This option enables support for CMD / Silicon Image 680 PATA. | |
581 | ||
582 | If unsure, say N. | |
583 | ||
584 | config PATA_SIS | |
585 | tristate "SiS PATA support (Experimental)" | |
586 | depends on PCI && EXPERIMENTAL | |
587 | help | |
588 | This option enables support for SiS PATA controllers | |
589 | ||
590 | If unsure, say N. | |
591 | ||
592 | config PATA_VIA | |
593 | tristate "VIA PATA support" | |
594 | depends on PCI | |
595 | help | |
596 | This option enables support for the VIA PATA interfaces | |
597 | found on the many VIA chipsets. | |
598 | ||
599 | If unsure, say N. | |
600 | ||
601 | config PATA_WINBOND | |
602 | tristate "Winbond SL82C105 PATA support" | |
603 | depends on PCI | |
604 | help | |
605 | This option enables support for SL82C105 PATA devices found in the | |
606 | Netwinder and some other systems | |
607 | ||
608 | If unsure, say N. | |
609 | ||
7e45b0e5 AC |
610 | config PATA_WINBOND_VLB |
611 | tristate "Winbond W83759A VLB PATA support (Experimental)" | |
612 | depends on ISA && EXPERIMENTAL | |
613 | help | |
614 | Support for the Winbond W83759A controller on Vesa Local Bus | |
615 | systems. | |
616 | ||
a20c9e82 PM |
617 | config PATA_PLATFORM |
618 | tristate "Generic platform device PATA support" | |
a17dba8d | 619 | depends on EMBEDDED || ARCH_RPC |
a20c9e82 PM |
620 | help |
621 | This option enables support for generic directly connected ATA | |
622 | devices commonly found on embedded systems. | |
623 | ||
624 | If unsure, say N. | |
625 | ||
73b6a2be RK |
626 | config PATA_ICSIDE |
627 | tristate "Acorn ICS PATA support" | |
628 | depends on ARM && ARCH_ACORN | |
629 | help | |
630 | On Acorn systems, say Y here if you wish to use the ICS PATA | |
631 | interface card. This is not required for ICS partition support. | |
632 | If you are unsure, say N to this. | |
633 | ||
0df0d0a0 AZ |
634 | config PATA_IXP4XX_CF |
635 | tristate "IXP4XX Compact Flash support" | |
636 | depends on ARCH_IXP4XX | |
637 | help | |
638 | This option enables support for a Compact Flash connected on | |
639 | the ixp4xx expansion bus. This driver had been written for | |
640 | Loft/Avila boards in mind but can work with others. | |
641 | ||
642 | If unsure, say N. | |
643 | ||
a619f981 AI |
644 | config PATA_SCC |
645 | tristate "Toshiba's Cell Reference Set IDE support" | |
aeb9362a | 646 | depends on PCI && PPC_CELLEB |
a619f981 AI |
647 | help |
648 | This option enables support for the built-in IDE controller on | |
649 | Toshiba Cell Reference Board. | |
650 | ||
651 | If unsure, say N. | |
652 | ||
d830d173 SZ |
653 | config PATA_BF54X |
654 | tristate "Blackfin 54x ATAPI support" | |
655 | depends on BF542 || BF548 || BF549 | |
656 | help | |
657 | This option enables support for the built-in ATAPI controller on | |
658 | Blackfin 54x family chips. | |
659 | ||
660 | If unsure, say N. | |
661 | ||
b196fc69 | 662 | endif # ATA |