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