]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - drivers/ata/Kconfig
misc: rtsx: make various functions static
[mirror_ubuntu-bionic-kernel.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
023e1cc7
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
MP
213config AHCI_TEGRA
214 tristate "NVIDIA Tegra124 AHCI SATA support"
215 depends on ARCH_TEGRA
216 help
217 This option enables support for the NVIDIA Tegra124 SoC's
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
AC
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
AC
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
9a7780c9
TH
552config PATA_BF54X
553 tristate "Blackfin 54x ATAPI support"
554 depends on BF542 || BF548 || BF549
b2248dac 555 help
9a7780c9
TH
556 This option enables support for the built-in ATAPI controller on
557 Blackfin 54x family chips.
b2248dac
AC
558
559 If unsure, say N.
560
76a40ca8
BZ
561config PATA_BK3710
562 tristate "Palmchip BK3710 PATA support"
563 depends on ARCH_DAVINCI
564 help
565 This option enables support for the integrated IDE controller on
566 the TI DaVinci SoC.
567
568 If unsure, say N.
569
669a5db4 570config PATA_CMD64X
c645fd34
AC
571 tristate "CMD64x PATA support"
572 depends on PCI
669a5db4
JG
573 help
574 This option enables support for the CMD64x series chips
575 except for the CMD640.
576
577 If unsure, say N.
578
579config PATA_CS5520
580 tristate "CS5510/5520 PATA support"
9236a76d 581 depends on PCI && (X86_32 || COMPILE_TEST)
669a5db4
JG
582 help
583 This option enables support for the Cyrix 5510/5520
584 companion chip used with the MediaGX/Geode processor family.
585
586 If unsure, say N.
587
588config PATA_CS5530
e3389cbc 589 tristate "CS5530 PATA support"
9236a76d 590 depends on PCI && (X86_32 || COMPILE_TEST)
669a5db4
JG
591 help
592 This option enables support for the Cyrix/NatSemi/AMD CS5530
593 companion chip used with the MediaGX/Geode processor family.
594
595 If unsure, say N.
596
597config PATA_CS5535
598 tristate "CS5535 PATA support (Experimental)"
9236a76d 599 depends on PCI && X86_32
669a5db4
JG
600 help
601 This option enables support for the NatSemi/AMD CS5535
602 companion chip used with the Geode processor family.
603
604 If unsure, say N.
605
3957df61 606config PATA_CS5536
e3389cbc 607 tristate "CS5536 PATA support"
9236a76d 608 depends on PCI && (X86_32 || MIPS || COMPILE_TEST)
3957df61
MP
609 help
610 This option enables support for the AMD CS5536
611 companion chip used with the Geode LX processor family.
612
613 If unsure, say N.
614
669a5db4
JG
615config PATA_CYPRESS
616 tristate "Cypress CY82C693 PATA support (Very Experimental)"
48b3de21 617 depends on PCI
669a5db4
JG
618 help
619 This option enables support for the Cypress/Contaq CY82C693
620 chipset found in some Alpha systems
621
622 If unsure, say N.
623
624config PATA_EFAR
625 tristate "EFAR SLC90E66 support"
626 depends on PCI
627 help
628 This option enables support for the EFAR SLC90E66
629 IDE controller found on some older machines.
630
631 If unsure, say N.
632
2fff2751
RP
633config PATA_EP93XX
634 tristate "Cirrus Logic EP93xx PATA support"
635 depends on ARCH_EP93XX
636 help
637 This option enables support for the PATA controller in
638 the Cirrus Logic EP9312 and EP9315 ARM CPU.
639
640 If unsure, say N.
641
be4e456e
LW
642config PATA_FTIDE010
643 tristate "Faraday Technology FTIDE010 PATA support"
644 depends on OF
645 depends on ARM
accd0473 646 depends on SATA_GEMINI
be4e456e
LW
647 help
648 This option enables support for the Faraday FTIDE010
649 PATA controller found in the Cortina Gemini SoCs.
650
651 If unsure, say N.
652
669a5db4 653config PATA_HPT366
c645fd34
AC
654 tristate "HPT 366/368 PATA support"
655 depends on PCI
669a5db4
JG
656 help
657 This option enables support for the HPT 366 and 368
658 PATA controllers via the new ATA layer.
659
660 If unsure, say N.
661
662config PATA_HPT37X
be315d46
AC
663 tristate "HPT 370/370A/371/372/374/302 PATA support"
664 depends on PCI
669a5db4
JG
665 help
666 This option enables support for the majority of the later HPT
667 PATA controllers via the new ATA layer.
668
669 If unsure, say N.
670
671config PATA_HPT3X2N
0ca646db 672 tristate "HPT 371N/372N/302N PATA support"
be315d46 673 depends on PCI
669a5db4
JG
674 help
675 This option enables support for the N variant HPT PATA
0ca646db 676 controllers via the new ATA layer.
669a5db4
JG
677
678 If unsure, say N.
679
680config PATA_HPT3X3
66e7da4e 681 tristate "HPT 343/363 PATA support"
669a5db4
JG
682 depends on PCI
683 help
684 This option enables support for the HPT 343/363
685 PATA controllers via the new ATA layer
686
687 If unsure, say N.
688
66e7da4e 689config PATA_HPT3X3_DMA
be315d46 690 bool "HPT 343/363 DMA support"
66e7da4e
AC
691 depends on PATA_HPT3X3
692 help
693 This option enables DMA support for the HPT343/363
694 controllers. Enable with care as there are still some
695 problems with DMA on this chipset.
696
9a7780c9
TH
697config PATA_ICSIDE
698 tristate "Acorn ICS PATA support"
699 depends on ARM && ARCH_ACORN
669a5db4 700 help
9a7780c9
TH
701 On Acorn systems, say Y here if you wish to use the ICS PATA
702 interface card. This is not required for ICS partition support.
703 If you are unsure, say N to this.
704
e39c75cf
AP
705config PATA_IMX
706 tristate "PATA support for Freescale iMX"
707 depends on ARCH_MXC
708 help
709 This option enables support for the PATA host available on Freescale
710 iMX SoCs.
711
712 If unsure, say N.
713
9a7780c9
TH
714config PATA_IT8213
715 tristate "IT8213 PATA support (Experimental)"
48b3de21 716 depends on PCI
9a7780c9
TH
717 help
718 This option enables support for the ITE 821 PATA
719 controllers via the new ATA layer.
669a5db4
JG
720
721 If unsure, say N.
722
669a5db4 723config PATA_IT821X
942d0947
AC
724 tristate "IT8211/2 PATA support"
725 depends on PCI
669a5db4
JG
726 help
727 This option enables support for the ITE 8211 and 8212
728 PATA controllers via the new ATA layer, including RAID
729 mode.
730
731 If unsure, say N.
732
406176ee
JG
733config PATA_JMICRON
734 tristate "JMicron PATA support"
735 depends on PCI
736 help
737 Enable support for the JMicron IDE controller, via the new
738 ATA layer.
739
740 If unsure, say N.
741
9a7780c9
TH
742config PATA_MACIO
743 tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
744 depends on PPC_PMAC
669a5db4 745 help
9a7780c9
TH
746 Most IDE capable PowerMacs have IDE busses driven by a variant
747 of this controller which is part of the Apple chipset used on
748 most PowerMac models. Some models have multiple busses using
749 different chipsets, though generally, MacIO is one of them.
669a5db4 750
75742cb4
AC
751config PATA_MARVELL
752 tristate "Marvell PATA support via legacy mode"
753 depends on PCI
754 help
5b66c829
AC
755 This option enables limited support for the Marvell 88SE61xx ATA
756 controllers. If you wish to use only the SATA ports then select
757 the AHCI driver alone. If you wish to the use the PATA port or
758 both SATA and PATA include this driver.
75742cb4
AC
759
760 If unsure, say N.
761
869934ad
WS
762config PATA_MPC52xx
763 tristate "Freescale MPC52xx SoC internal IDE"
764 depends on PPC_MPC52xx && PPC_BESTCOMM
765 select PPC_BESTCOMM_ATA
766 help
767 This option enables support for integrated IDE controller
768 of the Freescale MPC52xx SoC.
769
770 If unsure, say N.
771
669a5db4
JG
772config PATA_NETCELL
773 tristate "NETCELL Revolution RAID support"
774 depends on PCI
775 help
776 This option enables support for the Netcell Revolution RAID
777 PATA controller.
778
779 If unsure, say N.
780
51dbd490 781config PATA_NINJA32
be315d46
AC
782 tristate "Ninja32/Delkin Cardbus ATA support"
783 depends on PCI
51dbd490
AC
784 help
785 This option enables support for the Ninja32, Delkin and
786 possibly other brands of Cardbus ATA adapter
787
788 If unsure, say N.
789
c4b5b7b6 790config PATA_NS87415
e3389cbc
AC
791 tristate "Nat Semi NS87415 PATA support"
792 depends on PCI
c4b5b7b6
AC
793 help
794 This option enables support for the National Semiconductor
795 NS87415 PCI-IDE controller.
796
797 If unsure, say N.
798
9a7780c9
TH
799config PATA_OLDPIIX
800 tristate "Intel PATA old PIIX support"
801 depends on PCI
669a5db4 802 help
9a7780c9 803 This option enables support for early PIIX PATA support.
669a5db4
JG
804
805 If unsure, say N.
806
807config PATA_OPTIDMA
516e72cb 808 tristate "OPTI FireStar PATA support (Very Experimental)"
48b3de21 809 depends on PCI
669a5db4
JG
810 help
811 This option enables DMA/PIO support for the later OPTi
812 controllers found on some old motherboards and in some
3dde6ad8 813 laptops.
669a5db4
JG
814
815 If unsure, say N.
816
be315d46
AC
817config PATA_PDC2027X
818 tristate "Promise PATA 2027x support"
819 depends on PCI
820 help
821 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
822
823 If unsure, say N.
824
669a5db4 825config PATA_PDC_OLD
e3389cbc
AC
826 tristate "Older Promise PATA controller support"
827 depends on PCI
669a5db4
JG
828 help
829 This option enables support for the Promise 20246, 20262, 20263,
830 20265 and 20267 adapters.
831
832 If unsure, say N.
833
669a5db4 834config PATA_RADISYS
e3389cbc 835 tristate "RADISYS 82600 PATA support (Experimental)"
48b3de21 836 depends on PCI
669a5db4
JG
837 help
838 This option enables support for the RADISYS 82600
839 PATA controllers via the new ATA layer
840
841 If unsure, say N.
842
6b406782
AC
843config PATA_RDC
844 tristate "RDC PATA support"
845 depends on PCI
846 help
847 This option enables basic support for the later RDC PATA controllers
848 controllers via the new ATA layer. For the RDC 1010, you need to
849 enable the IT821X driver instead.
850
851 If unsure, say N.
852
9a7780c9
TH
853config PATA_SC1200
854 tristate "SC1200 PATA support"
840aa787 855 depends on PCI && (X86_32 || COMPILE_TEST)
669a5db4 856 help
9a7780c9
TH
857 This option enables support for the NatSemi/AMD SC1200 SoC
858 companion chip used with the Geode processor family.
669a5db4
JG
859
860 If unsure, say N.
861
9a7780c9
TH
862config PATA_SCH
863 tristate "Intel SCH PATA support"
e3389cbc 864 depends on PCI
669a5db4 865 help
9a7780c9
TH
866 This option enables support for Intel SCH PATA on the Intel
867 SCH (US15W, US15L, UL11L) series host controllers.
669a5db4
JG
868
869 If unsure, say N.
870
871config PATA_SERVERWORKS
942d0947
AC
872 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
873 depends on PCI
669a5db4
JG
874 help
875 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
876 HT1000 PATA controllers, via the new ATA layer.
877
878 If unsure, say N.
879
669a5db4
JG
880config PATA_SIL680
881 tristate "CMD / Silicon Image 680 PATA support"
882 depends on PCI
883 help
884 This option enables support for CMD / Silicon Image 680 PATA.
885
886 If unsure, say N.
887
888config PATA_SIS
e3389cbc
AC
889 tristate "SiS PATA support"
890 depends on PCI
669a5db4
JG
891 help
892 This option enables support for SiS PATA controllers
893
894 If unsure, say N.
895
8e182a90
AC
896config PATA_TOSHIBA
897 tristate "Toshiba Piccolo support (Experimental)"
48b3de21 898 depends on PCI
8e182a90
AC
899 help
900 Support for the Toshiba Piccolo controllers. Currently only the
901 primary channel is supported by this driver.
902
903 If unsure, say N.
904
9a7780c9
TH
905config PATA_TRIFLEX
906 tristate "Compaq Triflex PATA support"
907 depends on PCI
908 help
909 Enable support for the Compaq 'Triflex' IDE controller as found
910 on many Compaq Pentium-Pro systems, via the new ATA layer.
911
912 If unsure, say N.
913
669a5db4
JG
914config PATA_VIA
915 tristate "VIA PATA support"
916 depends on PCI
917 help
918 This option enables support for the VIA PATA interfaces
919 found on the many VIA chipsets.
920
921 If unsure, say N.
922
2dc6c6f1
MV
923config PATA_PXA
924 tristate "PXA DMA-capable PATA support"
925 depends on ARCH_PXA
926 help
927 This option enables support for harddrive attached to PXA CPU's bus.
928
929 NOTE: This driver utilizes PXA DMA controller, in case your hardware
930 is not capable of doing MWDMA, use pata_platform instead.
931
932 If unsure, say N.
933
669a5db4
JG
934config PATA_WINBOND
935 tristate "Winbond SL82C105 PATA support"
936 depends on PCI
937 help
938 This option enables support for SL82C105 PATA devices found in the
939 Netwinder and some other systems
940
941 If unsure, say N.
942
9a7780c9
TH
943endif # ATA_BMDMA
944
945comment "PIO-only SFF controllers"
946
947config PATA_AT32
948 tristate "Atmel AVR32 PATA support (Experimental)"
48b3de21 949 depends on AVR32 && PLATFORM_AT32AP
7e45b0e5 950 help
9a7780c9
TH
951 This option enables support for the IDE devices on the
952 Atmel AT32AP platform.
953
954 If unsure, say N.
955
9a7780c9
TH
956config PATA_CMD640_PCI
957 tristate "CMD640 PCI PATA support (Experimental)"
48b3de21 958 depends on PCI
9a7780c9
TH
959 help
960 This option enables support for the CMD640 PCI IDE
961 interface chip. Only the primary channel is currently
962 supported.
963
964 If unsure, say N.
965
7e11aabd
BZ
966config PATA_FALCON
967 tristate "Atari Falcon PATA support"
968 depends on M68K && ATARI
969 help
970 This option enables support for the on-board IDE
971 interface on the Atari Falcon.
972
973 If unsure, say N.
974
9a7780c9
TH
975config PATA_ISAPNP
976 tristate "ISA Plug and Play PATA support"
977 depends on ISAPNP
978 help
979 This option enables support for ISA plug & play ATA
980 controllers such as those found on old soundcards.
981
982 If unsure, say N.
983
984config PATA_IXP4XX_CF
985 tristate "IXP4XX Compact Flash support"
986 depends on ARCH_IXP4XX
987 help
988 This option enables support for a Compact Flash connected on
989 the ixp4xx expansion bus. This driver had been written for
990 Loft/Avila boards in mind but can work with others.
991
992 If unsure, say N.
993
994config PATA_MPIIX
995 tristate "Intel PATA MPIIX support"
996 depends on PCI
997 help
998 This option enables support for MPIIX PATA support.
999
1000 If unsure, say N.
1001
1002config PATA_NS87410
1003 tristate "Nat Semi NS87410 PATA support"
1004 depends on PCI
1005 help
1006 This option enables support for the National Semiconductor
1007 NS87410 PCI-IDE controller.
1008
1009 If unsure, say N.
1010
1011config PATA_OPTI
1012 tristate "OPTI621/6215 PATA support (Very Experimental)"
48b3de21 1013 depends on PCI
9a7780c9
TH
1014 help
1015 This option enables full PIO support for the early Opti ATA
1016 controllers found on some old motherboards.
1017
1018 If unsure, say N.
1019
1020config PATA_PALMLD
1021 tristate "Palm LifeDrive PATA support"
1022 depends on MACH_PALMLD
1023 help
1024 This option enables support for Palm LifeDrive's internal ATA
1025 port via the new ATA layer.
1026
1027 If unsure, say N.
1028
1029config PATA_PCMCIA
1030 tristate "PCMCIA PATA support"
1031 depends on PCMCIA
1032 help
1033 This option enables support for PCMCIA ATA interfaces, including
1034 compact flash card adapters via the new ATA layer.
1035
1036 If unsure, say N.
7e45b0e5 1037
a20c9e82
PM
1038config PATA_PLATFORM
1039 tristate "Generic platform device PATA support"
6a108a14 1040 depends on EXPERT || PPC || HAVE_PATA_PLATFORM
a20c9e82
PM
1041 help
1042 This option enables support for generic directly connected ATA
1043 devices commonly found on embedded systems.
1044
1045 If unsure, say N.
61f71621
AV
1046
1047config PATA_OF_PLATFORM
1048 tristate "OpenFirmware platform device PATA support"
d0643aa1 1049 depends on PATA_PLATFORM && OF
61f71621
AV
1050 help
1051 This option enables support for generic directly connected ATA
1052 devices commonly found on embedded systems with OpenFirmware
1053 bindings.
1054
1055 If unsure, say N.
a20c9e82 1056
9a7780c9
TH
1057config PATA_QDI
1058 tristate "QDI VLB PATA support"
1059 depends on ISA
0dcd0a76 1060 select PATA_LEGACY
73b6a2be 1061 help
9a7780c9 1062 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
73b6a2be 1063
9a7780c9
TH
1064config PATA_RB532
1065 tristate "RouterBoard 532 PATA CompactFlash support"
1066 depends on MIKROTIK_RB532
0df0d0a0 1067 help
9a7780c9
TH
1068 This option enables support for the RouterBoard 532
1069 PATA CompactFlash controller.
0df0d0a0
AZ
1070
1071 If unsure, say N.
1072
9a7780c9
TH
1073config PATA_RZ1000
1074 tristate "PC Tech RZ1000 PATA support"
1075 depends on PCI
3c929c6f 1076 help
9a7780c9
TH
1077 This option enables basic support for the PC Tech RZ1000/1
1078 PATA controllers via the new ATA layer
3c929c6f
DD
1079
1080 If unsure, say N.
1081
155bf48f
AK
1082config PATA_SAMSUNG_CF
1083 tristate "Samsung SoC PATA support"
1084 depends on SAMSUNG_DEV_IDE
1085 help
1086 This option enables basic support for Samsung's S3C/S5P board
1087 PATA controllers via the new ATA layer
1088
1089 If unsure, say N.
1090
9a7780c9
TH
1091config PATA_WINBOND_VLB
1092 tristate "Winbond W83759A VLB PATA support (Experimental)"
48b3de21 1093 depends on ISA
6d981b9a 1094 select PATA_LEGACY
a619f981 1095 help
9a7780c9
TH
1096 Support for the Winbond W83759A controller on Vesa Local Bus
1097 systems.
a619f981 1098
9a7780c9 1099comment "Generic fallback / legacy drivers"
a619f981 1100
9a7780c9
TH
1101config PATA_ACPI
1102 tristate "ACPI firmware driver for PATA"
1103 depends on ATA_ACPI && ATA_BMDMA
07ab85de 1104 help
9a7780c9
TH
1105 This option enables an ACPI method driver which drives
1106 motherboard PATA controller interfaces through the ACPI
1107 firmware in the BIOS. This driver can sometimes handle
1108 otherwise unsupported hardware.
07ab85de 1109
9a7780c9
TH
1110config ATA_GENERIC
1111 tristate "Generic ATA support"
1112 depends on PCI && ATA_BMDMA
d830d173 1113 help
9a7780c9
TH
1114 This option enables support for generic BIOS configured
1115 ATA controllers via the new ATA layer
d830d173
SZ
1116
1117 If unsure, say N.
1118
9a7780c9
TH
1119config PATA_LEGACY
1120 tristate "Legacy ISA PATA support (Experimental)"
48b3de21 1121 depends on (ISA || PCI)
88358ab0 1122 help
9a7780c9
TH
1123 This option enables support for ISA/VLB/PCI bus legacy PATA
1124 ports and allows them to be accessed via the new ATA layer.
88358ab0 1125
9a7780c9 1126 If unsure, say N.
88358ab0 1127
127102ae 1128endif # ATA_SFF
b196fc69 1129endif # ATA