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