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