blob: 25aba69b59b457146484f87832f4c60e64fc6612 [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
31 bool
32 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
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040044config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040045 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040046 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040047 help
48 This option enables support for AHCI Serial ATA.
49
50 If unsure, say N.
51
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040052config SATA_SVW
Jeff Garzikc6fd2802006-08-10 07:31:37 -040053 tristate "ServerWorks Frodo / Apple K2 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040054 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040055 help
56 This option enables support for Broadcom/Serverworks/Apple K2
57 SATA support.
58
59 If unsure, say N.
60
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040061config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +000062 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040063 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040064 help
Alan2bfc3612006-12-16 12:54:29 +000065 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +000066 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
67 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -040068
69 If unsure, say N.
70
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040071config SATA_MV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040072 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
Saeed Bishara7bb3c522008-01-30 11:50:45 -110073 depends on EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040074 help
75 This option enables support for the Marvell Serial ATA family.
76 Currently supports 88SX[56]0[48][01] chips.
77
78 If unsure, say N.
79
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040080config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040081 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040082 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040083 help
84 This option enables support for NVIDIA Serial ATA.
85
86 If unsure, say N.
87
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040088config PDC_ADMA
Jeff Garzikc6fd2802006-08-10 07:31:37 -040089 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040090 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040091 help
92 This option enables support for Pacific Digital ADMA controllers
93
94 If unsure, say N.
95
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040096config SATA_QSTOR
Jeff Garzikc6fd2802006-08-10 07:31:37 -040097 tristate "Pacific Digital SATA QStor support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040098 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040099 help
100 This option enables support for Pacific Digital Serial ATA QStor.
101
102 If unsure, say N.
103
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400104config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400105 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400106 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400107 help
108 This option enables support for Promise Serial ATA TX2/TX4.
109
110 If unsure, say N.
111
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400112config SATA_SX4
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400113 tristate "Promise SATA SX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400114 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400115 help
116 This option enables support for Promise Serial ATA SX4.
117
118 If unsure, say N.
119
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400120config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400121 tristate "Silicon Image SATA 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 Silicon Image Serial ATA.
125
126 If unsure, say N.
127
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400128config SATA_SIL24
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400129 tristate "Silicon Image 3124/3132 SATA 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 Silicon Image 3124/3132 Serial ATA.
133
134 If unsure, say N.
135
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400136config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000137 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400138 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000139 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400140 help
Jeff Garzika617c092007-05-21 20:14:23 -0400141 This option enables support for SiS Serial ATA on
Alan9b14dec2007-01-08 16:11:07 +0000142 SiS 964/965/966/180 and Parallel ATA on SiS 180.
143 The PATA support for SiS 180 requires additionally to
144 enable the PATA_SIS driver in the config.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400145 If unsure, say N.
146
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400147config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400148 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400149 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400150 help
151 This option enables support for ULi Electronics SATA.
152
153 If unsure, say N.
154
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400155config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400156 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400157 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400158 help
159 This option enables support for VIA Serial ATA.
160
161 If unsure, say N.
162
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400163config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400164 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400165 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400166 help
167 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
168
169 If unsure, say N.
170
Tejun Heo1fd7a692007-01-03 17:32:45 +0900171config SATA_INIC162X
172 tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
173 depends on PCI && EXPERIMENTAL
174 help
175 This option enables support for Initio 162x Serial ATA.
176
Alan Cox025621f2007-10-04 21:32:58 +0100177config PATA_ACPI
178 tristate "ACPI firmware driver for PATA"
179 depends on ATA_ACPI
180 help
181 This option enables an ACPI method driver which drives
182 motherboard PATA controller interfaces through the ACPI
183 firmware in the BIOS. This driver can sometimes handle
184 otherwise unsupported hardware.
185
Li Yangfaf0b2e2007-10-16 20:58:38 +0800186config SATA_FSL
187 tristate "Freescale 3.0Gbps SATA support"
Kim Phillips05a07af2008-01-24 20:46:21 -0600188 depends on FSL_SOC
Li Yangfaf0b2e2007-10-16 20:58:38 +0800189 help
190 This option enables support for Freescale 3.0Gbps SATA controller.
191 It can be found on MPC837x and MPC8315.
192
193 If unsure, say N.
194
Jeff Garzik669a5db2006-08-29 18:12:40 -0400195config PATA_ALI
196 tristate "ALi PATA support (Experimental)"
197 depends on PCI && EXPERIMENTAL
198 help
199 This option enables support for the ALi ATA interfaces
200 found on the many ALi chipsets.
201
202 If unsure, say N.
203
204config PATA_AMD
Alan Cox942d09472007-03-08 23:24:49 +0000205 tristate "AMD/NVidia PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400206 depends on PCI
207 help
208 This option enables support for the AMD and NVidia PATA
209 interfaces found on the chipsets for Athlon/Athlon64.
210
211 If unsure, say N.
212
213config PATA_ARTOP
Alan Coxc645fd32007-09-20 14:58:48 +0100214 tristate "ARTOP 6210/6260 PATA support"
215 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400216 help
217 This option enables support for ARTOP PATA controllers.
218
219 If unsure, say N.
220
Kristoffer Nyborg Gregertsen7c9ef8e2007-08-08 16:57:08 +0200221config PATA_AT32
222 tristate "Atmel AVR32 PATA support (Experimental)"
223 depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
224 help
225 This option enables support for the IDE devices on the
226 Atmel AT32AP platform.
227
228 If unsure, say N.
229
Jeff Garzik669a5db2006-08-29 18:12:40 -0400230config PATA_ATIIXP
Alan Coxc645fd32007-09-20 14:58:48 +0100231 tristate "ATI PATA support"
232 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400233 help
234 This option enables support for the ATI ATA interfaces
235 found on the many ATI chipsets.
236
237 If unsure, say N.
238
Alan Coxb2248da2007-03-06 02:38:11 -0800239config PATA_CMD640_PCI
240 tristate "CMD640 PCI PATA support (Very Experimental)"
241 depends on PCI && EXPERIMENTAL
242 help
243 This option enables support for the CMD640 PCI IDE
244 interface chip. Only the primary channel is currently
245 supported.
246
247 If unsure, say N.
248
Jeff Garzik669a5db2006-08-29 18:12:40 -0400249config PATA_CMD64X
Alan Coxc645fd32007-09-20 14:58:48 +0100250 tristate "CMD64x PATA support"
251 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400252 help
253 This option enables support for the CMD64x series chips
254 except for the CMD640.
255
256 If unsure, say N.
257
258config PATA_CS5520
259 tristate "CS5510/5520 PATA support"
260 depends on PCI
261 help
262 This option enables support for the Cyrix 5510/5520
263 companion chip used with the MediaGX/Geode processor family.
264
265 If unsure, say N.
266
267config PATA_CS5530
268 tristate "CS5530 PATA support (Experimental)"
269 depends on PCI && EXPERIMENTAL
270 help
271 This option enables support for the Cyrix/NatSemi/AMD CS5530
272 companion chip used with the MediaGX/Geode processor family.
273
274 If unsure, say N.
275
276config PATA_CS5535
277 tristate "CS5535 PATA support (Experimental)"
278 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
279 help
280 This option enables support for the NatSemi/AMD CS5535
281 companion chip used with the Geode processor family.
282
283 If unsure, say N.
284
Martin K. Petersen3957df62007-10-11 03:38:19 -0400285config PATA_CS5536
286 tristate "CS5536 PATA support (Experimental)"
287 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
288 help
289 This option enables support for the AMD CS5536
290 companion chip used with the Geode LX processor family.
291
292 If unsure, say N.
293
Jeff Garzik669a5db2006-08-29 18:12:40 -0400294config PATA_CYPRESS
295 tristate "Cypress CY82C693 PATA support (Very Experimental)"
296 depends on PCI && EXPERIMENTAL
297 help
298 This option enables support for the Cypress/Contaq CY82C693
299 chipset found in some Alpha systems
300
301 If unsure, say N.
302
303config PATA_EFAR
304 tristate "EFAR SLC90E66 support"
305 depends on PCI
306 help
307 This option enables support for the EFAR SLC90E66
308 IDE controller found on some older machines.
309
310 If unsure, say N.
311
312config ATA_GENERIC
313 tristate "Generic ATA support"
314 depends on PCI
315 help
316 This option enables support for generic BIOS configured
317 ATA controllers via the new ATA layer
318
319 If unsure, say N.
320
321config PATA_HPT366
Alan Coxc645fd32007-09-20 14:58:48 +0100322 tristate "HPT 366/368 PATA support"
323 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400324 help
325 This option enables support for the HPT 366 and 368
326 PATA controllers via the new ATA layer.
327
328 If unsure, say N.
329
330config PATA_HPT37X
Alan Cox942d09472007-03-08 23:24:49 +0000331 tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400332 depends on PCI && EXPERIMENTAL
333 help
334 This option enables support for the majority of the later HPT
335 PATA controllers via the new ATA layer.
336
337 If unsure, say N.
338
339config PATA_HPT3X2N
340 tristate "HPT 372N/302N PATA support (Very Experimental)"
341 depends on PCI && EXPERIMENTAL
342 help
343 This option enables support for the N variant HPT PATA
344 controllers via the new ATA layer
345
346 If unsure, say N.
347
348config PATA_HPT3X3
Alan Cox66e7da42007-07-09 11:46:22 -0700349 tristate "HPT 343/363 PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400350 depends on PCI
351 help
352 This option enables support for the HPT 343/363
353 PATA controllers via the new ATA layer
354
355 If unsure, say N.
356
Alan Cox66e7da42007-07-09 11:46:22 -0700357config PATA_HPT3X3_DMA
358 bool "HPT 343/363 DMA support (Experimental)"
359 depends on PATA_HPT3X3
360 help
361 This option enables DMA support for the HPT343/363
362 controllers. Enable with care as there are still some
363 problems with DMA on this chipset.
364
Jeff Garzik669a5db2006-08-29 18:12:40 -0400365config PATA_ISAPNP
Alan Cox942d09472007-03-08 23:24:49 +0000366 tristate "ISA Plug and Play PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400367 depends on EXPERIMENTAL && ISAPNP
368 help
369 This option enables support for ISA plug & play ATA
370 controllers such as those found on old soundcards.
371
372 If unsure, say N.
373
Jeff Garzik669a5db2006-08-29 18:12:40 -0400374config PATA_IT821X
Alan Cox942d09472007-03-08 23:24:49 +0000375 tristate "IT8211/2 PATA support"
376 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400377 help
378 This option enables support for the ITE 8211 and 8212
379 PATA controllers via the new ATA layer, including RAID
380 mode.
381
382 If unsure, say N.
383
Alan9b13b682006-12-07 08:59:14 -0800384config PATA_IT8213
385 tristate "IT8213 PATA support (Experimental)"
386 depends on PCI && EXPERIMENTAL
387 help
388 This option enables support for the ITE 821 PATA
389 controllers via the new ATA layer.
390
391 If unsure, say N.
392
Jeff Garzik406176e2006-09-06 10:48:19 -0400393config PATA_JMICRON
394 tristate "JMicron PATA support"
395 depends on PCI
396 help
397 Enable support for the JMicron IDE controller, via the new
398 ATA layer.
399
400 If unsure, say N.
401
Jeff Garzik669a5db2006-08-29 18:12:40 -0400402config PATA_LEGACY
403 tristate "Legacy ISA PATA support (Experimental)"
Alan Cox4735ebed2006-09-26 17:37:22 +0100404 depends on ISA && EXPERIMENTAL
Jeff Garzik669a5db2006-08-29 18:12:40 -0400405 help
406 This option enables support for ISA/VLB bus legacy PATA
407 ports and allows them to be accessed via the new ATA layer.
408
409 If unsure, say N.
410
411config PATA_TRIFLEX
412 tristate "Compaq Triflex PATA support"
413 depends on PCI
414 help
415 Enable support for the Compaq 'Triflex' IDE controller as found
416 on many Compaq Pentium-Pro systems, via the new ATA layer.
417
418 If unsure, say N.
419
Alan Cox75742cb2006-10-16 16:40:06 +0100420config PATA_MARVELL
421 tristate "Marvell PATA support via legacy mode"
422 depends on PCI
423 help
424 This option enables limited support for the Marvell 88SE6145 ATA
425 controller.
426
427 If unsure, say N.
428
Sylvain Munaut155d2912006-12-08 00:14:16 +0100429config PATA_MPC52xx
430 tristate "Freescale MPC52xx SoC internal IDE"
431 depends on PPC_MPC52xx
432 help
433 This option enables support for integrated IDE controller
434 of the Freescale MPC52xx SoC.
435
436 If unsure, say N.
437
Jeff Garzik669a5db2006-08-29 18:12:40 -0400438config PATA_MPIIX
439 tristate "Intel PATA MPIIX support"
440 depends on PCI
441 help
442 This option enables support for MPIIX PATA support.
443
444 If unsure, say N.
445
446config PATA_OLDPIIX
Alan Cox942d09472007-03-08 23:24:49 +0000447 tristate "Intel PATA old PIIX support"
448 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400449 help
Alan Cox942d09472007-03-08 23:24:49 +0000450 This option enables support for early PIIX PATA support.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400451
452 If unsure, say N.
453
454config PATA_NETCELL
455 tristate "NETCELL Revolution RAID support"
456 depends on PCI
457 help
458 This option enables support for the Netcell Revolution RAID
459 PATA controller.
460
461 If unsure, say N.
462
Alan Cox51dbd492007-11-19 14:45:53 +0000463config PATA_NINJA32
464 tristate "Ninja32/Delkin Cardbus ATA support (Experimental)"
465 depends on PCI && EXPERIMENTAL
466 help
467 This option enables support for the Ninja32, Delkin and
468 possibly other brands of Cardbus ATA adapter
469
470 If unsure, say N.
471
Jeff Garzik669a5db2006-08-29 18:12:40 -0400472config PATA_NS87410
473 tristate "Nat Semi NS87410 PATA support (Experimental)"
474 depends on PCI && EXPERIMENTAL
475 help
476 This option enables support for the National Semiconductor
477 NS87410 PCI-IDE controller.
478
479 If unsure, say N.
480
Alan Coxc4b5b7b2007-09-29 02:35:10 -0400481config PATA_NS87415
482 tristate "Nat Semi NS87415 PATA support (Experimental)"
483 depends on PCI && EXPERIMENTAL
484 help
485 This option enables support for the National Semiconductor
486 NS87415 PCI-IDE controller.
487
488 If unsure, say N.
489
Jeff Garzik669a5db2006-08-29 18:12:40 -0400490config PATA_OPTI
491 tristate "OPTI621/6215 PATA support (Very Experimental)"
492 depends on PCI && EXPERIMENTAL
493 help
494 This option enables full PIO support for the early Opti ATA
495 controllers found on some old motherboards.
496
497 If unsure, say N.
498
499config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800500 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400501 depends on PCI && EXPERIMENTAL
502 help
503 This option enables DMA/PIO support for the later OPTi
504 controllers found on some old motherboards and in some
David Sterba3dde6ad2007-05-09 07:12:20 +0200505 laptops.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400506
507 If unsure, say N.
508
509config PATA_PCMCIA
510 tristate "PCMCIA PATA support"
511 depends on PCMCIA
512 help
513 This option enables support for PCMCIA ATA interfaces, including
514 compact flash card adapters via the new ATA layer.
515
516 If unsure, say N.
517
518config PATA_PDC_OLD
Alan Cox942d09472007-03-08 23:24:49 +0000519 tristate "Older Promise PATA controller support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400520 depends on PCI && EXPERIMENTAL
521 help
522 This option enables support for the Promise 20246, 20262, 20263,
523 20265 and 20267 adapters.
524
525 If unsure, say N.
526
527config PATA_QDI
528 tristate "QDI VLB PATA support"
Alan Cox4735ebed2006-09-26 17:37:22 +0100529 depends on ISA
Jeff Garzik669a5db2006-08-29 18:12:40 -0400530 help
531 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
532
533config PATA_RADISYS
Alan Cox942d09472007-03-08 23:24:49 +0000534 tristate "RADISYS 82600 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400535 depends on PCI && EXPERIMENTAL
536 help
537 This option enables support for the RADISYS 82600
538 PATA controllers via the new ATA layer
539
540 If unsure, say N.
541
Florian Fainelli3db691d2008-03-06 12:25:21 +0100542config PATA_RB500
543 tristate "RouterBoard 500 PATA CompactFlash support"
544 depends on MIKROTIK_RB500
545 help
546 This option enables support for the RouterBoard 500
547 PATA CompactFlash controller.
548
549 If unsure, say N.
550
Jeff Garzik669a5db2006-08-29 18:12:40 -0400551config PATA_RZ1000
552 tristate "PC Tech RZ1000 PATA support"
553 depends on PCI
554 help
555 This option enables basic support for the PC Tech RZ1000/1
556 PATA controllers via the new ATA layer
557
558 If unsure, say N.
559
560config PATA_SC1200
Alan Cox942d09472007-03-08 23:24:49 +0000561 tristate "SC1200 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400562 depends on PCI && EXPERIMENTAL
563 help
564 This option enables support for the NatSemi/AMD SC1200 SoC
565 companion chip used with the Geode processor family.
566
567 If unsure, say N.
568
569config PATA_SERVERWORKS
Alan Cox942d09472007-03-08 23:24:49 +0000570 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
571 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400572 help
573 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
574 HT1000 PATA controllers, via the new ATA layer.
575
576 If unsure, say N.
577
578config PATA_PDC2027X
579 tristate "Promise PATA 2027x support"
580 depends on PCI
581 help
582 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
583
584 If unsure, say N.
585
586config PATA_SIL680
587 tristate "CMD / Silicon Image 680 PATA support"
588 depends on PCI
589 help
590 This option enables support for CMD / Silicon Image 680 PATA.
591
592 If unsure, say N.
593
594config PATA_SIS
595 tristate "SiS PATA support (Experimental)"
596 depends on PCI && EXPERIMENTAL
597 help
598 This option enables support for SiS PATA controllers
599
600 If unsure, say N.
601
602config PATA_VIA
603 tristate "VIA PATA support"
604 depends on PCI
605 help
606 This option enables support for the VIA PATA interfaces
607 found on the many VIA chipsets.
608
609 If unsure, say N.
610
611config PATA_WINBOND
612 tristate "Winbond SL82C105 PATA support"
613 depends on PCI
614 help
615 This option enables support for SL82C105 PATA devices found in the
616 Netwinder and some other systems
617
618 If unsure, say N.
619
Alan Cox7e45b0e2006-09-29 18:30:05 +0100620config PATA_WINBOND_VLB
621 tristate "Winbond W83759A VLB PATA support (Experimental)"
622 depends on ISA && EXPERIMENTAL
623 help
624 Support for the Winbond W83759A controller on Vesa Local Bus
625 systems.
626
Paul Mundta20c9e82006-10-27 19:08:48 -0700627config PATA_PLATFORM
628 tristate "Generic platform device PATA support"
Anton Vorontsov61f71622008-01-09 22:10:41 +0300629 depends on EMBEDDED || ARCH_RPC || PPC
Paul Mundta20c9e82006-10-27 19:08:48 -0700630 help
631 This option enables support for generic directly connected ATA
632 devices commonly found on embedded systems.
633
634 If unsure, say N.
635
Anton Vorontsov61f71622008-01-09 22:10:41 +0300636config PATA_OF_PLATFORM
637 tristate "OpenFirmware platform device PATA support"
638 depends on PATA_PLATFORM && PPC_OF
639 help
640 This option enables support for generic directly connected ATA
641 devices commonly found on embedded systems with OpenFirmware
642 bindings.
643
644 If unsure, say N.
645
Russell King73b6a2b2007-05-03 09:55:52 +0100646config PATA_ICSIDE
647 tristate "Acorn ICS PATA support"
648 depends on ARM && ARCH_ACORN
649 help
650 On Acorn systems, say Y here if you wish to use the ICS PATA
651 interface card. This is not required for ICS partition support.
652 If you are unsure, say N to this.
653
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500654config PATA_IXP4XX_CF
655 tristate "IXP4XX Compact Flash support"
656 depends on ARCH_IXP4XX
657 help
658 This option enables support for a Compact Flash connected on
659 the ixp4xx expansion bus. This driver had been written for
660 Loft/Avila boards in mind but can work with others.
661
662 If unsure, say N.
663
Akira Iguchia619f981b2007-01-26 16:28:18 +0900664config PATA_SCC
665 tristate "Toshiba's Cell Reference Set IDE support"
Akira Iguchiaeb93622007-03-15 14:32:58 +0900666 depends on PCI && PPC_CELLEB
Akira Iguchia619f981b2007-01-26 16:28:18 +0900667 help
668 This option enables support for the built-in IDE controller on
669 Toshiba Cell Reference Board.
670
671 If unsure, say N.
672
Sonic Zhangd830d172007-08-21 13:12:31 +0800673config PATA_BF54X
674 tristate "Blackfin 54x ATAPI support"
675 depends on BF542 || BF548 || BF549
676 help
677 This option enables support for the built-in ATAPI controller on
678 Blackfin 54x family chips.
679
680 If unsure, say N.
681
Jan Engelhardtb196fc62007-05-10 22:48:54 -0700682endif # ATA