blob: 11ec911016c6ab3e81cefe7e202c4cc4c95762f0 [file] [log] [blame]
Jeff Garzik421b20b2006-08-14 14:27:36 -04001#
2# SATA/PATA driver configuration
3#
4
Jan Engelhardtb196fc62007-05-10 22:48:54 -07005menuconfig ATA
Robert Hancock097dac92009-11-12 20:13:40 -06006 tristate "Serial ATA and Parallel ATA drivers"
Martin Schwidefskye25df122007-05-10 15:45:57 +02007 depends on HAS_IOMEM
Adrian Bunkbf2d4012006-10-20 14:39:35 -07008 depends on BLOCK
Al Viro9317fd42006-09-24 23:40:00 +01009 depends on !(M32R || M68K) || BROKEN
Jeff Garzik81ce3c42006-08-24 02:41:25 -040010 select SCSI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040011 ---help---
12 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
13 any other ATA device under Linux, say Y and make sure that you know
14 the name of your ATA host adapter (the card inside your computer
15 that "speaks" the ATA protocol, also called ATA controller),
16 because you will be asked for it.
17
Randy Dunlapabcdceb2007-06-11 11:59:34 -070018 NOTE: ATA enables basic SCSI support; *however*,
19 'SCSI disk support', 'SCSI tape support', or
20 'SCSI CDROM support' may also be needed,
21 depending on your hardware configuration.
22
Jeff Garzik81ce3c42006-08-24 02:41:25 -040023if ATA
24
David Woodhouse8cdf92a2007-01-01 19:31:15 +000025config ATA_NONSTANDARD
26 bool
27 default n
28
Robert Hancock65211482009-07-14 20:43:39 -060029config ATA_VERBOSE_ERROR
30 bool "Verbose ATA error reporting"
31 default y
32 help
33 This option adds parsing of ATA command descriptions and error bits
34 in libata kernel output, making it easier to interpret.
35 This option will enlarge the kernel by approx. 6KB. Disable it only
36 if kernel size is more important than ease of debugging.
37
38 If unsure, say Y.
39
Tejun Heoe92351b2007-05-05 23:50:38 +090040config ATA_ACPI
Chris Wedgwoodc30484d2008-03-18 15:06:48 -070041 bool "ATA ACPI Support"
Tejun Heoe92351b2007-05-05 23:50:38 +090042 depends on ACPI && PCI
43 default y
44 help
45 This option adds support for ATA-related ACPI objects.
46 These ACPI objects add the ability to retrieve taskfiles
47 from the ACPI BIOS and write them to the disk controller.
48 These objects may be related to performance, security,
49 power management, or other areas.
50 You can disable this at kernel boot time by using the
51 option libata.noacpi=1
52
Tejun Heo88fcd562008-04-07 22:47:22 +090053config SATA_PMP
54 bool "SATA Port Multiplier support"
55 default y
56 help
Jeff Garzikf3360eb2008-04-17 15:55:24 -040057 This option adds support for SATA Port Multipliers
58 (the SATA version of an ethernet hub, or SAS expander).
Tejun Heo88fcd562008-04-07 22:47:22 +090059
Tejun Heo9a7780c2010-05-19 22:10:24 +020060comment "Controllers with non-SFF native interface"
61
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040062config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040063 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040064 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040065 help
66 This option enables support for AHCI Serial ATA.
67
68 If unsure, say N.
69
Anton Vorontsov1c2a49f2010-03-04 20:06:06 +030070config SATA_AHCI_PLATFORM
71 tristate "Platform AHCI SATA support"
72 help
73 This option enables support for Platform AHCI Serial ATA
74 controllers.
75
76 If unsure, say N.
77
Tejun Heo9a7780c2010-05-19 22:10:24 +020078config SATA_FSL
79 tristate "Freescale 3.0Gbps SATA support"
80 depends on FSL_SOC
Tejun Heo127102a2008-04-07 22:47:21 +090081 help
Tejun Heo9a7780c2010-05-19 22:10:24 +020082 This option enables support for Freescale 3.0Gbps SATA controller.
83 It can be found on MPC837x and MPC8315.
Tejun Heo127102a2008-04-07 22:47:21 +090084
85 If unsure, say N.
86
Tejun Heo6f791462010-05-10 21:41:26 +020087config SATA_INIC162X
88 tristate "Initio 162x SATA support"
89 depends on PCI
90 help
91 This option enables support for Initio 162x Serial ATA.
92
Tejun Heo9a7780c2010-05-19 22:10:24 +020093config SATA_SIL24
94 tristate "Silicon Image 3124/3132 SATA support"
95 depends on PCI
Tejun Heo127102a2008-04-07 22:47:21 +090096 help
Tejun Heo9a7780c2010-05-19 22:10:24 +020097 This option enables support for Silicon Image 3124/3132 Serial ATA.
Tejun Heo127102a2008-04-07 22:47:21 +090098
99 If unsure, say N.
100
101config ATA_SFF
102 bool "ATA SFF support"
103 default y
104 help
105 This option adds support for ATA controllers with SFF
106 compliant or similar programming interface.
107
Jeff Garzikf3360eb2008-04-17 15:55:24 -0400108 SFF is the legacy IDE interface that has been around since
109 the dawn of time. Almost all PATA controllers have an
110 SFF interface. Many SATA controllers have an SFF interface
111 when configured into a legacy compatibility mode.
112
113 For users with exclusively modern controllers like AHCI,
114 Silicon Image 3124, or Marvell 6440, you may choose to
Matt LaPlante692105b2009-01-26 11:12:25 +0100115 disable this unneeded SFF support.
Jeff Garzikf3360eb2008-04-17 15:55:24 -0400116
117 If unsure, say Y.
118
Tejun Heo127102a2008-04-07 22:47:21 +0900119if ATA_SFF
120
Tejun Heo9a7780c2010-05-19 22:10:24 +0200121comment "SFF controllers with custom DMA interface"
122
123config PDC_ADMA
124 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400125 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400126 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200127 This option enables support for Pacific Digital ADMA controllers
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400128
129 If unsure, say N.
130
Tejun Heo9a7780c2010-05-19 22:10:24 +0200131config PATA_MPC52xx
132 tristate "Freescale MPC52xx SoC internal IDE"
133 depends on PPC_MPC52xx && PPC_BESTCOMM
134 select PPC_BESTCOMM_ATA
135 help
136 This option enables support for integrated IDE controller
137 of the Freescale MPC52xx SoC.
138
139 If unsure, say N.
140
141config PATA_OCTEON_CF
142 tristate "OCTEON Boot Bus Compact Flash support"
143 depends on CPU_CAVIUM_OCTEON
144 help
145 This option enables a polled compact flash driver for use with
146 compact flash cards attached to the OCTEON boot bus.
147
148 If unsure, say N.
149
150config SATA_QSTOR
151 tristate "Pacific Digital SATA QStor support"
152 depends on PCI
153 help
154 This option enables support for Pacific Digital Serial ATA QStor.
155
156 If unsure, say N.
157
158config SATA_SX4
159 tristate "Promise SATA SX4 support (Experimental)"
160 depends on PCI && EXPERIMENTAL
161 help
162 This option enables support for Promise Serial ATA SX4.
163
164 If unsure, say N.
165
166config ATA_BMDMA
167 bool "ATA BMDMA support"
168 default y
169 help
170 This option adds support for SFF ATA controllers with BMDMA
Stefan Richtered4e2f82010-05-29 12:47:45 +0200171 capability. BMDMA stands for bus-master DMA and is the
172 de facto DMA interface for SFF controllers.
Tejun Heo9a7780c2010-05-19 22:10:24 +0200173
Stefan Richtered4e2f82010-05-29 12:47:45 +0200174 If unsure, say Y.
Tejun Heo9a7780c2010-05-19 22:10:24 +0200175
176if ATA_BMDMA
177
178comment "SATA SFF controllers with BMDMA"
179
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400180config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +0000181 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400182 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400183 help
Alan2bfc3612006-12-16 12:54:29 +0000184 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +0000185 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
186 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400187
188 If unsure, say N.
189
Rupjyoti Sarmah62936002010-07-06 16:36:03 +0530190config SATA_DWC
191 tristate "DesignWare Cores SATA support"
192 depends on 460EX
193 help
194 This option enables support for the on-chip SATA controller of the
195 AppliedMicro processor 460EX.
196
197 If unsure, say N.
198
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400199config SATA_MV
Mark Lordf9228c72009-01-21 10:34:17 -0500200 tristate "Marvell SATA support"
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400201 help
202 This option enables support for the Marvell Serial ATA family.
Mark Lordf9228c72009-01-21 10:34:17 -0500203 Currently supports 88SX[56]0[48][01] PCI(-X) chips,
204 as well as the newer [67]042 PCI-X/PCIe and SOC devices.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400205
206 If unsure, say N.
207
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400208config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400209 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400210 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400211 help
212 This option enables support for NVIDIA Serial ATA.
213
214 If unsure, say N.
215
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400216config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400217 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400218 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400219 help
220 This option enables support for Promise Serial ATA TX2/TX4.
221
222 If unsure, say N.
223
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400224config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400225 tristate "Silicon Image SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400226 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400227 help
228 This option enables support for Silicon Image Serial ATA.
229
230 If unsure, say N.
231
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400232config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000233 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400234 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000235 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400236 help
Jeff Garzika617c092007-05-21 20:14:23 -0400237 This option enables support for SiS Serial ATA on
Alan9b14dec2007-01-08 16:11:07 +0000238 SiS 964/965/966/180 and Parallel ATA on SiS 180.
239 The PATA support for SiS 180 requires additionally to
240 enable the PATA_SIS driver in the config.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400241 If unsure, say N.
242
Tejun Heo9a7780c2010-05-19 22:10:24 +0200243config SATA_SVW
244 tristate "ServerWorks Frodo / Apple K2 SATA support"
245 depends on PCI
246 help
247 This option enables support for Broadcom/Serverworks/Apple K2
248 SATA support.
249
250 If unsure, say N.
251
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400252config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400253 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400254 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400255 help
256 This option enables support for ULi Electronics SATA.
257
258 If unsure, say N.
259
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400260config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400261 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400262 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400263 help
264 This option enables support for VIA Serial ATA.
265
266 If unsure, say N.
267
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400268config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400269 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400270 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400271 help
272 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
273
274 If unsure, say N.
275
Tejun Heo9a7780c2010-05-19 22:10:24 +0200276comment "PATA SFF controllers with BMDMA"
Alan Cox025621f2007-10-04 21:32:58 +0100277
Jeff Garzik669a5db2006-08-29 18:12:40 -0400278config PATA_ALI
Alan Coxe3389cb2008-12-05 19:43:03 +0000279 tristate "ALi PATA support"
280 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400281 help
282 This option enables support for the ALi ATA interfaces
283 found on the many ALi chipsets.
284
285 If unsure, say N.
286
287config PATA_AMD
Alan Cox942d0942007-03-08 23:24:49 +0000288 tristate "AMD/NVidia PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400289 depends on PCI
290 help
291 This option enables support for the AMD and NVidia PATA
292 interfaces found on the chipsets for Athlon/Athlon64.
293
294 If unsure, say N.
295
296config PATA_ARTOP
Alan Coxc645fd32007-09-20 14:58:48 +0100297 tristate "ARTOP 6210/6260 PATA support"
298 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400299 help
300 This option enables support for ARTOP PATA controllers.
301
302 If unsure, say N.
303
304config PATA_ATIIXP
Alan Coxc645fd32007-09-20 14:58:48 +0100305 tristate "ATI PATA support"
306 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400307 help
308 This option enables support for the ATI ATA interfaces
309 found on the many ATI chipsets.
310
311 If unsure, say N.
312
Tejun Heo9a7780c2010-05-19 22:10:24 +0200313config PATA_ATP867X
314 tristate "ARTOP/Acard ATP867X PATA support"
315 depends on PCI
Alan Coxb2248da2007-03-06 02:38:11 -0800316 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200317 This option enables support for ARTOP/Acard ATP867X PATA
318 controllers.
319
320 If unsure, say N.
321
322config PATA_BF54X
323 tristate "Blackfin 54x ATAPI support"
324 depends on BF542 || BF548 || BF549
325 help
326 This option enables support for the built-in ATAPI controller on
327 Blackfin 54x family chips.
Alan Coxb2248da2007-03-06 02:38:11 -0800328
329 If unsure, say N.
330
Jeff Garzik669a5db2006-08-29 18:12:40 -0400331config PATA_CMD64X
Alan Coxc645fd32007-09-20 14:58:48 +0100332 tristate "CMD64x PATA support"
333 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400334 help
335 This option enables support for the CMD64x series chips
336 except for the CMD640.
337
338 If unsure, say N.
339
340config PATA_CS5520
341 tristate "CS5510/5520 PATA support"
342 depends on PCI
343 help
344 This option enables support for the Cyrix 5510/5520
345 companion chip used with the MediaGX/Geode processor family.
346
347 If unsure, say N.
348
349config PATA_CS5530
Alan Coxe3389cb2008-12-05 19:43:03 +0000350 tristate "CS5530 PATA support"
351 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400352 help
353 This option enables support for the Cyrix/NatSemi/AMD CS5530
354 companion chip used with the MediaGX/Geode processor family.
355
356 If unsure, say N.
357
358config PATA_CS5535
359 tristate "CS5535 PATA support (Experimental)"
360 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
361 help
362 This option enables support for the NatSemi/AMD CS5535
363 companion chip used with the Geode processor family.
364
365 If unsure, say N.
366
Martin K. Petersen3957df62007-10-11 03:38:19 -0400367config PATA_CS5536
Alan Coxe3389cb2008-12-05 19:43:03 +0000368 tristate "CS5536 PATA support"
369 depends on PCI && X86 && !X86_64
Martin K. Petersen3957df62007-10-11 03:38:19 -0400370 help
371 This option enables support for the AMD CS5536
372 companion chip used with the Geode LX processor family.
373
374 If unsure, say N.
375
Jeff Garzik669a5db2006-08-29 18:12:40 -0400376config PATA_CYPRESS
377 tristate "Cypress CY82C693 PATA support (Very Experimental)"
378 depends on PCI && EXPERIMENTAL
379 help
380 This option enables support for the Cypress/Contaq CY82C693
381 chipset found in some Alpha systems
382
383 If unsure, say N.
384
385config PATA_EFAR
386 tristate "EFAR SLC90E66 support"
387 depends on PCI
388 help
389 This option enables support for the EFAR SLC90E66
390 IDE controller found on some older machines.
391
392 If unsure, say N.
393
Jeff Garzik669a5db2006-08-29 18:12:40 -0400394config PATA_HPT366
Alan Coxc645fd32007-09-20 14:58:48 +0100395 tristate "HPT 366/368 PATA support"
396 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400397 help
398 This option enables support for the HPT 366 and 368
399 PATA controllers via the new ATA layer.
400
401 If unsure, say N.
402
403config PATA_HPT37X
Alan Coxbe315d42009-11-30 13:23:00 +0000404 tristate "HPT 370/370A/371/372/374/302 PATA support"
405 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400406 help
407 This option enables support for the majority of the later HPT
408 PATA controllers via the new ATA layer.
409
410 If unsure, say N.
411
412config PATA_HPT3X2N
Alan Coxbe315d42009-11-30 13:23:00 +0000413 tristate "HPT 372N/302N PATA support"
414 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400415 help
416 This option enables support for the N variant HPT PATA
417 controllers via the new ATA layer
418
419 If unsure, say N.
420
421config PATA_HPT3X3
Alan Cox66e7da42007-07-09 11:46:22 -0700422 tristate "HPT 343/363 PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400423 depends on PCI
424 help
425 This option enables support for the HPT 343/363
426 PATA controllers via the new ATA layer
427
428 If unsure, say N.
429
Alan Cox66e7da42007-07-09 11:46:22 -0700430config PATA_HPT3X3_DMA
Alan Coxbe315d42009-11-30 13:23:00 +0000431 bool "HPT 343/363 DMA support"
Alan Cox66e7da42007-07-09 11:46:22 -0700432 depends on PATA_HPT3X3
433 help
434 This option enables DMA support for the HPT343/363
435 controllers. Enable with care as there are still some
436 problems with DMA on this chipset.
437
Tejun Heo9a7780c2010-05-19 22:10:24 +0200438config PATA_ICSIDE
439 tristate "Acorn ICS PATA support"
440 depends on ARM && ARCH_ACORN
Jeff Garzik669a5db2006-08-29 18:12:40 -0400441 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200442 On Acorn systems, say Y here if you wish to use the ICS PATA
443 interface card. This is not required for ICS partition support.
444 If you are unsure, say N to this.
445
446config PATA_IT8213
447 tristate "IT8213 PATA support (Experimental)"
448 depends on PCI && EXPERIMENTAL
449 help
450 This option enables support for the ITE 821 PATA
451 controllers via the new ATA layer.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400452
453 If unsure, say N.
454
Jeff Garzik669a5db2006-08-29 18:12:40 -0400455config PATA_IT821X
Alan Cox942d0942007-03-08 23:24:49 +0000456 tristate "IT8211/2 PATA support"
457 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400458 help
459 This option enables support for the ITE 8211 and 8212
460 PATA controllers via the new ATA layer, including RAID
461 mode.
462
463 If unsure, say N.
464
Jeff Garzik406176e2006-09-06 10:48:19 -0400465config PATA_JMICRON
466 tristate "JMicron PATA support"
467 depends on PCI
468 help
469 Enable support for the JMicron IDE controller, via the new
470 ATA layer.
471
472 If unsure, say N.
473
Tejun Heo9a7780c2010-05-19 22:10:24 +0200474config PATA_MACIO
475 tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
476 depends on PPC_PMAC
Jeff Garzik669a5db2006-08-29 18:12:40 -0400477 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200478 Most IDE capable PowerMacs have IDE busses driven by a variant
479 of this controller which is part of the Apple chipset used on
480 most PowerMac models. Some models have multiple busses using
481 different chipsets, though generally, MacIO is one of them.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400482
Alan Cox75742cb2006-10-16 16:40:06 +0100483config PATA_MARVELL
484 tristate "Marvell PATA support via legacy mode"
485 depends on PCI
486 help
Alan Cox5b66c822008-09-03 14:48:34 +0100487 This option enables limited support for the Marvell 88SE61xx ATA
488 controllers. If you wish to use only the SATA ports then select
489 the AHCI driver alone. If you wish to the use the PATA port or
490 both SATA and PATA include this driver.
Alan Cox75742cb2006-10-16 16:40:06 +0100491
492 If unsure, say N.
493
Jeff Garzik669a5db2006-08-29 18:12:40 -0400494config PATA_NETCELL
495 tristate "NETCELL Revolution RAID support"
496 depends on PCI
497 help
498 This option enables support for the Netcell Revolution RAID
499 PATA controller.
500
501 If unsure, say N.
502
Alan Cox51dbd492007-11-19 14:45:53 +0000503config PATA_NINJA32
Alan Coxbe315d42009-11-30 13:23:00 +0000504 tristate "Ninja32/Delkin Cardbus ATA support"
505 depends on PCI
Alan Cox51dbd492007-11-19 14:45:53 +0000506 help
507 This option enables support for the Ninja32, Delkin and
508 possibly other brands of Cardbus ATA adapter
509
510 If unsure, say N.
511
Alan Coxc4b5b7b2007-09-29 02:35:10 -0400512config PATA_NS87415
Alan Coxe3389cb2008-12-05 19:43:03 +0000513 tristate "Nat Semi NS87415 PATA support"
514 depends on PCI
Alan Coxc4b5b7b2007-09-29 02:35:10 -0400515 help
516 This option enables support for the National Semiconductor
517 NS87415 PCI-IDE controller.
518
519 If unsure, say N.
520
Tejun Heo9a7780c2010-05-19 22:10:24 +0200521config PATA_OLDPIIX
522 tristate "Intel PATA old PIIX support"
523 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400524 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200525 This option enables support for early PIIX PATA support.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400526
527 If unsure, say N.
528
529config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800530 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400531 depends on PCI && EXPERIMENTAL
532 help
533 This option enables DMA/PIO support for the later OPTi
534 controllers found on some old motherboards and in some
David Sterba3dde6ad2007-05-09 07:12:20 +0200535 laptops.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400536
537 If unsure, say N.
538
Alan Coxbe315d42009-11-30 13:23:00 +0000539config PATA_PDC2027X
540 tristate "Promise PATA 2027x support"
541 depends on PCI
542 help
543 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
544
545 If unsure, say N.
546
Jeff Garzik669a5db2006-08-29 18:12:40 -0400547config PATA_PDC_OLD
Alan Coxe3389cb2008-12-05 19:43:03 +0000548 tristate "Older Promise PATA controller support"
549 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400550 help
551 This option enables support for the Promise 20246, 20262, 20263,
552 20265 and 20267 adapters.
553
554 If unsure, say N.
555
Jeff Garzik669a5db2006-08-29 18:12:40 -0400556config PATA_RADISYS
Alan Coxe3389cb2008-12-05 19:43:03 +0000557 tristate "RADISYS 82600 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400558 depends on PCI && EXPERIMENTAL
559 help
560 This option enables support for the RADISYS 82600
561 PATA controllers via the new ATA layer
562
563 If unsure, say N.
564
Alan Cox6b406782009-06-24 18:29:44 +0100565config PATA_RDC
566 tristate "RDC PATA support"
567 depends on PCI
568 help
569 This option enables basic support for the later RDC PATA controllers
570 controllers via the new ATA layer. For the RDC 1010, you need to
571 enable the IT821X driver instead.
572
573 If unsure, say N.
574
Jeff Garzik669a5db2006-08-29 18:12:40 -0400575config PATA_SC1200
Alan Coxe3389cb2008-12-05 19:43:03 +0000576 tristate "SC1200 PATA support"
577 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400578 help
579 This option enables support for the NatSemi/AMD SC1200 SoC
580 companion chip used with the Geode processor family.
581
582 If unsure, say N.
583
Tejun Heo9a7780c2010-05-19 22:10:24 +0200584config PATA_SCC
585 tristate "Toshiba's Cell Reference Set IDE support"
586 depends on PCI && PPC_CELLEB
587 help
588 This option enables support for the built-in IDE controller on
589 Toshiba Cell Reference Board.
590
591 If unsure, say N.
592
593config PATA_SCH
594 tristate "Intel SCH PATA support"
595 depends on PCI
596 help
597 This option enables support for Intel SCH PATA on the Intel
598 SCH (US15W, US15L, UL11L) series host controllers.
599
600 If unsure, say N.
601
Jeff Garzik669a5db2006-08-29 18:12:40 -0400602config PATA_SERVERWORKS
Alan Cox942d0942007-03-08 23:24:49 +0000603 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
604 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400605 help
606 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
607 HT1000 PATA controllers, via the new ATA layer.
608
609 If unsure, say N.
610
Jeff Garzik669a5db2006-08-29 18:12:40 -0400611config PATA_SIL680
612 tristate "CMD / Silicon Image 680 PATA support"
613 depends on PCI
614 help
615 This option enables support for CMD / Silicon Image 680 PATA.
616
617 If unsure, say N.
618
619config PATA_SIS
Alan Coxe3389cb2008-12-05 19:43:03 +0000620 tristate "SiS PATA support"
621 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400622 help
623 This option enables support for SiS PATA controllers
624
625 If unsure, say N.
626
Alan Cox8e182a92009-11-30 13:23:11 +0000627config PATA_TOSHIBA
628 tristate "Toshiba Piccolo support (Experimental)"
629 depends on PCI && EXPERIMENTAL
630 help
631 Support for the Toshiba Piccolo controllers. Currently only the
632 primary channel is supported by this driver.
633
634 If unsure, say N.
635
Tejun Heo9a7780c2010-05-19 22:10:24 +0200636config PATA_TRIFLEX
637 tristate "Compaq Triflex PATA support"
638 depends on PCI
639 help
640 Enable support for the Compaq 'Triflex' IDE controller as found
641 on many Compaq Pentium-Pro systems, via the new ATA layer.
642
643 If unsure, say N.
644
Jeff Garzik669a5db2006-08-29 18:12:40 -0400645config PATA_VIA
646 tristate "VIA PATA support"
647 depends on PCI
648 help
649 This option enables support for the VIA PATA interfaces
650 found on the many VIA chipsets.
651
652 If unsure, say N.
653
Marek Vasut2dc6c6f2010-05-21 03:12:44 +0200654config PATA_PXA
655 tristate "PXA DMA-capable PATA support"
656 depends on ARCH_PXA
657 help
658 This option enables support for harddrive attached to PXA CPU's bus.
659
660 NOTE: This driver utilizes PXA DMA controller, in case your hardware
661 is not capable of doing MWDMA, use pata_platform instead.
662
663 If unsure, say N.
664
Jeff Garzik669a5db2006-08-29 18:12:40 -0400665config PATA_WINBOND
666 tristate "Winbond SL82C105 PATA support"
667 depends on PCI
668 help
669 This option enables support for SL82C105 PATA devices found in the
670 Netwinder and some other systems
671
672 If unsure, say N.
673
Tejun Heo9a7780c2010-05-19 22:10:24 +0200674endif # ATA_BMDMA
675
676comment "PIO-only SFF controllers"
677
678config PATA_AT32
679 tristate "Atmel AVR32 PATA support (Experimental)"
680 depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
Alan Cox7e45b0e2006-09-29 18:30:05 +0100681 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200682 This option enables support for the IDE devices on the
683 Atmel AT32AP platform.
684
685 If unsure, say N.
686
687config PATA_AT91
688 tristate "PATA support for AT91SAM9260"
689 depends on ARM && ARCH_AT91
690 help
691 This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.
692
693 If unsure, say N.
694
695config PATA_CMD640_PCI
696 tristate "CMD640 PCI PATA support (Experimental)"
697 depends on PCI && EXPERIMENTAL
698 help
699 This option enables support for the CMD640 PCI IDE
700 interface chip. Only the primary channel is currently
701 supported.
702
703 If unsure, say N.
704
705config PATA_ISAPNP
706 tristate "ISA Plug and Play PATA support"
707 depends on ISAPNP
708 help
709 This option enables support for ISA plug & play ATA
710 controllers such as those found on old soundcards.
711
712 If unsure, say N.
713
714config PATA_IXP4XX_CF
715 tristate "IXP4XX Compact Flash support"
716 depends on ARCH_IXP4XX
717 help
718 This option enables support for a Compact Flash connected on
719 the ixp4xx expansion bus. This driver had been written for
720 Loft/Avila boards in mind but can work with others.
721
722 If unsure, say N.
723
724config PATA_MPIIX
725 tristate "Intel PATA MPIIX support"
726 depends on PCI
727 help
728 This option enables support for MPIIX PATA support.
729
730 If unsure, say N.
731
732config PATA_NS87410
733 tristate "Nat Semi NS87410 PATA support"
734 depends on PCI
735 help
736 This option enables support for the National Semiconductor
737 NS87410 PCI-IDE controller.
738
739 If unsure, say N.
740
741config PATA_OPTI
742 tristate "OPTI621/6215 PATA support (Very Experimental)"
743 depends on PCI && EXPERIMENTAL
744 help
745 This option enables full PIO support for the early Opti ATA
746 controllers found on some old motherboards.
747
748 If unsure, say N.
749
750config PATA_PALMLD
751 tristate "Palm LifeDrive PATA support"
752 depends on MACH_PALMLD
753 help
754 This option enables support for Palm LifeDrive's internal ATA
755 port via the new ATA layer.
756
757 If unsure, say N.
758
759config PATA_PCMCIA
760 tristate "PCMCIA PATA support"
761 depends on PCMCIA
762 help
763 This option enables support for PCMCIA ATA interfaces, including
764 compact flash card adapters via the new ATA layer.
765
766 If unsure, say N.
Alan Cox7e45b0e2006-09-29 18:30:05 +0100767
Ben Dookscc18e0f2008-06-16 12:16:26 +0100768config HAVE_PATA_PLATFORM
769 bool
770 help
771 This is an internal configuration node for any machine that
772 uses pata-platform driver to enable the relevant driver in the
773 configuration structure without having to submit endless patches
774 to update the PATA_PLATFORM entry.
775
Paul Mundta20c9e82006-10-27 19:08:48 -0700776config PATA_PLATFORM
777 tristate "Generic platform device PATA support"
Ben Dooks2ad69672008-09-26 18:12:52 +0100778 depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
Paul Mundta20c9e82006-10-27 19:08:48 -0700779 help
780 This option enables support for generic directly connected ATA
781 devices commonly found on embedded systems.
782
783 If unsure, say N.
784
Anton Vorontsov61f71622008-01-09 22:10:41 +0300785config PATA_OF_PLATFORM
786 tristate "OpenFirmware platform device PATA support"
787 depends on PATA_PLATFORM && PPC_OF
788 help
789 This option enables support for generic directly connected ATA
790 devices commonly found on embedded systems with OpenFirmware
791 bindings.
792
793 If unsure, say N.
794
Tejun Heo9a7780c2010-05-19 22:10:24 +0200795config PATA_QDI
796 tristate "QDI VLB PATA support"
797 depends on ISA
Russell King73b6a2b2007-05-03 09:55:52 +0100798 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200799 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
Russell King73b6a2b2007-05-03 09:55:52 +0100800
Tejun Heo9a7780c2010-05-19 22:10:24 +0200801config PATA_RB532
802 tristate "RouterBoard 532 PATA CompactFlash support"
803 depends on MIKROTIK_RB532
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500804 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200805 This option enables support for the RouterBoard 532
806 PATA CompactFlash controller.
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500807
808 If unsure, say N.
809
Tejun Heo9a7780c2010-05-19 22:10:24 +0200810config PATA_RZ1000
811 tristate "PC Tech RZ1000 PATA support"
Alek Du07ab85d2008-05-06 21:31:41 +0800812 depends on PCI
813 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200814 This option enables basic support for the PC Tech RZ1000/1
815 PATA controllers via the new ATA layer
Alek Du07ab85d2008-05-06 21:31:41 +0800816
817 If unsure, say N.
818
Abhilash Kesavan155bf482010-07-13 13:23:05 +0900819config PATA_SAMSUNG_CF
820 tristate "Samsung SoC PATA support"
821 depends on SAMSUNG_DEV_IDE
822 help
823 This option enables basic support for Samsung's S3C/S5P board
824 PATA controllers via the new ATA layer
825
826 If unsure, say N.
827
Tejun Heo9a7780c2010-05-19 22:10:24 +0200828config PATA_WINBOND_VLB
829 tristate "Winbond W83759A VLB PATA support (Experimental)"
830 depends on ISA && EXPERIMENTAL
Bartlomiej Zolnierkiewicz6d981b92009-11-25 07:08:33 +0000831 select PATA_LEGACY
Sonic Zhangd830d172007-08-21 13:12:31 +0800832 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200833 Support for the Winbond W83759A controller on Vesa Local Bus
834 systems.
835
836comment "Generic fallback / legacy drivers"
837
838config PATA_ACPI
839 tristate "ACPI firmware driver for PATA"
840 depends on ATA_ACPI && ATA_BMDMA
841 help
842 This option enables an ACPI method driver which drives
843 motherboard PATA controller interfaces through the ACPI
844 firmware in the BIOS. This driver can sometimes handle
845 otherwise unsupported hardware.
846
847config ATA_GENERIC
848 tristate "Generic ATA support"
849 depends on PCI && ATA_BMDMA
850 help
851 This option enables support for generic BIOS configured
852 ATA controllers via the new ATA layer
Sonic Zhangd830d172007-08-21 13:12:31 +0800853
854 If unsure, say N.
855
Tejun Heo9a7780c2010-05-19 22:10:24 +0200856config PATA_LEGACY
857 tristate "Legacy ISA PATA support (Experimental)"
858 depends on (ISA || PCI) && EXPERIMENTAL
Benjamin Herrenschmidt88358ab2009-12-01 14:36:29 +0000859 help
Tejun Heo9a7780c2010-05-19 22:10:24 +0200860 This option enables support for ISA/VLB/PCI bus legacy PATA
861 ports and allows them to be accessed via the new ATA layer.
Benjamin Herrenschmidt88358ab2009-12-01 14:36:29 +0000862
Tejun Heo9a7780c2010-05-19 22:10:24 +0200863 If unsure, say N.
Benjamin Herrenschmidt88358ab2009-12-01 14:36:29 +0000864
Tejun Heo127102a2008-04-07 22:47:21 +0900865endif # ATA_SFF
Jan Engelhardtb196fc62007-05-10 22:48:54 -0700866endif # ATA