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