drm/i915: Prune the reservation shared fence array
[linux-2.6-block.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
e478cffd 14 tristate "Serial ATA and Parallel ATA drivers (libata)"
e25df120 15 depends on HAS_IOMEM
bf2d401b 16 depends on BLOCK
81ce3c4b 17 select SCSI
428ac5fc 18 select GLOB
c6fd2807 19 ---help---
e478cffd 20 If you want to use an ATA hard disk, ATA tape drive, ATA CD-ROM or
c6fd2807
JG
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"
2051e924 50 depends on ACPI
e92351bb
TH
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 61config SATA_ZPODD
e189551b 62 bool "SATA Zero Power Optical Disc Drive (ZPODD) support"
1b3e3aa6 63 depends on ATA_ACPI && PM
afe75951
AL
64 default n
65 help
e189551b
AL
66 This option adds support for SATA Zero Power Optical Disc
67 Drive (ZPODD). It requires both the ODD and the platform
68 support, and if enabled, will automatically power on/off the
69 ODD when certain condition is satisfied. This does not impact
70 end user's experience of the ODD, only power is saved when
71 the ODD is not in use (i.e. no disc inside).
afe75951
AL
72
73 If unsure, say N.
74
88fcd562
TH
75config SATA_PMP
76 bool "SATA Port Multiplier support"
77 default y
78 help
f3360ebf
JG
79 This option adds support for SATA Port Multipliers
80 (the SATA version of an ethernet hub, or SAS expander).
88fcd562 81
b16a0168
GU
82if HAS_DMA
83
9a7780c9
TH
84comment "Controllers with non-SFF native interface"
85
8ad92ba7 86config SATA_AHCI
c6fd2807 87 tristate "AHCI SATA support"
81ce3c4b 88 depends on PCI
c6fd2807
JG
89 help
90 This option enables support for AHCI Serial ATA.
91
92 If unsure, say N.
93
1c2a49f6
AV
94config SATA_AHCI_PLATFORM
95 tristate "Platform AHCI SATA support"
96 help
97 This option enables support for Platform AHCI Serial ATA
98 controllers.
99
100 If unsure, say N.
101
eba68f82
YRDR
102config AHCI_BRCM
103 tristate "Broadcom AHCI SATA support"
3ee2e6dc 104 depends on ARCH_BRCMSTB || BMIPS_GENERIC || ARCH_BCM_NSP
766a2d97
BN
105 help
106 This option enables support for the AHCI SATA3 controller found on
eba68f82 107 Broadcom SoC's.
766a2d97
BN
108
109 If unsure, say N.
110
ae8723f8
BZ
111config AHCI_DA850
112 tristate "DaVinci DA850 AHCI SATA support"
113 depends on ARCH_DAVINCI_DA850
114 help
115 This option enables support for the DaVinci DA850 SoC's
116 onboard AHCI SATA.
117
118 If unsure, say N.
119
df46e6a4
BG
120config AHCI_DM816
121 tristate "DaVinci DM816 AHCI SATA support"
122 depends on ARCH_OMAP2PLUS
123 help
124 This option enables support for the DaVinci DM816 SoC's
125 onboard AHCI SATA controller.
126
127 If unsure, say N.
128
4a2e5123
LJ
129config AHCI_ST
130 tristate "ST AHCI SATA support"
48c54df1 131 depends on ARCH_STI
76884cb2 132 help
4a2e5123 133 This option enables support for ST AHCI SATA controller.
76884cb2
LJ
134
135 If unsure, say N.
136
9e54eae2
RZ
137config AHCI_IMX
138 tristate "Freescale i.MX AHCI SATA support"
f5f85ee0 139 depends on MFD_SYSCON && (ARCH_MXC || COMPILE_TEST)
d7969f59 140 depends on (HWMON && (THERMAL || !THERMAL_OF)) || !HWMON
9e54eae2
RZ
141 help
142 This option enables support for the Freescale i.MX SoC's
143 onboard AHCI SATA.
144
145 If unsure, say N.
146
a73ed350
SG
147config AHCI_CEVA
148 tristate "CEVA AHCI SATA support"
149 depends on OF
150 help
151 This option enables support for the CEVA AHCI SATA.
152 It can be found on the Xilinx Zynq UltraScale+ MPSoC.
153
154 If unsure, say N.
155
47269605
RL
156config AHCI_MTK
157 tristate "MediaTek AHCI SATA support"
158 depends on ARCH_MEDIATEK
159 select MFD_SYSCON
160 help
161 This option enables support for the MediaTek SoC's
162 onboard AHCI SATA controller.
163
164 If unsure, say N.
165
a3464ed2
TP
166config AHCI_MVEBU
167 tristate "Marvell EBU AHCI SATA support"
168 depends on ARCH_MVEBU
169 help
170 This option enables support for the Marvebu EBU SoC's
171 onboard AHCI SATA.
172
173 If unsure, say N.
174
a2127e40
AM
175config AHCI_OCTEON
176 tristate "Cavium Octeon Soc Serial ATA"
177 depends on SATA_AHCI_PLATFORM && CAVIUM_OCTEON_SOC
178 default y
179 help
180 This option enables support for Cavium Octeon SoC Serial ATA.
181
182 If unsure, say N.
183
c5754b52
OS
184config AHCI_SUNXI
185 tristate "Allwinner sunxi AHCI SATA support"
fd990556 186 depends on ARCH_SUNXI
c5754b52
OS
187 help
188 This option enables support for the Allwinner sunxi SoC's
189 onboard AHCI SATA.
190
191 If unsure, say N.
192
ccfde508
MP
193config AHCI_TEGRA
194 tristate "NVIDIA Tegra124 AHCI SATA support"
195 depends on ARCH_TEGRA
196 help
197 This option enables support for the NVIDIA Tegra124 SoC's
198 onboard AHCI SATA.
199
200 If unsure, say N.
201
81d01bfa
LH
202config AHCI_XGENE
203 tristate "APM X-Gene 6.0Gbps AHCI SATA host controller support"
74c03eb6 204 depends on PHY_XGENE
81d01bfa
LH
205 help
206 This option enables support for APM X-Gene SoC SATA host controller.
207
ecfb4598
TY
208config AHCI_QORIQ
209 tristate "Freescale QorIQ AHCI SATA support"
210 depends on OF
211 help
212 This option enables support for the Freescale QorIQ AHCI SoC's
213 onboard AHCI SATA.
214
215 If unsure, say N.
216
9a7780c9
TH
217config SATA_FSL
218 tristate "Freescale 3.0Gbps SATA support"
219 depends on FSL_SOC
127102ae 220 help
9a7780c9
TH
221 This option enables support for Freescale 3.0Gbps SATA controller.
222 It can be found on MPC837x and MPC8315.
127102ae
TH
223
224 If unsure, say N.
225
be4e456e
LW
226config SATA_GEMINI
227 tristate "Gemini SATA bridge support"
accd0473 228 depends on ARCH_GEMINI || COMPILE_TEST
be4e456e
LW
229 default ARCH_GEMINI
230 help
231 This enabled support for the FTIDE010 to SATA bridge
232 found in Cortina Systems Gemini platform.
233
234 If unsure, say N.
235
535dac4a
BS
236config SATA_AHCI_SEATTLE
237 tristate "AMD Seattle 6.0Gbps AHCI SATA host controller support"
238 depends on ARCH_SEATTLE
239 help
240 This option enables support for AMD Seattle SATA host controller.
241
242 If unsure, say N
243
6f791460 244config SATA_INIC162X
bb969619 245 tristate "Initio 162x SATA support (Very Experimental)"
6f791460
TH
246 depends on PCI
247 help
248 This option enables support for Initio 162x Serial ATA.
249
02cdfcf0
DM
250config SATA_ACARD_AHCI
251 tristate "ACard AHCI variant (ATP 8620)"
252 depends on PCI
253 help
254 This option enables support for Acard.
255
256 If unsure, say N.
257
9a7780c9
TH
258config SATA_SIL24
259 tristate "Silicon Image 3124/3132 SATA support"
260 depends on PCI
127102ae 261 help
9a7780c9 262 This option enables support for Silicon Image 3124/3132 Serial ATA.
127102ae
TH
263
264 If unsure, say N.
265
b16a0168
GU
266endif # HAS_DMA
267
127102ae 268config ATA_SFF
ebd60028 269 bool "ATA SFF support (for legacy IDE and PATA)"
127102ae
TH
270 default y
271 help
272 This option adds support for ATA controllers with SFF
273 compliant or similar programming interface.
274
f3360ebf
JG
275 SFF is the legacy IDE interface that has been around since
276 the dawn of time. Almost all PATA controllers have an
277 SFF interface. Many SATA controllers have an SFF interface
278 when configured into a legacy compatibility mode.
279
280 For users with exclusively modern controllers like AHCI,
281 Silicon Image 3124, or Marvell 6440, you may choose to
692105b8 282 disable this unneeded SFF support.
f3360ebf
JG
283
284 If unsure, say Y.
285
127102ae
TH
286if ATA_SFF
287
9a7780c9
TH
288comment "SFF controllers with custom DMA interface"
289
290config PDC_ADMA
291 tristate "Pacific Digital ADMA support"
81ce3c4b 292 depends on PCI
c6fd2807 293 help
9a7780c9
TH
294 This option enables support for Pacific Digital ADMA controllers
295
296 If unsure, say N.
297
9a7780c9
TH
298config PATA_OCTEON_CF
299 tristate "OCTEON Boot Bus Compact Flash support"
9ddebc46 300 depends on CAVIUM_OCTEON_SOC
9a7780c9
TH
301 help
302 This option enables a polled compact flash driver for use with
303 compact flash cards attached to the OCTEON boot bus.
304
305 If unsure, say N.
306
307config SATA_QSTOR
308 tristate "Pacific Digital SATA QStor support"
309 depends on PCI
310 help
311 This option enables support for Pacific Digital Serial ATA QStor.
312
313 If unsure, say N.
314
315config SATA_SX4
316 tristate "Promise SATA SX4 support (Experimental)"
48b3de21 317 depends on PCI
9a7780c9
TH
318 help
319 This option enables support for Promise Serial ATA SX4.
c6fd2807
JG
320
321 If unsure, say N.
322
9a7780c9
TH
323config ATA_BMDMA
324 bool "ATA BMDMA support"
7bc7ab1e 325 depends on HAS_DMA
9a7780c9
TH
326 default y
327 help
328 This option adds support for SFF ATA controllers with BMDMA
ed4e2f80
SR
329 capability. BMDMA stands for bus-master DMA and is the
330 de facto DMA interface for SFF controllers.
9a7780c9 331
ed4e2f80 332 If unsure, say Y.
9a7780c9
TH
333
334if ATA_BMDMA
335
336comment "SATA SFF controllers with BMDMA"
337
8ad92ba7 338config ATA_PIIX
2c7620d5 339 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
81ce3c4b 340 depends on PCI
c6fd2807 341 help
2bfc3611 342 This option enables support for ICH5/6/7/8 Serial ATA
2c7620d5
A
343 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
344 host controllers.
c6fd2807
JG
345
346 If unsure, say N.
347
62936009
RS
348config SATA_DWC
349 tristate "DesignWare Cores SATA support"
7598469a 350 depends on DMADEVICES
0f48debd 351 select GENERIC_PHY
62936009
RS
352 help
353 This option enables support for the on-chip SATA controller of the
354 AppliedMicro processor 460EX.
355
356 If unsure, say N.
357
50b43375
MR
358config SATA_DWC_OLD_DMA
359 bool "Support old device trees"
360 depends on SATA_DWC
361 select DW_DMAC_CORE
362 default y if 460EX
363 help
364 This option enables support for old device trees without the
365 "dmas" property.
366
14080fa6
SS
367config SATA_DWC_DEBUG
368 bool "Debugging driver version"
369 depends on SATA_DWC
370 help
371 This option enables debugging output in the driver.
372
373config SATA_DWC_VDEBUG
374 bool "Verbose debug output"
375 depends on SATA_DWC_DEBUG
376 help
377 This option enables the taskfile dumping and NCQ debugging.
378
8996b89d
ML
379config SATA_HIGHBANK
380 tristate "Calxeda Highbank SATA support"
2a736e05 381 depends on HAS_DMA
0b99f864 382 depends on ARCH_HIGHBANK || COMPILE_TEST
8996b89d
ML
383 help
384 This option enables support for the Calxeda Highbank SoC's
385 onboard SATA.
386
387 If unsure, say N.
388
8ad92ba7 389config SATA_MV
f9228c7f 390 tristate "Marvell SATA support"
62989ceb 391 depends on HAS_DMA
4efded05 392 depends on PCI || ARCH_DOVE || ARCH_MV78XX0 || \
03803ef6 393 ARCH_MVEBU || ARCH_ORION5X || COMPILE_TEST
49c8f1ff 394 select GENERIC_PHY
c6fd2807
JG
395 help
396 This option enables support for the Marvell Serial ATA family.
f9228c7f
ML
397 Currently supports 88SX[56]0[48][01] PCI(-X) chips,
398 as well as the newer [67]042 PCI-X/PCIe and SOC devices.
c6fd2807
JG
399
400 If unsure, say N.
401
8ad92ba7 402config SATA_NV
c6fd2807 403 tristate "NVIDIA SATA support"
81ce3c4b 404 depends on PCI
c6fd2807
JG
405 help
406 This option enables support for NVIDIA Serial ATA.
407
408 If unsure, say N.
409
8ad92ba7 410config SATA_PROMISE
c6fd2807 411 tristate "Promise SATA TX2/TX4 support"
81ce3c4b 412 depends on PCI
c6fd2807
JG
413 help
414 This option enables support for Promise Serial ATA TX2/TX4.
415
416 If unsure, say N.
417
163cf81d
VB
418config SATA_RCAR
419 tristate "Renesas R-Car SATA support"
51b1b286 420 depends on ARCH_RENESAS || COMPILE_TEST
163cf81d
VB
421 help
422 This option enables support for Renesas R-Car Serial ATA.
423
424 If unsure, say N.
c6fd2807 425
8ad92ba7 426config SATA_SIL
c6fd2807 427 tristate "Silicon Image SATA support"
81ce3c4b 428 depends on PCI
c6fd2807
JG
429 help
430 This option enables support for Silicon Image Serial ATA.
431
432 If unsure, say N.
433
8ad92ba7 434config SATA_SIS
9b14dec5 435 tristate "SiS 964/965/966/180 SATA support"
81ce3c4b 436 depends on PCI
9b14dec5 437 select PATA_SIS
c6fd2807 438 help
a617c09f 439 This option enables support for SiS Serial ATA on
9b14dec5
A
440 SiS 964/965/966/180 and Parallel ATA on SiS 180.
441 The PATA support for SiS 180 requires additionally to
442 enable the PATA_SIS driver in the config.
c6fd2807
JG
443 If unsure, say N.
444
9a7780c9
TH
445config SATA_SVW
446 tristate "ServerWorks Frodo / Apple K2 SATA support"
447 depends on PCI
448 help
449 This option enables support for Broadcom/Serverworks/Apple K2
450 SATA support.
451
452 If unsure, say N.
453
8ad92ba7 454config SATA_ULI
c6fd2807 455 tristate "ULi Electronics SATA support"
81ce3c4b 456 depends on PCI
c6fd2807
JG
457 help
458 This option enables support for ULi Electronics SATA.
459
460 If unsure, say N.
461
8ad92ba7 462config SATA_VIA
c6fd2807 463 tristate "VIA SATA support"
81ce3c4b 464 depends on PCI
c6fd2807
JG
465 help
466 This option enables support for VIA Serial ATA.
467
468 If unsure, say N.
469
8ad92ba7 470config SATA_VITESSE
c6fd2807 471 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
81ce3c4b 472 depends on PCI
c6fd2807
JG
473 help
474 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
475
476 If unsure, say N.
477
9a7780c9 478comment "PATA SFF controllers with BMDMA"
025621f9 479
669a5db4 480config PATA_ALI
e3389cbc
AC
481 tristate "ALi PATA support"
482 depends on PCI
669a5db4
JG
483 help
484 This option enables support for the ALi ATA interfaces
485 found on the many ALi chipsets.
486
487 If unsure, say N.
488
489config PATA_AMD
942d0947 490 tristate "AMD/NVidia PATA support"
669a5db4
JG
491 depends on PCI
492 help
493 This option enables support for the AMD and NVidia PATA
494 interfaces found on the chipsets for Athlon/Athlon64.
495
496 If unsure, say N.
497
a480167b
VK
498config PATA_ARASAN_CF
499 tristate "ARASAN CompactFlash PATA Controller Support"
e638433b 500 depends on ARCH_SPEAR13XX || COMPILE_TEST
3b5ec274 501 depends on DMADEVICES
a480167b
VK
502 select DMA_ENGINE
503 help
504 Say Y here to support the ARASAN CompactFlash PATA controller
505
669a5db4 506config PATA_ARTOP
c645fd34
AC
507 tristate "ARTOP 6210/6260 PATA support"
508 depends on PCI
669a5db4
JG
509 help
510 This option enables support for ARTOP PATA controllers.
511
512 If unsure, say N.
513
9a7780c9
TH
514config PATA_ATIIXP
515 tristate "ATI PATA support"
d15d6e6c
JJIL
516 depends on PCI
517 help
9a7780c9
TH
518 This option enables support for the ATI ATA interfaces
519 found on the many ATI chipsets.
7c9ef8e4
KNG
520
521 If unsure, say N.
522
9a7780c9
TH
523config PATA_ATP867X
524 tristate "ARTOP/Acard ATP867X PATA support"
c645fd34 525 depends on PCI
669a5db4 526 help
9a7780c9
TH
527 This option enables support for ARTOP/Acard ATP867X PATA
528 controllers.
669a5db4
JG
529
530 If unsure, say N.
531
9a7780c9
TH
532config PATA_BF54X
533 tristate "Blackfin 54x ATAPI support"
534 depends on BF542 || BF548 || BF549
b2248dac 535 help
9a7780c9
TH
536 This option enables support for the built-in ATAPI controller on
537 Blackfin 54x family chips.
b2248dac
AC
538
539 If unsure, say N.
540
76a40ca8
BZ
541config PATA_BK3710
542 tristate "Palmchip BK3710 PATA support"
543 depends on ARCH_DAVINCI
544 help
545 This option enables support for the integrated IDE controller on
546 the TI DaVinci SoC.
547
548 If unsure, say N.
549
669a5db4 550config PATA_CMD64X
c645fd34
AC
551 tristate "CMD64x PATA support"
552 depends on PCI
669a5db4
JG
553 help
554 This option enables support for the CMD64x series chips
555 except for the CMD640.
556
557 If unsure, say N.
558
559config PATA_CS5520
560 tristate "CS5510/5520 PATA support"
9236a76d 561 depends on PCI && (X86_32 || COMPILE_TEST)
669a5db4
JG
562 help
563 This option enables support for the Cyrix 5510/5520
564 companion chip used with the MediaGX/Geode processor family.
565
566 If unsure, say N.
567
568config PATA_CS5530
e3389cbc 569 tristate "CS5530 PATA support"
9236a76d 570 depends on PCI && (X86_32 || COMPILE_TEST)
669a5db4
JG
571 help
572 This option enables support for the Cyrix/NatSemi/AMD CS5530
573 companion chip used with the MediaGX/Geode processor family.
574
575 If unsure, say N.
576
577config PATA_CS5535
578 tristate "CS5535 PATA support (Experimental)"
9236a76d 579 depends on PCI && X86_32
669a5db4
JG
580 help
581 This option enables support for the NatSemi/AMD CS5535
582 companion chip used with the Geode processor family.
583
584 If unsure, say N.
585
3957df61 586config PATA_CS5536
e3389cbc 587 tristate "CS5536 PATA support"
9236a76d 588 depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
3957df61
MP
589 help
590 This option enables support for the AMD CS5536
591 companion chip used with the Geode LX processor family.
592
593 If unsure, say N.
594
669a5db4
JG
595config PATA_CYPRESS
596 tristate "Cypress CY82C693 PATA support (Very Experimental)"
48b3de21 597 depends on PCI
669a5db4
JG
598 help
599 This option enables support for the Cypress/Contaq CY82C693
600 chipset found in some Alpha systems
601
602 If unsure, say N.
603
604config PATA_EFAR
605 tristate "EFAR SLC90E66 support"
606 depends on PCI
607 help
608 This option enables support for the EFAR SLC90E66
609 IDE controller found on some older machines.
610
611 If unsure, say N.
612
2fff2751
RP
613config PATA_EP93XX
614 tristate "Cirrus Logic EP93xx PATA support"
615 depends on ARCH_EP93XX
616 help
617 This option enables support for the PATA controller in
618 the Cirrus Logic EP9312 and EP9315 ARM CPU.
619
620 If unsure, say N.
621
be4e456e
LW
622config PATA_FTIDE010
623 tristate "Faraday Technology FTIDE010 PATA support"
624 depends on OF
625 depends on ARM
accd0473 626 depends on SATA_GEMINI
be4e456e
LW
627 help
628 This option enables support for the Faraday FTIDE010
629 PATA controller found in the Cortina Gemini SoCs.
630
631 If unsure, say N.
632
669a5db4 633config PATA_HPT366
c645fd34
AC
634 tristate "HPT 366/368 PATA support"
635 depends on PCI
669a5db4
JG
636 help
637 This option enables support for the HPT 366 and 368
638 PATA controllers via the new ATA layer.
639
640 If unsure, say N.
641
642config PATA_HPT37X
be315d46
AC
643 tristate "HPT 370/370A/371/372/374/302 PATA support"
644 depends on PCI
669a5db4
JG
645 help
646 This option enables support for the majority of the later HPT
647 PATA controllers via the new ATA layer.
648
649 If unsure, say N.
650
651config PATA_HPT3X2N
0ca646db 652 tristate "HPT 371N/372N/302N PATA support"
be315d46 653 depends on PCI
669a5db4
JG
654 help
655 This option enables support for the N variant HPT PATA
0ca646db 656 controllers via the new ATA layer.
669a5db4
JG
657
658 If unsure, say N.
659
660config PATA_HPT3X3
66e7da4e 661 tristate "HPT 343/363 PATA support"
669a5db4
JG
662 depends on PCI
663 help
664 This option enables support for the HPT 343/363
665 PATA controllers via the new ATA layer
666
667 If unsure, say N.
668
66e7da4e 669config PATA_HPT3X3_DMA
be315d46 670 bool "HPT 343/363 DMA support"
66e7da4e
AC
671 depends on PATA_HPT3X3
672 help
673 This option enables DMA support for the HPT343/363
674 controllers. Enable with care as there are still some
675 problems with DMA on this chipset.
676
9a7780c9
TH
677config PATA_ICSIDE
678 tristate "Acorn ICS PATA support"
679 depends on ARM && ARCH_ACORN
669a5db4 680 help
9a7780c9
TH
681 On Acorn systems, say Y here if you wish to use the ICS PATA
682 interface card. This is not required for ICS partition support.
683 If you are unsure, say N to this.
684
e39c75cf
APR
685config PATA_IMX
686 tristate "PATA support for Freescale iMX"
687 depends on ARCH_MXC
688 help
689 This option enables support for the PATA host available on Freescale
690 iMX SoCs.
691
692 If unsure, say N.
693
9a7780c9
TH
694config PATA_IT8213
695 tristate "IT8213 PATA support (Experimental)"
48b3de21 696 depends on PCI
9a7780c9
TH
697 help
698 This option enables support for the ITE 821 PATA
699 controllers via the new ATA layer.
669a5db4
JG
700
701 If unsure, say N.
702
669a5db4 703config PATA_IT821X
942d0947
AC
704 tristate "IT8211/2 PATA support"
705 depends on PCI
669a5db4
JG
706 help
707 This option enables support for the ITE 8211 and 8212
708 PATA controllers via the new ATA layer, including RAID
709 mode.
710
711 If unsure, say N.
712
406176ee
JG
713config PATA_JMICRON
714 tristate "JMicron PATA support"
715 depends on PCI
716 help
717 Enable support for the JMicron IDE controller, via the new
718 ATA layer.
719
720 If unsure, say N.
721
9a7780c9
TH
722config PATA_MACIO
723 tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
724 depends on PPC_PMAC
669a5db4 725 help
9a7780c9
TH
726 Most IDE capable PowerMacs have IDE busses driven by a variant
727 of this controller which is part of the Apple chipset used on
728 most PowerMac models. Some models have multiple busses using
729 different chipsets, though generally, MacIO is one of them.
669a5db4 730
75742cb4
AC
731config PATA_MARVELL
732 tristate "Marvell PATA support via legacy mode"
733 depends on PCI
734 help
5b66c829
AC
735 This option enables limited support for the Marvell 88SE61xx ATA
736 controllers. If you wish to use only the SATA ports then select
737 the AHCI driver alone. If you wish to the use the PATA port or
738 both SATA and PATA include this driver.
75742cb4
AC
739
740 If unsure, say N.
741
869934ad
WS
742config PATA_MPC52xx
743 tristate "Freescale MPC52xx SoC internal IDE"
744 depends on PPC_MPC52xx && PPC_BESTCOMM
745 select PPC_BESTCOMM_ATA
746 help
747 This option enables support for integrated IDE controller
748 of the Freescale MPC52xx SoC.
749
750 If unsure, say N.
751
669a5db4
JG
752config PATA_NETCELL
753 tristate "NETCELL Revolution RAID support"
754 depends on PCI
755 help
756 This option enables support for the Netcell Revolution RAID
757 PATA controller.
758
759 If unsure, say N.
760
51dbd490 761config PATA_NINJA32
be315d46
AC
762 tristate "Ninja32/Delkin Cardbus ATA support"
763 depends on PCI
51dbd490
AC
764 help
765 This option enables support for the Ninja32, Delkin and
766 possibly other brands of Cardbus ATA adapter
767
768 If unsure, say N.
769
c4b5b7b6 770config PATA_NS87415
e3389cbc
AC
771 tristate "Nat Semi NS87415 PATA support"
772 depends on PCI
c4b5b7b6
AC
773 help
774 This option enables support for the National Semiconductor
775 NS87415 PCI-IDE controller.
776
777 If unsure, say N.
778
9a7780c9
TH
779config PATA_OLDPIIX
780 tristate "Intel PATA old PIIX support"
781 depends on PCI
669a5db4 782 help
9a7780c9 783 This option enables support for early PIIX PATA support.
669a5db4
JG
784
785 If unsure, say N.
786
787config PATA_OPTIDMA
516e72cb 788 tristate "OPTI FireStar PATA support (Very Experimental)"
48b3de21 789 depends on PCI
669a5db4
JG
790 help
791 This option enables DMA/PIO support for the later OPTi
792 controllers found on some old motherboards and in some
3dde6ad8 793 laptops.
669a5db4
JG
794
795 If unsure, say N.
796
be315d46
AC
797config PATA_PDC2027X
798 tristate "Promise PATA 2027x support"
799 depends on PCI
800 help
801 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
802
803 If unsure, say N.
804
669a5db4 805config PATA_PDC_OLD
e3389cbc
AC
806 tristate "Older Promise PATA controller support"
807 depends on PCI
669a5db4
JG
808 help
809 This option enables support for the Promise 20246, 20262, 20263,
810 20265 and 20267 adapters.
811
812 If unsure, say N.
813
669a5db4 814config PATA_RADISYS
e3389cbc 815 tristate "RADISYS 82600 PATA support (Experimental)"
48b3de21 816 depends on PCI
669a5db4
JG
817 help
818 This option enables support for the RADISYS 82600
819 PATA controllers via the new ATA layer
820
821 If unsure, say N.
822
6b406782
AC
823config PATA_RDC
824 tristate "RDC PATA support"
825 depends on PCI
826 help
827 This option enables basic support for the later RDC PATA controllers
828 controllers via the new ATA layer. For the RDC 1010, you need to
829 enable the IT821X driver instead.
830
831 If unsure, say N.
832
9a7780c9
TH
833config PATA_SC1200
834 tristate "SC1200 PATA support"
840aa787 835 depends on PCI && (X86_32 || COMPILE_TEST)
669a5db4 836 help
9a7780c9
TH
837 This option enables support for the NatSemi/AMD SC1200 SoC
838 companion chip used with the Geode processor family.
669a5db4
JG
839
840 If unsure, say N.
841
9a7780c9
TH
842config PATA_SCH
843 tristate "Intel SCH PATA support"
e3389cbc 844 depends on PCI
669a5db4 845 help
9a7780c9
TH
846 This option enables support for Intel SCH PATA on the Intel
847 SCH (US15W, US15L, UL11L) series host controllers.
669a5db4
JG
848
849 If unsure, say N.
850
851config PATA_SERVERWORKS
942d0947
AC
852 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
853 depends on PCI
669a5db4
JG
854 help
855 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
856 HT1000 PATA controllers, via the new ATA layer.
857
858 If unsure, say N.
859
669a5db4
JG
860config PATA_SIL680
861 tristate "CMD / Silicon Image 680 PATA support"
862 depends on PCI
863 help
864 This option enables support for CMD / Silicon Image 680 PATA.
865
866 If unsure, say N.
867
868config PATA_SIS
e3389cbc
AC
869 tristate "SiS PATA support"
870 depends on PCI
669a5db4
JG
871 help
872 This option enables support for SiS PATA controllers
873
874 If unsure, say N.
875
8e182a90
AC
876config PATA_TOSHIBA
877 tristate "Toshiba Piccolo support (Experimental)"
48b3de21 878 depends on PCI
8e182a90
AC
879 help
880 Support for the Toshiba Piccolo controllers. Currently only the
881 primary channel is supported by this driver.
882
883 If unsure, say N.
884
9a7780c9
TH
885config PATA_TRIFLEX
886 tristate "Compaq Triflex PATA support"
887 depends on PCI
888 help
889 Enable support for the Compaq 'Triflex' IDE controller as found
890 on many Compaq Pentium-Pro systems, via the new ATA layer.
891
892 If unsure, say N.
893
669a5db4
JG
894config PATA_VIA
895 tristate "VIA PATA support"
896 depends on PCI
897 help
898 This option enables support for the VIA PATA interfaces
899 found on the many VIA chipsets.
900
901 If unsure, say N.
902
2dc6c6f1
MV
903config PATA_PXA
904 tristate "PXA DMA-capable PATA support"
905 depends on ARCH_PXA
906 help
907 This option enables support for harddrive attached to PXA CPU's bus.
908
909 NOTE: This driver utilizes PXA DMA controller, in case your hardware
910 is not capable of doing MWDMA, use pata_platform instead.
911
912 If unsure, say N.
913
669a5db4
JG
914config PATA_WINBOND
915 tristate "Winbond SL82C105 PATA support"
916 depends on PCI
917 help
918 This option enables support for SL82C105 PATA devices found in the
919 Netwinder and some other systems
920
921 If unsure, say N.
922
9a7780c9
TH
923endif # ATA_BMDMA
924
925comment "PIO-only SFF controllers"
926
927config PATA_AT32
928 tristate "Atmel AVR32 PATA support (Experimental)"
48b3de21 929 depends on AVR32 && PLATFORM_AT32AP
7e45b0e5 930 help
9a7780c9
TH
931 This option enables support for the IDE devices on the
932 Atmel AT32AP platform.
933
934 If unsure, say N.
935
9a7780c9
TH
936config PATA_CMD640_PCI
937 tristate "CMD640 PCI PATA support (Experimental)"
48b3de21 938 depends on PCI
9a7780c9
TH
939 help
940 This option enables support for the CMD640 PCI IDE
941 interface chip. Only the primary channel is currently
942 supported.
943
944 If unsure, say N.
945
7e11aabd
BZ
946config PATA_FALCON
947 tristate "Atari Falcon PATA support"
948 depends on M68K && ATARI
949 help
950 This option enables support for the on-board IDE
951 interface on the Atari Falcon.
952
953 If unsure, say N.
954
9a7780c9
TH
955config PATA_ISAPNP
956 tristate "ISA Plug and Play PATA support"
957 depends on ISAPNP
958 help
959 This option enables support for ISA plug & play ATA
960 controllers such as those found on old soundcards.
961
962 If unsure, say N.
963
964config PATA_IXP4XX_CF
965 tristate "IXP4XX Compact Flash support"
966 depends on ARCH_IXP4XX
967 help
968 This option enables support for a Compact Flash connected on
969 the ixp4xx expansion bus. This driver had been written for
970 Loft/Avila boards in mind but can work with others.
971
972 If unsure, say N.
973
974config PATA_MPIIX
975 tristate "Intel PATA MPIIX support"
976 depends on PCI
977 help
978 This option enables support for MPIIX PATA support.
979
980 If unsure, say N.
981
982config PATA_NS87410
983 tristate "Nat Semi NS87410 PATA support"
984 depends on PCI
985 help
986 This option enables support for the National Semiconductor
987 NS87410 PCI-IDE controller.
988
989 If unsure, say N.
990
991config PATA_OPTI
992 tristate "OPTI621/6215 PATA support (Very Experimental)"
48b3de21 993 depends on PCI
9a7780c9
TH
994 help
995 This option enables full PIO support for the early Opti ATA
996 controllers found on some old motherboards.
997
998 If unsure, say N.
999
1000config PATA_PALMLD
1001 tristate "Palm LifeDrive PATA support"
1002 depends on MACH_PALMLD
1003 help
1004 This option enables support for Palm LifeDrive's internal ATA
1005 port via the new ATA layer.
1006
1007 If unsure, say N.
1008
1009config PATA_PCMCIA
1010 tristate "PCMCIA PATA support"
1011 depends on PCMCIA
1012 help
1013 This option enables support for PCMCIA ATA interfaces, including
1014 compact flash card adapters via the new ATA layer.
1015
1016 If unsure, say N.
7e45b0e5 1017
a20c9e82
PM
1018config PATA_PLATFORM
1019 tristate "Generic platform device PATA support"
6a108a14 1020 depends on EXPERT || PPC || HAVE_PATA_PLATFORM
a20c9e82
PM
1021 help
1022 This option enables support for generic directly connected ATA
1023 devices commonly found on embedded systems.
1024
1025 If unsure, say N.
61f71621
AV
1026
1027config PATA_OF_PLATFORM
1028 tristate "OpenFirmware platform device PATA support"
d0643aa1 1029 depends on PATA_PLATFORM && OF
61f71621
AV
1030 help
1031 This option enables support for generic directly connected ATA
1032 devices commonly found on embedded systems with OpenFirmware
1033 bindings.
1034
1035 If unsure, say N.
a20c9e82 1036
9a7780c9
TH
1037config PATA_QDI
1038 tristate "QDI VLB PATA support"
1039 depends on ISA
0dcd0a76 1040 select PATA_LEGACY
73b6a2be 1041 help
9a7780c9 1042 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
73b6a2be 1043
9a7780c9
TH
1044config PATA_RB532
1045 tristate "RouterBoard 532 PATA CompactFlash support"
1046 depends on MIKROTIK_RB532
0df0d0a0 1047 help
9a7780c9
TH
1048 This option enables support for the RouterBoard 532
1049 PATA CompactFlash controller.
0df0d0a0
AZ
1050
1051 If unsure, say N.
1052
9a7780c9
TH
1053config PATA_RZ1000
1054 tristate "PC Tech RZ1000 PATA support"
1055 depends on PCI
3c929c6f 1056 help
9a7780c9
TH
1057 This option enables basic support for the PC Tech RZ1000/1
1058 PATA controllers via the new ATA layer
3c929c6f
DD
1059
1060 If unsure, say N.
1061
155bf48f
AK
1062config PATA_SAMSUNG_CF
1063 tristate "Samsung SoC PATA support"
1064 depends on SAMSUNG_DEV_IDE
1065 help
1066 This option enables basic support for Samsung's S3C/S5P board
1067 PATA controllers via the new ATA layer
1068
1069 If unsure, say N.
1070
9a7780c9
TH
1071config PATA_WINBOND_VLB
1072 tristate "Winbond W83759A VLB PATA support (Experimental)"
48b3de21 1073 depends on ISA
6d981b9a 1074 select PATA_LEGACY
a619f981 1075 help
9a7780c9
TH
1076 Support for the Winbond W83759A controller on Vesa Local Bus
1077 systems.
a619f981 1078
9a7780c9 1079comment "Generic fallback / legacy drivers"
a619f981 1080
9a7780c9
TH
1081config PATA_ACPI
1082 tristate "ACPI firmware driver for PATA"
1083 depends on ATA_ACPI && ATA_BMDMA
07ab85de 1084 help
9a7780c9
TH
1085 This option enables an ACPI method driver which drives
1086 motherboard PATA controller interfaces through the ACPI
1087 firmware in the BIOS. This driver can sometimes handle
1088 otherwise unsupported hardware.
07ab85de 1089
9a7780c9
TH
1090config ATA_GENERIC
1091 tristate "Generic ATA support"
1092 depends on PCI && ATA_BMDMA
d830d173 1093 help
9a7780c9
TH
1094 This option enables support for generic BIOS configured
1095 ATA controllers via the new ATA layer
d830d173
SZ
1096
1097 If unsure, say N.
1098
9a7780c9
TH
1099config PATA_LEGACY
1100 tristate "Legacy ISA PATA support (Experimental)"
48b3de21 1101 depends on (ISA || PCI)
88358ab0 1102 help
9a7780c9
TH
1103 This option enables support for ISA/VLB/PCI bus legacy PATA
1104 ports and allows them to be accessed via the new ATA layer.
88358ab0 1105
9a7780c9 1106 If unsure, say N.
88358ab0 1107
127102ae 1108endif # ATA_SFF
b196fc69 1109endif # ATA