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