ahci: Add Device IDs for Intel Wellsburg PCH
[deliverable/linux.git] / drivers / ata / Kconfig
CommitLineData
421b20b9
JG
1#
2# SATA/PATA driver configuration
3#
4
2ad2c320
NB
5config HAVE_PATA_PLATFORM
6 bool
7 help
8 This is an internal configuration node for any machine that
9 uses pata-platform driver to enable the relevant driver in the
10 configuration structure without having to submit endless patches
11 to update the PATA_PLATFORM entry.
12
b196fc69 13menuconfig ATA
097dac91 14 tristate "Serial ATA and Parallel ATA drivers"
e25df120 15 depends on HAS_IOMEM
bf2d401b 16 depends on BLOCK
9317fd4c 17 depends on !(M32R || M68K) || BROKEN
81ce3c4b 18 select SCSI
c6fd2807
JG
19 ---help---
20 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
21 any other ATA device under Linux, say Y and make sure that you know
22 the name of your ATA host adapter (the card inside your computer
23 that "speaks" the ATA protocol, also called ATA controller),
24 because you will be asked for it.
25
abcdceb9
RD
26 NOTE: ATA enables basic SCSI support; *however*,
27 'SCSI disk support', 'SCSI tape support', or
28 'SCSI CDROM support' may also be needed,
29 depending on your hardware configuration.
30
81ce3c4b
JG
31if ATA
32
8cdf92a9
DW
33config ATA_NONSTANDARD
34 bool
35 default n
36
6521148c
RH
37config ATA_VERBOSE_ERROR
38 bool "Verbose ATA error reporting"
39 default y
40 help
41 This option adds parsing of ATA command descriptions and error bits
42 in libata kernel output, making it easier to interpret.
43 This option will enlarge the kernel by approx. 6KB. Disable it only
44 if kernel size is more important than ease of debugging.
45
46 If unsure, say Y.
47
e92351bb 48config ATA_ACPI
c30484d7 49 bool "ATA ACPI Support"
e92351bb
TH
50 depends on ACPI && PCI
51 default y
52 help
53 This option adds support for ATA-related ACPI objects.
54 These ACPI objects add the ability to retrieve taskfiles
55 from the ACPI BIOS and write them to the disk controller.
56 These objects may be related to performance, security,
57 power management, or other areas.
58 You can disable this at kernel boot time by using the
59 option libata.noacpi=1
60
afe75951
AL
61config SATA_ZPODD
62 bool "SATA Zero Power ODD Support"
63 depends on ATA_ACPI
64 default n
65 help
66 This option adds support for SATA ZPODD. It requires both
67 ODD and the platform support, and if enabled, will automatically
68 power on/off the ODD when certain condition is satisfied. This
69 does not impact user's experience of the ODD, only power is saved
70 when ODD is not in use(i.e. no disc inside).
71
72 If unsure, say N.
73
88fcd562
TH
74config SATA_PMP
75 bool "SATA Port Multiplier support"
76 default y
77 help
f3360ebf
JG
78 This option adds support for SATA Port Multipliers
79 (the SATA version of an ethernet hub, or SAS expander).
88fcd562 80
9a7780c9
TH
81comment "Controllers with non-SFF native interface"
82
8ad92ba7 83config SATA_AHCI
c6fd2807 84 tristate "AHCI SATA support"
81ce3c4b 85 depends on PCI
c6fd2807
JG
86 help
87 This option enables support for AHCI Serial ATA.
88
89 If unsure, say N.
90
1c2a49f6
AV
91config SATA_AHCI_PLATFORM
92 tristate "Platform AHCI SATA support"
93 help
94 This option enables support for Platform AHCI Serial ATA
95 controllers.
96
97 If unsure, say N.
98
9a7780c9
TH
99config SATA_FSL
100 tristate "Freescale 3.0Gbps SATA support"
101 depends on FSL_SOC
127102ae 102 help
9a7780c9
TH
103 This option enables support for Freescale 3.0Gbps SATA controller.
104 It can be found on MPC837x and MPC8315.
127102ae
TH
105
106 If unsure, say N.
107
6f791460
TH
108config SATA_INIC162X
109 tristate "Initio 162x SATA support"
110 depends on PCI
111 help
112 This option enables support for Initio 162x Serial ATA.
113
02cdfcf0
DM
114config SATA_ACARD_AHCI
115 tristate "ACard AHCI variant (ATP 8620)"
116 depends on PCI
117 help
118 This option enables support for Acard.
119
120 If unsure, say N.
121
9a7780c9
TH
122config SATA_SIL24
123 tristate "Silicon Image 3124/3132 SATA support"
124 depends on PCI
127102ae 125 help
9a7780c9 126 This option enables support for Silicon Image 3124/3132 Serial ATA.
127102ae
TH
127
128 If unsure, say N.
129
130config ATA_SFF
ebd60028 131 bool "ATA SFF support (for legacy IDE and PATA)"
127102ae
TH
132 default y
133 help
134 This option adds support for ATA controllers with SFF
135 compliant or similar programming interface.
136
f3360ebf
JG
137 SFF is the legacy IDE interface that has been around since
138 the dawn of time. Almost all PATA controllers have an
139 SFF interface. Many SATA controllers have an SFF interface
140 when configured into a legacy compatibility mode.
141
142 For users with exclusively modern controllers like AHCI,
143 Silicon Image 3124, or Marvell 6440, you may choose to
692105b8 144 disable this unneeded SFF support.
f3360ebf
JG
145
146 If unsure, say Y.
147
127102ae
TH
148if ATA_SFF
149
9a7780c9
TH
150comment "SFF controllers with custom DMA interface"
151
152config PDC_ADMA
153 tristate "Pacific Digital ADMA support"
81ce3c4b 154 depends on PCI
c6fd2807 155 help
9a7780c9
TH
156 This option enables support for Pacific Digital ADMA controllers
157
158 If unsure, say N.
159
9a7780c9
TH
160config PATA_OCTEON_CF
161 tristate "OCTEON Boot Bus Compact Flash support"
162 depends on CPU_CAVIUM_OCTEON
163 help
164 This option enables a polled compact flash driver for use with
165 compact flash cards attached to the OCTEON boot bus.
166
167 If unsure, say N.
168
169config SATA_QSTOR
170 tristate "Pacific Digital SATA QStor support"
171 depends on PCI
172 help
173 This option enables support for Pacific Digital Serial ATA QStor.
174
175 If unsure, say N.
176
177config SATA_SX4
178 tristate "Promise SATA SX4 support (Experimental)"
179 depends on PCI && EXPERIMENTAL
180 help
181 This option enables support for Promise Serial ATA SX4.
c6fd2807
JG
182
183 If unsure, say N.
184
9a7780c9
TH
185config ATA_BMDMA
186 bool "ATA BMDMA support"
187 default y
188 help
189 This option adds support for SFF ATA controllers with BMDMA
ed4e2f80
SR
190 capability. BMDMA stands for bus-master DMA and is the
191 de facto DMA interface for SFF controllers.
9a7780c9 192
ed4e2f80 193 If unsure, say Y.
9a7780c9
TH
194
195if ATA_BMDMA
196
197comment "SATA SFF controllers with BMDMA"
198
8ad92ba7 199config ATA_PIIX
2c7620d5 200 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
81ce3c4b 201 depends on PCI
c6fd2807 202 help
2bfc3611 203 This option enables support for ICH5/6/7/8 Serial ATA
2c7620d5
A
204 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
205 host controllers.
c6fd2807
JG
206
207 If unsure, say N.
208
62936009
RS
209config SATA_DWC
210 tristate "DesignWare Cores SATA support"
211 depends on 460EX
212 help
213 This option enables support for the on-chip SATA controller of the
214 AppliedMicro processor 460EX.
215
216 If unsure, say N.
217
14080fa6
SS
218config SATA_DWC_DEBUG
219 bool "Debugging driver version"
220 depends on SATA_DWC
221 help
222 This option enables debugging output in the driver.
223
224config SATA_DWC_VDEBUG
225 bool "Verbose debug output"
226 depends on SATA_DWC_DEBUG
227 help
228 This option enables the taskfile dumping and NCQ debugging.
229
8996b89d
ML
230config SATA_HIGHBANK
231 tristate "Calxeda Highbank SATA support"
232 help
233 This option enables support for the Calxeda Highbank SoC's
234 onboard SATA.
235
236 If unsure, say N.
237
8ad92ba7 238config SATA_MV
f9228c7f 239 tristate "Marvell SATA support"
c6fd2807
JG
240 help
241 This option enables support for the Marvell Serial ATA family.
f9228c7f
ML
242 Currently supports 88SX[56]0[48][01] PCI(-X) chips,
243 as well as the newer [67]042 PCI-X/PCIe and SOC devices.
c6fd2807
JG
244
245 If unsure, say N.
246
8ad92ba7 247config SATA_NV
c6fd2807 248 tristate "NVIDIA SATA support"
81ce3c4b 249 depends on PCI
c6fd2807
JG
250 help
251 This option enables support for NVIDIA Serial ATA.
252
253 If unsure, say N.
254
8ad92ba7 255config SATA_PROMISE
c6fd2807 256 tristate "Promise SATA TX2/TX4 support"
81ce3c4b 257 depends on PCI
c6fd2807
JG
258 help
259 This option enables support for Promise Serial ATA TX2/TX4.
260
261 If unsure, say N.
262
8ad92ba7 263config SATA_SIL
c6fd2807 264 tristate "Silicon Image SATA support"
81ce3c4b 265 depends on PCI
c6fd2807
JG
266 help
267 This option enables support for Silicon Image Serial ATA.
268
269 If unsure, say N.
270
8ad92ba7 271config SATA_SIS
9b14dec5 272 tristate "SiS 964/965/966/180 SATA support"
81ce3c4b 273 depends on PCI
9b14dec5 274 select PATA_SIS
c6fd2807 275 help
a617c09f 276 This option enables support for SiS Serial ATA on
9b14dec5
A
277 SiS 964/965/966/180 and Parallel ATA on SiS 180.
278 The PATA support for SiS 180 requires additionally to
279 enable the PATA_SIS driver in the config.
c6fd2807
JG
280 If unsure, say N.
281
9a7780c9
TH
282config SATA_SVW
283 tristate "ServerWorks Frodo / Apple K2 SATA support"
284 depends on PCI
285 help
286 This option enables support for Broadcom/Serverworks/Apple K2
287 SATA support.
288
289 If unsure, say N.
290
8ad92ba7 291config SATA_ULI
c6fd2807 292 tristate "ULi Electronics SATA support"
81ce3c4b 293 depends on PCI
c6fd2807
JG
294 help
295 This option enables support for ULi Electronics SATA.
296
297 If unsure, say N.
298
8ad92ba7 299config SATA_VIA
c6fd2807 300 tristate "VIA SATA support"
81ce3c4b 301 depends on PCI
c6fd2807
JG
302 help
303 This option enables support for VIA Serial ATA.
304
305 If unsure, say N.
306
8ad92ba7 307config SATA_VITESSE
c6fd2807 308 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
81ce3c4b 309 depends on PCI
c6fd2807
JG
310 help
311 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
312
313 If unsure, say N.
314
9a7780c9 315comment "PATA SFF controllers with BMDMA"
025621f9 316
669a5db4 317config PATA_ALI
e3389cbc
AC
318 tristate "ALi PATA support"
319 depends on PCI
669a5db4
JG
320 help
321 This option enables support for the ALi ATA interfaces
322 found on the many ALi chipsets.
323
324 If unsure, say N.
325
326config PATA_AMD
942d0947 327 tristate "AMD/NVidia PATA support"
669a5db4
JG
328 depends on PCI
329 help
330 This option enables support for the AMD and NVidia PATA
331 interfaces found on the chipsets for Athlon/Athlon64.
332
333 If unsure, say N.
334
a480167b
VK
335config PATA_ARASAN_CF
336 tristate "ARASAN CompactFlash PATA Controller Support"
3b5ec274 337 depends on DMADEVICES
a480167b
VK
338 select DMA_ENGINE
339 help
340 Say Y here to support the ARASAN CompactFlash PATA controller
341
669a5db4 342config PATA_ARTOP
c645fd34
AC
343 tristate "ARTOP 6210/6260 PATA support"
344 depends on PCI
669a5db4
JG
345 help
346 This option enables support for ARTOP PATA controllers.
347
348 If unsure, say N.
349
9a7780c9
TH
350config PATA_ATIIXP
351 tristate "ATI PATA support"
d15d6e6c
JJIL
352 depends on PCI
353 help
9a7780c9
TH
354 This option enables support for the ATI ATA interfaces
355 found on the many ATI chipsets.
7c9ef8e4
KNG
356
357 If unsure, say N.
358
9a7780c9
TH
359config PATA_ATP867X
360 tristate "ARTOP/Acard ATP867X PATA support"
c645fd34 361 depends on PCI
669a5db4 362 help
9a7780c9
TH
363 This option enables support for ARTOP/Acard ATP867X PATA
364 controllers.
669a5db4
JG
365
366 If unsure, say N.
367
9a7780c9
TH
368config PATA_BF54X
369 tristate "Blackfin 54x ATAPI support"
370 depends on BF542 || BF548 || BF549
b2248dac 371 help
9a7780c9
TH
372 This option enables support for the built-in ATAPI controller on
373 Blackfin 54x family chips.
b2248dac
AC
374
375 If unsure, say N.
376
669a5db4 377config PATA_CMD64X
c645fd34
AC
378 tristate "CMD64x PATA support"
379 depends on PCI
669a5db4
JG
380 help
381 This option enables support for the CMD64x series chips
382 except for the CMD640.
383
384 If unsure, say N.
385
386config PATA_CS5520
387 tristate "CS5510/5520 PATA support"
388 depends on PCI
389 help
390 This option enables support for the Cyrix 5510/5520
391 companion chip used with the MediaGX/Geode processor family.
392
393 If unsure, say N.
394
395config PATA_CS5530
e3389cbc
AC
396 tristate "CS5530 PATA support"
397 depends on PCI
669a5db4
JG
398 help
399 This option enables support for the Cyrix/NatSemi/AMD CS5530
400 companion chip used with the MediaGX/Geode processor family.
401
402 If unsure, say N.
403
404config PATA_CS5535
405 tristate "CS5535 PATA support (Experimental)"
406 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
407 help
408 This option enables support for the NatSemi/AMD CS5535
409 companion chip used with the Geode processor family.
410
411 If unsure, say N.
412
3957df61 413config PATA_CS5536
e3389cbc 414 tristate "CS5536 PATA support"
9272dcc2 415 depends on PCI
3957df61
MP
416 help
417 This option enables support for the AMD CS5536
418 companion chip used with the Geode LX processor family.
419
420 If unsure, say N.
421
669a5db4
JG
422config PATA_CYPRESS
423 tristate "Cypress CY82C693 PATA support (Very Experimental)"
424 depends on PCI && EXPERIMENTAL
425 help
426 This option enables support for the Cypress/Contaq CY82C693
427 chipset found in some Alpha systems
428
429 If unsure, say N.
430
431config PATA_EFAR
432 tristate "EFAR SLC90E66 support"
433 depends on PCI
434 help
435 This option enables support for the EFAR SLC90E66
436 IDE controller found on some older machines.
437
438 If unsure, say N.
439
2fff2751
RP
440config PATA_EP93XX
441 tristate "Cirrus Logic EP93xx PATA support"
442 depends on ARCH_EP93XX
443 help
444 This option enables support for the PATA controller in
445 the Cirrus Logic EP9312 and EP9315 ARM CPU.
446
447 If unsure, say N.
448
669a5db4 449config PATA_HPT366
c645fd34
AC
450 tristate "HPT 366/368 PATA support"
451 depends on PCI
669a5db4
JG
452 help
453 This option enables support for the HPT 366 and 368
454 PATA controllers via the new ATA layer.
455
456 If unsure, say N.
457
458config PATA_HPT37X
be315d46
AC
459 tristate "HPT 370/370A/371/372/374/302 PATA support"
460 depends on PCI
669a5db4
JG
461 help
462 This option enables support for the majority of the later HPT
463 PATA controllers via the new ATA layer.
464
465 If unsure, say N.
466
467config PATA_HPT3X2N
0ca646db 468 tristate "HPT 371N/372N/302N PATA support"
be315d46 469 depends on PCI
669a5db4
JG
470 help
471 This option enables support for the N variant HPT PATA
0ca646db 472 controllers via the new ATA layer.
669a5db4
JG
473
474 If unsure, say N.
475
476config PATA_HPT3X3
66e7da4e 477 tristate "HPT 343/363 PATA support"
669a5db4
JG
478 depends on PCI
479 help
480 This option enables support for the HPT 343/363
481 PATA controllers via the new ATA layer
482
483 If unsure, say N.
484
66e7da4e 485config PATA_HPT3X3_DMA
be315d46 486 bool "HPT 343/363 DMA support"
66e7da4e
AC
487 depends on PATA_HPT3X3
488 help
489 This option enables DMA support for the HPT343/363
490 controllers. Enable with care as there are still some
491 problems with DMA on this chipset.
492
9a7780c9
TH
493config PATA_ICSIDE
494 tristate "Acorn ICS PATA support"
495 depends on ARM && ARCH_ACORN
669a5db4 496 help
9a7780c9
TH
497 On Acorn systems, say Y here if you wish to use the ICS PATA
498 interface card. This is not required for ICS partition support.
499 If you are unsure, say N to this.
500
e39c75cf
APR
501config PATA_IMX
502 tristate "PATA support for Freescale iMX"
503 depends on ARCH_MXC
504 help
505 This option enables support for the PATA host available on Freescale
506 iMX SoCs.
507
508 If unsure, say N.
509
9a7780c9
TH
510config PATA_IT8213
511 tristate "IT8213 PATA support (Experimental)"
512 depends on PCI && EXPERIMENTAL
513 help
514 This option enables support for the ITE 821 PATA
515 controllers via the new ATA layer.
669a5db4
JG
516
517 If unsure, say N.
518
669a5db4 519config PATA_IT821X
942d0947
AC
520 tristate "IT8211/2 PATA support"
521 depends on PCI
669a5db4
JG
522 help
523 This option enables support for the ITE 8211 and 8212
524 PATA controllers via the new ATA layer, including RAID
525 mode.
526
527 If unsure, say N.
528
406176ee
JG
529config PATA_JMICRON
530 tristate "JMicron PATA support"
531 depends on PCI
532 help
533 Enable support for the JMicron IDE controller, via the new
534 ATA layer.
535
536 If unsure, say N.
537
9a7780c9
TH
538config PATA_MACIO
539 tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
540 depends on PPC_PMAC
669a5db4 541 help
9a7780c9
TH
542 Most IDE capable PowerMacs have IDE busses driven by a variant
543 of this controller which is part of the Apple chipset used on
544 most PowerMac models. Some models have multiple busses using
545 different chipsets, though generally, MacIO is one of them.
669a5db4 546
75742cb4
AC
547config PATA_MARVELL
548 tristate "Marvell PATA support via legacy mode"
549 depends on PCI
550 help
5b66c829
AC
551 This option enables limited support for the Marvell 88SE61xx ATA
552 controllers. If you wish to use only the SATA ports then select
553 the AHCI driver alone. If you wish to the use the PATA port or
554 both SATA and PATA include this driver.
75742cb4
AC
555
556 If unsure, say N.
557
869934ad
WS
558config PATA_MPC52xx
559 tristate "Freescale MPC52xx SoC internal IDE"
560 depends on PPC_MPC52xx && PPC_BESTCOMM
561 select PPC_BESTCOMM_ATA
562 help
563 This option enables support for integrated IDE controller
564 of the Freescale MPC52xx SoC.
565
566 If unsure, say N.
567
669a5db4
JG
568config PATA_NETCELL
569 tristate "NETCELL Revolution RAID support"
570 depends on PCI
571 help
572 This option enables support for the Netcell Revolution RAID
573 PATA controller.
574
575 If unsure, say N.
576
51dbd490 577config PATA_NINJA32
be315d46
AC
578 tristate "Ninja32/Delkin Cardbus ATA support"
579 depends on PCI
51dbd490
AC
580 help
581 This option enables support for the Ninja32, Delkin and
582 possibly other brands of Cardbus ATA adapter
583
584 If unsure, say N.
585
c4b5b7b6 586config PATA_NS87415
e3389cbc
AC
587 tristate "Nat Semi NS87415 PATA support"
588 depends on PCI
c4b5b7b6
AC
589 help
590 This option enables support for the National Semiconductor
591 NS87415 PCI-IDE controller.
592
593 If unsure, say N.
594
9a7780c9
TH
595config PATA_OLDPIIX
596 tristate "Intel PATA old PIIX support"
597 depends on PCI
669a5db4 598 help
9a7780c9 599 This option enables support for early PIIX PATA support.
669a5db4
JG
600
601 If unsure, say N.
602
603config PATA_OPTIDMA
516e72cb 604 tristate "OPTI FireStar PATA support (Very Experimental)"
669a5db4
JG
605 depends on PCI && EXPERIMENTAL
606 help
607 This option enables DMA/PIO support for the later OPTi
608 controllers found on some old motherboards and in some
3dde6ad8 609 laptops.
669a5db4
JG
610
611 If unsure, say N.
612
be315d46
AC
613config PATA_PDC2027X
614 tristate "Promise PATA 2027x support"
615 depends on PCI
616 help
617 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
618
619 If unsure, say N.
620
669a5db4 621config PATA_PDC_OLD
e3389cbc
AC
622 tristate "Older Promise PATA controller support"
623 depends on PCI
669a5db4
JG
624 help
625 This option enables support for the Promise 20246, 20262, 20263,
626 20265 and 20267 adapters.
627
628 If unsure, say N.
629
669a5db4 630config PATA_RADISYS
e3389cbc 631 tristate "RADISYS 82600 PATA support (Experimental)"
669a5db4
JG
632 depends on PCI && EXPERIMENTAL
633 help
634 This option enables support for the RADISYS 82600
635 PATA controllers via the new ATA layer
636
637 If unsure, say N.
638
6b406782
AC
639config PATA_RDC
640 tristate "RDC PATA support"
641 depends on PCI
642 help
643 This option enables basic support for the later RDC PATA controllers
644 controllers via the new ATA layer. For the RDC 1010, you need to
645 enable the IT821X driver instead.
646
647 If unsure, say N.
648
9a7780c9
TH
649config PATA_SC1200
650 tristate "SC1200 PATA support"
669a5db4
JG
651 depends on PCI
652 help
9a7780c9
TH
653 This option enables support for the NatSemi/AMD SC1200 SoC
654 companion chip used with the Geode processor family.
669a5db4
JG
655
656 If unsure, say N.
657
9a7780c9
TH
658config PATA_SCC
659 tristate "Toshiba's Cell Reference Set IDE support"
660 depends on PCI && PPC_CELLEB
661 help
662 This option enables support for the built-in IDE controller on
663 Toshiba Cell Reference Board.
664
665 If unsure, say N.
666
667config PATA_SCH
668 tristate "Intel SCH PATA support"
e3389cbc 669 depends on PCI
669a5db4 670 help
9a7780c9
TH
671 This option enables support for Intel SCH PATA on the Intel
672 SCH (US15W, US15L, UL11L) series host controllers.
669a5db4
JG
673
674 If unsure, say N.
675
676config PATA_SERVERWORKS
942d0947
AC
677 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
678 depends on PCI
669a5db4
JG
679 help
680 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
681 HT1000 PATA controllers, via the new ATA layer.
682
683 If unsure, say N.
684
669a5db4
JG
685config PATA_SIL680
686 tristate "CMD / Silicon Image 680 PATA support"
687 depends on PCI
688 help
689 This option enables support for CMD / Silicon Image 680 PATA.
690
691 If unsure, say N.
692
693config PATA_SIS
e3389cbc
AC
694 tristate "SiS PATA support"
695 depends on PCI
669a5db4
JG
696 help
697 This option enables support for SiS PATA controllers
698
699 If unsure, say N.
700
8e182a90
AC
701config PATA_TOSHIBA
702 tristate "Toshiba Piccolo support (Experimental)"
703 depends on PCI && EXPERIMENTAL
704 help
705 Support for the Toshiba Piccolo controllers. Currently only the
706 primary channel is supported by this driver.
707
708 If unsure, say N.
709
9a7780c9
TH
710config PATA_TRIFLEX
711 tristate "Compaq Triflex PATA support"
712 depends on PCI
713 help
714 Enable support for the Compaq 'Triflex' IDE controller as found
715 on many Compaq Pentium-Pro systems, via the new ATA layer.
716
717 If unsure, say N.
718
669a5db4
JG
719config PATA_VIA
720 tristate "VIA PATA support"
721 depends on PCI
722 help
723 This option enables support for the VIA PATA interfaces
724 found on the many VIA chipsets.
725
726 If unsure, say N.
727
2dc6c6f1
MV
728config PATA_PXA
729 tristate "PXA DMA-capable PATA support"
730 depends on ARCH_PXA
731 help
732 This option enables support for harddrive attached to PXA CPU's bus.
733
734 NOTE: This driver utilizes PXA DMA controller, in case your hardware
735 is not capable of doing MWDMA, use pata_platform instead.
736
737 If unsure, say N.
738
669a5db4
JG
739config PATA_WINBOND
740 tristate "Winbond SL82C105 PATA support"
741 depends on PCI
742 help
743 This option enables support for SL82C105 PATA devices found in the
744 Netwinder and some other systems
745
746 If unsure, say N.
747
9a7780c9
TH
748endif # ATA_BMDMA
749
750comment "PIO-only SFF controllers"
751
752config PATA_AT32
753 tristate "Atmel AVR32 PATA support (Experimental)"
754 depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
7e45b0e5 755 help
9a7780c9
TH
756 This option enables support for the IDE devices on the
757 Atmel AT32AP platform.
758
759 If unsure, say N.
760
761config PATA_AT91
762 tristate "PATA support for AT91SAM9260"
763 depends on ARM && ARCH_AT91
764 help
765 This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.
766
767 If unsure, say N.
768
769config PATA_CMD640_PCI
770 tristate "CMD640 PCI PATA support (Experimental)"
771 depends on PCI && EXPERIMENTAL
772 help
773 This option enables support for the CMD640 PCI IDE
774 interface chip. Only the primary channel is currently
775 supported.
776
777 If unsure, say N.
778
779config PATA_ISAPNP
780 tristate "ISA Plug and Play PATA support"
781 depends on ISAPNP
782 help
783 This option enables support for ISA plug & play ATA
784 controllers such as those found on old soundcards.
785
786 If unsure, say N.
787
788config PATA_IXP4XX_CF
789 tristate "IXP4XX Compact Flash support"
790 depends on ARCH_IXP4XX
791 help
792 This option enables support for a Compact Flash connected on
793 the ixp4xx expansion bus. This driver had been written for
794 Loft/Avila boards in mind but can work with others.
795
796 If unsure, say N.
797
798config PATA_MPIIX
799 tristate "Intel PATA MPIIX support"
800 depends on PCI
801 help
802 This option enables support for MPIIX PATA support.
803
804 If unsure, say N.
805
806config PATA_NS87410
807 tristate "Nat Semi NS87410 PATA support"
808 depends on PCI
809 help
810 This option enables support for the National Semiconductor
811 NS87410 PCI-IDE controller.
812
813 If unsure, say N.
814
815config PATA_OPTI
816 tristate "OPTI621/6215 PATA support (Very Experimental)"
817 depends on PCI && EXPERIMENTAL
818 help
819 This option enables full PIO support for the early Opti ATA
820 controllers found on some old motherboards.
821
822 If unsure, say N.
823
824config PATA_PALMLD
825 tristate "Palm LifeDrive PATA support"
826 depends on MACH_PALMLD
827 help
828 This option enables support for Palm LifeDrive's internal ATA
829 port via the new ATA layer.
830
831 If unsure, say N.
832
833config PATA_PCMCIA
834 tristate "PCMCIA PATA support"
835 depends on PCMCIA
836 help
837 This option enables support for PCMCIA ATA interfaces, including
838 compact flash card adapters via the new ATA layer.
839
840 If unsure, say N.
7e45b0e5 841
a20c9e82
PM
842config PATA_PLATFORM
843 tristate "Generic platform device PATA support"
6a108a14 844 depends on EXPERT || PPC || HAVE_PATA_PLATFORM
a20c9e82
PM
845 help
846 This option enables support for generic directly connected ATA
847 devices commonly found on embedded systems.
848
849 If unsure, say N.
61f71621
AV
850
851config PATA_OF_PLATFORM
852 tristate "OpenFirmware platform device PATA support"
d0643aa1 853 depends on PATA_PLATFORM && OF
61f71621
AV
854 help
855 This option enables support for generic directly connected ATA
856 devices commonly found on embedded systems with OpenFirmware
857 bindings.
858
859 If unsure, say N.
a20c9e82 860
9a7780c9
TH
861config PATA_QDI
862 tristate "QDI VLB PATA support"
863 depends on ISA
0dcd0a76 864 select PATA_LEGACY
73b6a2be 865 help
9a7780c9 866 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
73b6a2be 867
9a7780c9
TH
868config PATA_RB532
869 tristate "RouterBoard 532 PATA CompactFlash support"
870 depends on MIKROTIK_RB532
0df0d0a0 871 help
9a7780c9
TH
872 This option enables support for the RouterBoard 532
873 PATA CompactFlash controller.
0df0d0a0
AZ
874
875 If unsure, say N.
876
9a7780c9
TH
877config PATA_RZ1000
878 tristate "PC Tech RZ1000 PATA support"
879 depends on PCI
3c929c6f 880 help
9a7780c9
TH
881 This option enables basic support for the PC Tech RZ1000/1
882 PATA controllers via the new ATA layer
3c929c6f
DD
883
884 If unsure, say N.
885
155bf48f
AK
886config PATA_SAMSUNG_CF
887 tristate "Samsung SoC PATA support"
888 depends on SAMSUNG_DEV_IDE
889 help
890 This option enables basic support for Samsung's S3C/S5P board
891 PATA controllers via the new ATA layer
892
893 If unsure, say N.
894
9a7780c9
TH
895config PATA_WINBOND_VLB
896 tristate "Winbond W83759A VLB PATA support (Experimental)"
897 depends on ISA && EXPERIMENTAL
6d981b9a 898 select PATA_LEGACY
a619f981 899 help
9a7780c9
TH
900 Support for the Winbond W83759A controller on Vesa Local Bus
901 systems.
a619f981 902
9a7780c9 903comment "Generic fallback / legacy drivers"
a619f981 904
9a7780c9
TH
905config PATA_ACPI
906 tristate "ACPI firmware driver for PATA"
907 depends on ATA_ACPI && ATA_BMDMA
07ab85de 908 help
9a7780c9
TH
909 This option enables an ACPI method driver which drives
910 motherboard PATA controller interfaces through the ACPI
911 firmware in the BIOS. This driver can sometimes handle
912 otherwise unsupported hardware.
07ab85de 913
9a7780c9
TH
914config ATA_GENERIC
915 tristate "Generic ATA support"
916 depends on PCI && ATA_BMDMA
d830d173 917 help
9a7780c9
TH
918 This option enables support for generic BIOS configured
919 ATA controllers via the new ATA layer
d830d173
SZ
920
921 If unsure, say N.
922
9a7780c9
TH
923config PATA_LEGACY
924 tristate "Legacy ISA PATA support (Experimental)"
925 depends on (ISA || PCI) && EXPERIMENTAL
88358ab0 926 help
9a7780c9
TH
927 This option enables support for ISA/VLB/PCI bus legacy PATA
928 ports and allows them to be accessed via the new ATA layer.
88358ab0 929
9a7780c9 930 If unsure, say N.
88358ab0 931
127102ae 932endif # ATA_SFF
b196fc69 933endif # ATA
This page took 0.578736 seconds and 5 git commands to generate.