blob: 3eb6035b61b8433ac5e8361907b8fc6865bf44db [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
6 tristate "Serial ATA (prod) and Parallel ATA (experimental) 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
Al Viro8abf1062006-09-24 23:41:00 +010010 depends on !SUN4 || BROKEN
Jeff Garzik81ce3c42006-08-24 02:41:25 -040011 select SCSI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040012 ---help---
13 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
14 any other ATA device under Linux, say Y and make sure that you know
15 the name of your ATA host adapter (the card inside your computer
16 that "speaks" the ATA protocol, also called ATA controller),
17 because you will be asked for it.
18
Randy Dunlapabcdceb2007-06-11 11:59:34 -070019 NOTE: ATA enables basic SCSI support; *however*,
20 'SCSI disk support', 'SCSI tape support', or
21 'SCSI CDROM support' may also be needed,
22 depending on your hardware configuration.
23
Jeff Garzik81ce3c42006-08-24 02:41:25 -040024if ATA
25
David Woodhouse8cdf92a2007-01-01 19:31:15 +000026config ATA_NONSTANDARD
27 bool
28 default n
29
Tejun Heoe92351b2007-05-05 23:50:38 +090030config ATA_ACPI
Chris Wedgwoodc30484d2008-03-18 15:06:48 -070031 bool "ATA ACPI Support"
Tejun Heoe92351b2007-05-05 23:50:38 +090032 depends on ACPI && PCI
Len Brown0ac4a3c2008-03-18 00:26:07 -040033 select ACPI_DOCK
Tejun Heoe92351b2007-05-05 23:50:38 +090034 default y
35 help
36 This option adds support for ATA-related ACPI objects.
37 These ACPI objects add the ability to retrieve taskfiles
38 from the ACPI BIOS and write them to the disk controller.
39 These objects may be related to performance, security,
40 power management, or other areas.
41 You can disable this at kernel boot time by using the
42 option libata.noacpi=1
43
Tejun Heo88fcd562008-04-07 22:47:22 +090044config SATA_PMP
45 bool "SATA Port Multiplier support"
46 default y
47 help
48 This option adds support for SATA Port Multipliers.
49
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040050config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040051 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040052 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040053 help
54 This option enables support for AHCI Serial ATA.
55
56 If unsure, say N.
57
Tejun Heo127102a2008-04-07 22:47:21 +090058config SATA_SIL24
59 tristate "Silicon Image 3124/3132 SATA support"
60 depends on PCI
61 help
62 This option enables support for Silicon Image 3124/3132 Serial ATA.
63
64 If unsure, say N.
65
66config SATA_FSL
67 tristate "Freescale 3.0Gbps SATA support"
68 depends on FSL_SOC
69 help
70 This option enables support for Freescale 3.0Gbps SATA controller.
71 It can be found on MPC837x and MPC8315.
72
73 If unsure, say N.
74
75config ATA_SFF
76 bool "ATA SFF support"
77 default y
78 help
79 This option adds support for ATA controllers with SFF
80 compliant or similar programming interface.
81
82if ATA_SFF
83
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040084config SATA_SVW
Jeff Garzikc6fd2802006-08-10 07:31:37 -040085 tristate "ServerWorks Frodo / Apple K2 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040086 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040087 help
88 This option enables support for Broadcom/Serverworks/Apple K2
89 SATA support.
90
91 If unsure, say N.
92
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040093config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +000094 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040095 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040096 help
Alan2bfc3612006-12-16 12:54:29 +000097 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +000098 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
99 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400100
101 If unsure, say N.
102
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400103config SATA_MV
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400104 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
Saeed Bishara7bb3c522008-01-30 11:50:45 -1100105 depends on EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400106 help
107 This option enables support for the Marvell Serial ATA family.
108 Currently supports 88SX[56]0[48][01] chips.
109
110 If unsure, say N.
111
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400112config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400113 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400114 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400115 help
116 This option enables support for NVIDIA Serial ATA.
117
118 If unsure, say N.
119
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400120config PDC_ADMA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400121 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400122 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400123 help
124 This option enables support for Pacific Digital ADMA controllers
125
126 If unsure, say N.
127
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400128config SATA_QSTOR
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400129 tristate "Pacific Digital SATA QStor support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400130 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400131 help
132 This option enables support for Pacific Digital Serial ATA QStor.
133
134 If unsure, say N.
135
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400136config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400137 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400138 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400139 help
140 This option enables support for Promise Serial ATA TX2/TX4.
141
142 If unsure, say N.
143
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400144config SATA_SX4
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400145 tristate "Promise SATA SX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400146 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400147 help
148 This option enables support for Promise Serial ATA SX4.
149
150 If unsure, say N.
151
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400152config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400153 tristate "Silicon Image SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400154 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400155 help
156 This option enables support for Silicon Image Serial ATA.
157
158 If unsure, say N.
159
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400160config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000161 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400162 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000163 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400164 help
Jeff Garzika617c092007-05-21 20:14:23 -0400165 This option enables support for SiS Serial ATA on
Alan9b14dec2007-01-08 16:11:07 +0000166 SiS 964/965/966/180 and Parallel ATA on SiS 180.
167 The PATA support for SiS 180 requires additionally to
168 enable the PATA_SIS driver in the config.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400169 If unsure, say N.
170
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400171config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400172 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400173 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400174 help
175 This option enables support for ULi Electronics SATA.
176
177 If unsure, say N.
178
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400179config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400180 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400181 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400182 help
183 This option enables support for VIA Serial ATA.
184
185 If unsure, say N.
186
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400187config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400188 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400189 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400190 help
191 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
192
193 If unsure, say N.
194
Tejun Heo1fd7a692007-01-03 17:32:45 +0900195config SATA_INIC162X
196 tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
197 depends on PCI && EXPERIMENTAL
198 help
199 This option enables support for Initio 162x Serial ATA.
200
Alan Cox025621f2007-10-04 21:32:58 +0100201config PATA_ACPI
202 tristate "ACPI firmware driver for PATA"
203 depends on ATA_ACPI
204 help
205 This option enables an ACPI method driver which drives
206 motherboard PATA controller interfaces through the ACPI
207 firmware in the BIOS. This driver can sometimes handle
208 otherwise unsupported hardware.
209
Jeff Garzik669a5db2006-08-29 18:12:40 -0400210config PATA_ALI
211 tristate "ALi PATA support (Experimental)"
212 depends on PCI && EXPERIMENTAL
213 help
214 This option enables support for the ALi ATA interfaces
215 found on the many ALi chipsets.
216
217 If unsure, say N.
218
219config PATA_AMD
Alan Cox942d0942007-03-08 23:24:49 +0000220 tristate "AMD/NVidia PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400221 depends on PCI
222 help
223 This option enables support for the AMD and NVidia PATA
224 interfaces found on the chipsets for Athlon/Athlon64.
225
226 If unsure, say N.
227
228config PATA_ARTOP
Alan Coxc645fd32007-09-20 14:58:48 +0100229 tristate "ARTOP 6210/6260 PATA support"
230 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400231 help
232 This option enables support for ARTOP PATA controllers.
233
234 If unsure, say N.
235
Kristoffer Nyborg Gregertsen7c9ef8e2007-08-08 16:57:08 +0200236config PATA_AT32
237 tristate "Atmel AVR32 PATA support (Experimental)"
238 depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
239 help
240 This option enables support for the IDE devices on the
241 Atmel AT32AP platform.
242
243 If unsure, say N.
244
Jeff Garzik669a5db2006-08-29 18:12:40 -0400245config PATA_ATIIXP
Alan Coxc645fd32007-09-20 14:58:48 +0100246 tristate "ATI PATA support"
247 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400248 help
249 This option enables support for the ATI ATA interfaces
250 found on the many ATI chipsets.
251
252 If unsure, say N.
253
Alan Coxb2248da2007-03-06 02:38:11 -0800254config PATA_CMD640_PCI
255 tristate "CMD640 PCI PATA support (Very Experimental)"
256 depends on PCI && EXPERIMENTAL
257 help
258 This option enables support for the CMD640 PCI IDE
259 interface chip. Only the primary channel is currently
260 supported.
261
262 If unsure, say N.
263
Jeff Garzik669a5db2006-08-29 18:12:40 -0400264config PATA_CMD64X
Alan Coxc645fd32007-09-20 14:58:48 +0100265 tristate "CMD64x PATA support"
266 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400267 help
268 This option enables support for the CMD64x series chips
269 except for the CMD640.
270
271 If unsure, say N.
272
273config PATA_CS5520
274 tristate "CS5510/5520 PATA support"
275 depends on PCI
276 help
277 This option enables support for the Cyrix 5510/5520
278 companion chip used with the MediaGX/Geode processor family.
279
280 If unsure, say N.
281
282config PATA_CS5530
283 tristate "CS5530 PATA support (Experimental)"
284 depends on PCI && EXPERIMENTAL
285 help
286 This option enables support for the Cyrix/NatSemi/AMD CS5530
287 companion chip used with the MediaGX/Geode processor family.
288
289 If unsure, say N.
290
291config PATA_CS5535
292 tristate "CS5535 PATA support (Experimental)"
293 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
294 help
295 This option enables support for the NatSemi/AMD CS5535
296 companion chip used with the Geode processor family.
297
298 If unsure, say N.
299
Martin K. Petersen3957df62007-10-11 03:38:19 -0400300config PATA_CS5536
301 tristate "CS5536 PATA support (Experimental)"
302 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
303 help
304 This option enables support for the AMD CS5536
305 companion chip used with the Geode LX processor family.
306
307 If unsure, say N.
308
Jeff Garzik669a5db2006-08-29 18:12:40 -0400309config PATA_CYPRESS
310 tristate "Cypress CY82C693 PATA support (Very Experimental)"
311 depends on PCI && EXPERIMENTAL
312 help
313 This option enables support for the Cypress/Contaq CY82C693
314 chipset found in some Alpha systems
315
316 If unsure, say N.
317
318config PATA_EFAR
319 tristate "EFAR SLC90E66 support"
320 depends on PCI
321 help
322 This option enables support for the EFAR SLC90E66
323 IDE controller found on some older machines.
324
325 If unsure, say N.
326
327config ATA_GENERIC
328 tristate "Generic ATA support"
329 depends on PCI
330 help
331 This option enables support for generic BIOS configured
332 ATA controllers via the new ATA layer
333
334 If unsure, say N.
335
336config PATA_HPT366
Alan Coxc645fd32007-09-20 14:58:48 +0100337 tristate "HPT 366/368 PATA support"
338 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400339 help
340 This option enables support for the HPT 366 and 368
341 PATA controllers via the new ATA layer.
342
343 If unsure, say N.
344
345config PATA_HPT37X
Alan Cox942d0942007-03-08 23:24:49 +0000346 tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400347 depends on PCI && EXPERIMENTAL
348 help
349 This option enables support for the majority of the later HPT
350 PATA controllers via the new ATA layer.
351
352 If unsure, say N.
353
354config PATA_HPT3X2N
355 tristate "HPT 372N/302N PATA support (Very Experimental)"
356 depends on PCI && EXPERIMENTAL
357 help
358 This option enables support for the N variant HPT PATA
359 controllers via the new ATA layer
360
361 If unsure, say N.
362
363config PATA_HPT3X3
Alan Cox66e7da42007-07-09 11:46:22 -0700364 tristate "HPT 343/363 PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400365 depends on PCI
366 help
367 This option enables support for the HPT 343/363
368 PATA controllers via the new ATA layer
369
370 If unsure, say N.
371
Alan Cox66e7da42007-07-09 11:46:22 -0700372config PATA_HPT3X3_DMA
373 bool "HPT 343/363 DMA support (Experimental)"
374 depends on PATA_HPT3X3
375 help
376 This option enables DMA support for the HPT343/363
377 controllers. Enable with care as there are still some
378 problems with DMA on this chipset.
379
Jeff Garzik669a5db2006-08-29 18:12:40 -0400380config PATA_ISAPNP
Alan Cox942d0942007-03-08 23:24:49 +0000381 tristate "ISA Plug and Play PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400382 depends on EXPERIMENTAL && ISAPNP
383 help
384 This option enables support for ISA plug & play ATA
385 controllers such as those found on old soundcards.
386
387 If unsure, say N.
388
Jeff Garzik669a5db2006-08-29 18:12:40 -0400389config PATA_IT821X
Alan Cox942d0942007-03-08 23:24:49 +0000390 tristate "IT8211/2 PATA support"
391 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400392 help
393 This option enables support for the ITE 8211 and 8212
394 PATA controllers via the new ATA layer, including RAID
395 mode.
396
397 If unsure, say N.
398
Alan9b13b682006-12-07 08:59:14 -0800399config PATA_IT8213
400 tristate "IT8213 PATA support (Experimental)"
401 depends on PCI && EXPERIMENTAL
402 help
403 This option enables support for the ITE 821 PATA
404 controllers via the new ATA layer.
405
406 If unsure, say N.
407
Jeff Garzik406176e2006-09-06 10:48:19 -0400408config PATA_JMICRON
409 tristate "JMicron PATA support"
410 depends on PCI
411 help
412 Enable support for the JMicron IDE controller, via the new
413 ATA layer.
414
415 If unsure, say N.
416
Jeff Garzik669a5db2006-08-29 18:12:40 -0400417config PATA_LEGACY
418 tristate "Legacy ISA PATA support (Experimental)"
Alan Cox4735ebed2006-09-26 17:37:22 +0100419 depends on ISA && EXPERIMENTAL
Jeff Garzik669a5db2006-08-29 18:12:40 -0400420 help
421 This option enables support for ISA/VLB bus legacy PATA
422 ports and allows them to be accessed via the new ATA layer.
423
424 If unsure, say N.
425
426config PATA_TRIFLEX
427 tristate "Compaq Triflex PATA support"
428 depends on PCI
429 help
430 Enable support for the Compaq 'Triflex' IDE controller as found
431 on many Compaq Pentium-Pro systems, via the new ATA layer.
432
433 If unsure, say N.
434
Alan Cox75742cb2006-10-16 16:40:06 +0100435config PATA_MARVELL
436 tristate "Marvell PATA support via legacy mode"
437 depends on PCI
438 help
439 This option enables limited support for the Marvell 88SE6145 ATA
440 controller.
441
442 If unsure, say N.
443
Sylvain Munaut155d2912006-12-08 00:14:16 +0100444config PATA_MPC52xx
445 tristate "Freescale MPC52xx SoC internal IDE"
446 depends on PPC_MPC52xx
447 help
448 This option enables support for integrated IDE controller
449 of the Freescale MPC52xx SoC.
450
451 If unsure, say N.
452
Jeff Garzik669a5db2006-08-29 18:12:40 -0400453config PATA_MPIIX
454 tristate "Intel PATA MPIIX support"
455 depends on PCI
456 help
457 This option enables support for MPIIX PATA support.
458
459 If unsure, say N.
460
461config PATA_OLDPIIX
Alan Cox942d0942007-03-08 23:24:49 +0000462 tristate "Intel PATA old PIIX support"
463 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400464 help
Alan Cox942d0942007-03-08 23:24:49 +0000465 This option enables support for early PIIX PATA support.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400466
467 If unsure, say N.
468
469config PATA_NETCELL
470 tristate "NETCELL Revolution RAID support"
471 depends on PCI
472 help
473 This option enables support for the Netcell Revolution RAID
474 PATA controller.
475
476 If unsure, say N.
477
Alan Cox51dbd492007-11-19 14:45:53 +0000478config PATA_NINJA32
479 tristate "Ninja32/Delkin Cardbus ATA support (Experimental)"
480 depends on PCI && EXPERIMENTAL
481 help
482 This option enables support for the Ninja32, Delkin and
483 possibly other brands of Cardbus ATA adapter
484
485 If unsure, say N.
486
Jeff Garzik669a5db2006-08-29 18:12:40 -0400487config PATA_NS87410
488 tristate "Nat Semi NS87410 PATA support (Experimental)"
489 depends on PCI && EXPERIMENTAL
490 help
491 This option enables support for the National Semiconductor
492 NS87410 PCI-IDE controller.
493
494 If unsure, say N.
495
Alan Coxc4b5b7b2007-09-29 02:35:10 -0400496config PATA_NS87415
497 tristate "Nat Semi NS87415 PATA support (Experimental)"
498 depends on PCI && EXPERIMENTAL
499 help
500 This option enables support for the National Semiconductor
501 NS87415 PCI-IDE controller.
502
503 If unsure, say N.
504
Jeff Garzik669a5db2006-08-29 18:12:40 -0400505config PATA_OPTI
506 tristate "OPTI621/6215 PATA support (Very Experimental)"
507 depends on PCI && EXPERIMENTAL
508 help
509 This option enables full PIO support for the early Opti ATA
510 controllers found on some old motherboards.
511
512 If unsure, say N.
513
514config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800515 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400516 depends on PCI && EXPERIMENTAL
517 help
518 This option enables DMA/PIO support for the later OPTi
519 controllers found on some old motherboards and in some
David Sterba3dde6ad2007-05-09 07:12:20 +0200520 laptops.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400521
522 If unsure, say N.
523
524config PATA_PCMCIA
525 tristate "PCMCIA PATA support"
526 depends on PCMCIA
527 help
528 This option enables support for PCMCIA ATA interfaces, including
529 compact flash card adapters via the new ATA layer.
530
531 If unsure, say N.
532
533config PATA_PDC_OLD
Alan Cox942d0942007-03-08 23:24:49 +0000534 tristate "Older Promise PATA controller support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400535 depends on PCI && EXPERIMENTAL
536 help
537 This option enables support for the Promise 20246, 20262, 20263,
538 20265 and 20267 adapters.
539
540 If unsure, say N.
541
542config PATA_QDI
543 tristate "QDI VLB PATA support"
Alan Cox4735ebed2006-09-26 17:37:22 +0100544 depends on ISA
Jeff Garzik669a5db2006-08-29 18:12:40 -0400545 help
546 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
547
548config PATA_RADISYS
Alan Cox942d0942007-03-08 23:24:49 +0000549 tristate "RADISYS 82600 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400550 depends on PCI && EXPERIMENTAL
551 help
552 This option enables support for the RADISYS 82600
553 PATA controllers via the new ATA layer
554
555 If unsure, say N.
556
Florian Fainelli3db691d2008-03-06 12:25:21 +0100557config PATA_RB500
558 tristate "RouterBoard 500 PATA CompactFlash support"
559 depends on MIKROTIK_RB500
560 help
561 This option enables support for the RouterBoard 500
562 PATA CompactFlash controller.
563
564 If unsure, say N.
565
Jeff Garzik669a5db2006-08-29 18:12:40 -0400566config PATA_RZ1000
567 tristate "PC Tech RZ1000 PATA support"
568 depends on PCI
569 help
570 This option enables basic support for the PC Tech RZ1000/1
571 PATA controllers via the new ATA layer
572
573 If unsure, say N.
574
575config PATA_SC1200
Alan Cox942d0942007-03-08 23:24:49 +0000576 tristate "SC1200 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400577 depends on PCI && EXPERIMENTAL
578 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
584config PATA_SERVERWORKS
Alan Cox942d0942007-03-08 23:24:49 +0000585 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
586 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400587 help
588 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
589 HT1000 PATA controllers, via the new ATA layer.
590
591 If unsure, say N.
592
593config PATA_PDC2027X
594 tristate "Promise PATA 2027x support"
595 depends on PCI
596 help
597 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
598
599 If unsure, say N.
600
601config PATA_SIL680
602 tristate "CMD / Silicon Image 680 PATA support"
603 depends on PCI
604 help
605 This option enables support for CMD / Silicon Image 680 PATA.
606
607 If unsure, say N.
608
609config PATA_SIS
610 tristate "SiS PATA support (Experimental)"
611 depends on PCI && EXPERIMENTAL
612 help
613 This option enables support for SiS PATA controllers
614
615 If unsure, say N.
616
617config PATA_VIA
618 tristate "VIA PATA support"
619 depends on PCI
620 help
621 This option enables support for the VIA PATA interfaces
622 found on the many VIA chipsets.
623
624 If unsure, say N.
625
626config PATA_WINBOND
627 tristate "Winbond SL82C105 PATA support"
628 depends on PCI
629 help
630 This option enables support for SL82C105 PATA devices found in the
631 Netwinder and some other systems
632
633 If unsure, say N.
634
Alan Cox7e45b0e2006-09-29 18:30:05 +0100635config PATA_WINBOND_VLB
636 tristate "Winbond W83759A VLB PATA support (Experimental)"
637 depends on ISA && EXPERIMENTAL
638 help
639 Support for the Winbond W83759A controller on Vesa Local Bus
640 systems.
641
Paul Mundta20c9e82006-10-27 19:08:48 -0700642config PATA_PLATFORM
643 tristate "Generic platform device PATA support"
Anton Vorontsov61f71622008-01-09 22:10:41 +0300644 depends on EMBEDDED || ARCH_RPC || PPC
Paul Mundta20c9e82006-10-27 19:08:48 -0700645 help
646 This option enables support for generic directly connected ATA
647 devices commonly found on embedded systems.
648
649 If unsure, say N.
650
Anton Vorontsov61f71622008-01-09 22:10:41 +0300651config PATA_OF_PLATFORM
652 tristate "OpenFirmware platform device PATA support"
653 depends on PATA_PLATFORM && PPC_OF
654 help
655 This option enables support for generic directly connected ATA
656 devices commonly found on embedded systems with OpenFirmware
657 bindings.
658
659 If unsure, say N.
660
Russell King73b6a2b2007-05-03 09:55:52 +0100661config PATA_ICSIDE
662 tristate "Acorn ICS PATA support"
663 depends on ARM && ARCH_ACORN
664 help
665 On Acorn systems, say Y here if you wish to use the ICS PATA
666 interface card. This is not required for ICS partition support.
667 If you are unsure, say N to this.
668
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500669config PATA_IXP4XX_CF
670 tristate "IXP4XX Compact Flash support"
671 depends on ARCH_IXP4XX
672 help
673 This option enables support for a Compact Flash connected on
674 the ixp4xx expansion bus. This driver had been written for
675 Loft/Avila boards in mind but can work with others.
676
677 If unsure, say N.
678
Akira Iguchia619f981b2007-01-26 16:28:18 +0900679config PATA_SCC
680 tristate "Toshiba's Cell Reference Set IDE support"
Akira Iguchiaeb93622007-03-15 14:32:58 +0900681 depends on PCI && PPC_CELLEB
Akira Iguchia619f981b2007-01-26 16:28:18 +0900682 help
683 This option enables support for the built-in IDE controller on
684 Toshiba Cell Reference Board.
685
686 If unsure, say N.
687
Sonic Zhangd830d172007-08-21 13:12:31 +0800688config PATA_BF54X
689 tristate "Blackfin 54x ATAPI support"
690 depends on BF542 || BF548 || BF549
691 help
692 This option enables support for the built-in ATAPI controller on
693 Blackfin 54x family chips.
694
695 If unsure, say N.
696
Tejun Heo127102a2008-04-07 22:47:21 +0900697endif # ATA_SFF
Jan Engelhardtb196fc62007-05-10 22:48:54 -0700698endif # ATA