blob: 292aa9a0f02f8d5b3913bdc5dca00ab86fda641f [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 Bunkbf2d401b2006-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
Jeff Garzikf3360eb2008-04-17 15:55:24 -040048 This option adds support for SATA Port Multipliers
49 (the SATA version of an ethernet hub, or SAS expander).
Tejun Heo88fcd562008-04-07 22:47:22 +090050
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040051config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040052 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040053 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040054 help
55 This option enables support for AHCI Serial ATA.
56
57 If unsure, say N.
58
Tejun Heo127102a2008-04-07 22:47:21 +090059config SATA_SIL24
60 tristate "Silicon Image 3124/3132 SATA support"
61 depends on PCI
62 help
63 This option enables support for Silicon Image 3124/3132 Serial ATA.
64
65 If unsure, say N.
66
67config SATA_FSL
68 tristate "Freescale 3.0Gbps SATA support"
69 depends on FSL_SOC
70 help
71 This option enables support for Freescale 3.0Gbps SATA controller.
72 It can be found on MPC837x and MPC8315.
73
74 If unsure, say N.
75
76config ATA_SFF
77 bool "ATA SFF support"
78 default y
79 help
80 This option adds support for ATA controllers with SFF
81 compliant or similar programming interface.
82
Jeff Garzikf3360eb2008-04-17 15:55:24 -040083 SFF is the legacy IDE interface that has been around since
84 the dawn of time. Almost all PATA controllers have an
85 SFF interface. Many SATA controllers have an SFF interface
86 when configured into a legacy compatibility mode.
87
88 For users with exclusively modern controllers like AHCI,
89 Silicon Image 3124, or Marvell 6440, you may choose to
90 disable this uneeded SFF support.
91
92 If unsure, say Y.
93
Tejun Heo127102a2008-04-07 22:47:21 +090094if ATA_SFF
95
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040096config SATA_SVW
Jeff Garzikc6fd2802006-08-10 07:31:37 -040097 tristate "ServerWorks Frodo / Apple K2 SATA 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 Broadcom/Serverworks/Apple K2
101 SATA support.
102
103 If unsure, say N.
104
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400105config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +0000106 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400107 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400108 help
Alan2bfc3612006-12-16 12:54:29 +0000109 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +0000110 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
111 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400112
113 If unsure, say N.
114
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400115config SATA_MV
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400116 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
Saeed Bishara7bb3c522008-01-30 11:50:45 -1100117 depends on EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400118 help
119 This option enables support for the Marvell Serial ATA family.
120 Currently supports 88SX[56]0[48][01] chips.
121
122 If unsure, say N.
123
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400124config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400125 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400126 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400127 help
128 This option enables support for NVIDIA Serial ATA.
129
130 If unsure, say N.
131
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400132config PDC_ADMA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400133 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400134 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400135 help
136 This option enables support for Pacific Digital ADMA controllers
137
138 If unsure, say N.
139
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400140config SATA_QSTOR
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400141 tristate "Pacific Digital SATA QStor support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400142 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400143 help
144 This option enables support for Pacific Digital Serial ATA QStor.
145
146 If unsure, say N.
147
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400148config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400149 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400150 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400151 help
152 This option enables support for Promise Serial ATA TX2/TX4.
153
154 If unsure, say N.
155
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400156config SATA_SX4
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400157 tristate "Promise SATA SX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400158 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400159 help
160 This option enables support for Promise Serial ATA SX4.
161
162 If unsure, say N.
163
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400164config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400165 tristate "Silicon Image SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400166 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400167 help
168 This option enables support for Silicon Image Serial ATA.
169
170 If unsure, say N.
171
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400172config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000173 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400174 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000175 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400176 help
Jeff Garzika617c092007-05-21 20:14:23 -0400177 This option enables support for SiS Serial ATA on
Alan9b14dec2007-01-08 16:11:07 +0000178 SiS 964/965/966/180 and Parallel ATA on SiS 180.
179 The PATA support for SiS 180 requires additionally to
180 enable the PATA_SIS driver in the config.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400181 If unsure, say N.
182
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400183config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400184 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400185 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400186 help
187 This option enables support for ULi Electronics SATA.
188
189 If unsure, say N.
190
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400191config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400192 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400193 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400194 help
195 This option enables support for VIA Serial ATA.
196
197 If unsure, say N.
198
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400199config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400200 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400201 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400202 help
203 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
204
205 If unsure, say N.
206
Tejun Heo1fd7a692007-01-03 17:32:45 +0900207config SATA_INIC162X
208 tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
209 depends on PCI && EXPERIMENTAL
210 help
211 This option enables support for Initio 162x Serial ATA.
212
Alan Cox025621f2007-10-04 21:32:58 +0100213config PATA_ACPI
214 tristate "ACPI firmware driver for PATA"
215 depends on ATA_ACPI
216 help
217 This option enables an ACPI method driver which drives
218 motherboard PATA controller interfaces through the ACPI
219 firmware in the BIOS. This driver can sometimes handle
220 otherwise unsupported hardware.
221
Jeff Garzik669a5db2006-08-29 18:12:40 -0400222config PATA_ALI
223 tristate "ALi PATA support (Experimental)"
224 depends on PCI && EXPERIMENTAL
225 help
226 This option enables support for the ALi ATA interfaces
227 found on the many ALi chipsets.
228
229 If unsure, say N.
230
231config PATA_AMD
Alan Cox942d09472007-03-08 23:24:49 +0000232 tristate "AMD/NVidia PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400233 depends on PCI
234 help
235 This option enables support for the AMD and NVidia PATA
236 interfaces found on the chipsets for Athlon/Athlon64.
237
238 If unsure, say N.
239
240config PATA_ARTOP
Alan Coxc645fd32007-09-20 14:58:48 +0100241 tristate "ARTOP 6210/6260 PATA support"
242 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400243 help
244 This option enables support for ARTOP PATA controllers.
245
246 If unsure, say N.
247
Kristoffer Nyborg Gregertsen7c9ef8e2007-08-08 16:57:08 +0200248config PATA_AT32
249 tristate "Atmel AVR32 PATA support (Experimental)"
250 depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
251 help
252 This option enables support for the IDE devices on the
253 Atmel AT32AP platform.
254
255 If unsure, say N.
256
Jeff Garzik669a5db2006-08-29 18:12:40 -0400257config PATA_ATIIXP
Alan Coxc645fd32007-09-20 14:58:48 +0100258 tristate "ATI PATA support"
259 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400260 help
261 This option enables support for the ATI ATA interfaces
262 found on the many ATI chipsets.
263
264 If unsure, say N.
265
Alan Coxb2248da2007-03-06 02:38:11 -0800266config PATA_CMD640_PCI
267 tristate "CMD640 PCI PATA support (Very Experimental)"
268 depends on PCI && EXPERIMENTAL
269 help
270 This option enables support for the CMD640 PCI IDE
271 interface chip. Only the primary channel is currently
272 supported.
273
274 If unsure, say N.
275
Jeff Garzik669a5db2006-08-29 18:12:40 -0400276config PATA_CMD64X
Alan Coxc645fd32007-09-20 14:58:48 +0100277 tristate "CMD64x PATA support"
278 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400279 help
280 This option enables support for the CMD64x series chips
281 except for the CMD640.
282
283 If unsure, say N.
284
285config PATA_CS5520
286 tristate "CS5510/5520 PATA support"
287 depends on PCI
288 help
289 This option enables support for the Cyrix 5510/5520
290 companion chip used with the MediaGX/Geode processor family.
291
292 If unsure, say N.
293
294config PATA_CS5530
295 tristate "CS5530 PATA support (Experimental)"
296 depends on PCI && EXPERIMENTAL
297 help
298 This option enables support for the Cyrix/NatSemi/AMD CS5530
299 companion chip used with the MediaGX/Geode processor family.
300
301 If unsure, say N.
302
303config PATA_CS5535
304 tristate "CS5535 PATA support (Experimental)"
305 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
306 help
307 This option enables support for the NatSemi/AMD CS5535
308 companion chip used with the Geode processor family.
309
310 If unsure, say N.
311
Martin K. Petersen3957df62007-10-11 03:38:19 -0400312config PATA_CS5536
313 tristate "CS5536 PATA support (Experimental)"
314 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
315 help
316 This option enables support for the AMD CS5536
317 companion chip used with the Geode LX processor family.
318
319 If unsure, say N.
320
Jeff Garzik669a5db2006-08-29 18:12:40 -0400321config PATA_CYPRESS
322 tristate "Cypress CY82C693 PATA support (Very Experimental)"
323 depends on PCI && EXPERIMENTAL
324 help
325 This option enables support for the Cypress/Contaq CY82C693
326 chipset found in some Alpha systems
327
328 If unsure, say N.
329
330config PATA_EFAR
331 tristate "EFAR SLC90E66 support"
332 depends on PCI
333 help
334 This option enables support for the EFAR SLC90E66
335 IDE controller found on some older machines.
336
337 If unsure, say N.
338
339config ATA_GENERIC
340 tristate "Generic ATA support"
341 depends on PCI
342 help
343 This option enables support for generic BIOS configured
344 ATA controllers via the new ATA layer
345
346 If unsure, say N.
347
348config PATA_HPT366
Alan Coxc645fd32007-09-20 14:58:48 +0100349 tristate "HPT 366/368 PATA support"
350 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400351 help
352 This option enables support for the HPT 366 and 368
353 PATA controllers via the new ATA layer.
354
355 If unsure, say N.
356
357config PATA_HPT37X
Alan Cox942d09472007-03-08 23:24:49 +0000358 tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400359 depends on PCI && EXPERIMENTAL
360 help
361 This option enables support for the majority of the later HPT
362 PATA controllers via the new ATA layer.
363
364 If unsure, say N.
365
366config PATA_HPT3X2N
367 tristate "HPT 372N/302N PATA support (Very Experimental)"
368 depends on PCI && EXPERIMENTAL
369 help
370 This option enables support for the N variant HPT PATA
371 controllers via the new ATA layer
372
373 If unsure, say N.
374
375config PATA_HPT3X3
Alan Cox66e7da42007-07-09 11:46:22 -0700376 tristate "HPT 343/363 PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400377 depends on PCI
378 help
379 This option enables support for the HPT 343/363
380 PATA controllers via the new ATA layer
381
382 If unsure, say N.
383
Alan Cox66e7da42007-07-09 11:46:22 -0700384config PATA_HPT3X3_DMA
385 bool "HPT 343/363 DMA support (Experimental)"
386 depends on PATA_HPT3X3
387 help
388 This option enables DMA support for the HPT343/363
389 controllers. Enable with care as there are still some
390 problems with DMA on this chipset.
391
Jeff Garzik669a5db2006-08-29 18:12:40 -0400392config PATA_ISAPNP
Alan Cox942d09472007-03-08 23:24:49 +0000393 tristate "ISA Plug and Play PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400394 depends on EXPERIMENTAL && ISAPNP
395 help
396 This option enables support for ISA plug & play ATA
397 controllers such as those found on old soundcards.
398
399 If unsure, say N.
400
Jeff Garzik669a5db2006-08-29 18:12:40 -0400401config PATA_IT821X
Alan Cox942d09472007-03-08 23:24:49 +0000402 tristate "IT8211/2 PATA support"
403 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400404 help
405 This option enables support for the ITE 8211 and 8212
406 PATA controllers via the new ATA layer, including RAID
407 mode.
408
409 If unsure, say N.
410
Alan9b13b682006-12-07 08:59:14 -0800411config PATA_IT8213
412 tristate "IT8213 PATA support (Experimental)"
413 depends on PCI && EXPERIMENTAL
414 help
415 This option enables support for the ITE 821 PATA
416 controllers via the new ATA layer.
417
418 If unsure, say N.
419
Jeff Garzik406176e2006-09-06 10:48:19 -0400420config PATA_JMICRON
421 tristate "JMicron PATA support"
422 depends on PCI
423 help
424 Enable support for the JMicron IDE controller, via the new
425 ATA layer.
426
427 If unsure, say N.
428
Jeff Garzik669a5db2006-08-29 18:12:40 -0400429config PATA_LEGACY
430 tristate "Legacy ISA PATA support (Experimental)"
Alan Cox4735ebed2006-09-26 17:37:22 +0100431 depends on ISA && EXPERIMENTAL
Jeff Garzik669a5db2006-08-29 18:12:40 -0400432 help
433 This option enables support for ISA/VLB bus legacy PATA
434 ports and allows them to be accessed via the new ATA layer.
435
436 If unsure, say N.
437
438config PATA_TRIFLEX
439 tristate "Compaq Triflex PATA support"
440 depends on PCI
441 help
442 Enable support for the Compaq 'Triflex' IDE controller as found
443 on many Compaq Pentium-Pro systems, via the new ATA layer.
444
445 If unsure, say N.
446
Alan Cox75742cb2006-10-16 16:40:06 +0100447config PATA_MARVELL
448 tristate "Marvell PATA support via legacy mode"
449 depends on PCI
450 help
451 This option enables limited support for the Marvell 88SE6145 ATA
452 controller.
453
454 If unsure, say N.
455
Sylvain Munaut155d2912006-12-08 00:14:16 +0100456config PATA_MPC52xx
457 tristate "Freescale MPC52xx SoC internal IDE"
458 depends on PPC_MPC52xx
459 help
460 This option enables support for integrated IDE controller
461 of the Freescale MPC52xx SoC.
462
463 If unsure, say N.
464
Jeff Garzik669a5db2006-08-29 18:12:40 -0400465config PATA_MPIIX
466 tristate "Intel PATA MPIIX support"
467 depends on PCI
468 help
469 This option enables support for MPIIX PATA support.
470
471 If unsure, say N.
472
473config PATA_OLDPIIX
Alan Cox942d09472007-03-08 23:24:49 +0000474 tristate "Intel PATA old PIIX support"
475 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400476 help
Alan Cox942d09472007-03-08 23:24:49 +0000477 This option enables support for early PIIX PATA support.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400478
479 If unsure, say N.
480
481config PATA_NETCELL
482 tristate "NETCELL Revolution RAID support"
483 depends on PCI
484 help
485 This option enables support for the Netcell Revolution RAID
486 PATA controller.
487
488 If unsure, say N.
489
Alan Cox51dbd492007-11-19 14:45:53 +0000490config PATA_NINJA32
491 tristate "Ninja32/Delkin Cardbus ATA support (Experimental)"
492 depends on PCI && EXPERIMENTAL
493 help
494 This option enables support for the Ninja32, Delkin and
495 possibly other brands of Cardbus ATA adapter
496
497 If unsure, say N.
498
Jeff Garzik669a5db2006-08-29 18:12:40 -0400499config PATA_NS87410
500 tristate "Nat Semi NS87410 PATA support (Experimental)"
501 depends on PCI && EXPERIMENTAL
502 help
503 This option enables support for the National Semiconductor
504 NS87410 PCI-IDE controller.
505
506 If unsure, say N.
507
Alan Coxc4b5b7b2007-09-29 02:35:10 -0400508config PATA_NS87415
509 tristate "Nat Semi NS87415 PATA support (Experimental)"
510 depends on PCI && EXPERIMENTAL
511 help
512 This option enables support for the National Semiconductor
513 NS87415 PCI-IDE controller.
514
515 If unsure, say N.
516
Jeff Garzik669a5db2006-08-29 18:12:40 -0400517config PATA_OPTI
518 tristate "OPTI621/6215 PATA support (Very Experimental)"
519 depends on PCI && EXPERIMENTAL
520 help
521 This option enables full PIO support for the early Opti ATA
522 controllers found on some old motherboards.
523
524 If unsure, say N.
525
526config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800527 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400528 depends on PCI && EXPERIMENTAL
529 help
530 This option enables DMA/PIO support for the later OPTi
531 controllers found on some old motherboards and in some
David Sterba3dde6ad2007-05-09 07:12:20 +0200532 laptops.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400533
534 If unsure, say N.
535
536config PATA_PCMCIA
537 tristate "PCMCIA PATA support"
538 depends on PCMCIA
539 help
540 This option enables support for PCMCIA ATA interfaces, including
541 compact flash card adapters via the new ATA layer.
542
543 If unsure, say N.
544
545config PATA_PDC_OLD
Alan Cox942d09472007-03-08 23:24:49 +0000546 tristate "Older Promise PATA controller support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400547 depends on PCI && EXPERIMENTAL
548 help
549 This option enables support for the Promise 20246, 20262, 20263,
550 20265 and 20267 adapters.
551
552 If unsure, say N.
553
554config PATA_QDI
555 tristate "QDI VLB PATA support"
Alan Cox4735ebed2006-09-26 17:37:22 +0100556 depends on ISA
Jeff Garzik669a5db2006-08-29 18:12:40 -0400557 help
558 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
559
560config PATA_RADISYS
Alan Cox942d09472007-03-08 23:24:49 +0000561 tristate "RADISYS 82600 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 RADISYS 82600
565 PATA controllers via the new ATA layer
566
567 If unsure, say N.
568
Florian Fainelli3db691d2008-03-06 12:25:21 +0100569config PATA_RB500
570 tristate "RouterBoard 500 PATA CompactFlash support"
571 depends on MIKROTIK_RB500
572 help
573 This option enables support for the RouterBoard 500
574 PATA CompactFlash controller.
575
576 If unsure, say N.
577
Jeff Garzik669a5db2006-08-29 18:12:40 -0400578config PATA_RZ1000
579 tristate "PC Tech RZ1000 PATA support"
580 depends on PCI
581 help
582 This option enables basic support for the PC Tech RZ1000/1
583 PATA controllers via the new ATA layer
584
585 If unsure, say N.
586
587config PATA_SC1200
Alan Cox942d09472007-03-08 23:24:49 +0000588 tristate "SC1200 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400589 depends on PCI && EXPERIMENTAL
590 help
591 This option enables support for the NatSemi/AMD SC1200 SoC
592 companion chip used with the Geode processor family.
593
594 If unsure, say N.
595
596config PATA_SERVERWORKS
Alan Cox942d09472007-03-08 23:24:49 +0000597 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
598 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400599 help
600 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
601 HT1000 PATA controllers, via the new ATA layer.
602
603 If unsure, say N.
604
605config PATA_PDC2027X
606 tristate "Promise PATA 2027x support"
607 depends on PCI
608 help
609 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
610
611 If unsure, say N.
612
613config PATA_SIL680
614 tristate "CMD / Silicon Image 680 PATA support"
615 depends on PCI
616 help
617 This option enables support for CMD / Silicon Image 680 PATA.
618
619 If unsure, say N.
620
621config PATA_SIS
622 tristate "SiS PATA support (Experimental)"
623 depends on PCI && EXPERIMENTAL
624 help
625 This option enables support for SiS PATA controllers
626
627 If unsure, say N.
628
629config PATA_VIA
630 tristate "VIA PATA support"
631 depends on PCI
632 help
633 This option enables support for the VIA PATA interfaces
634 found on the many VIA chipsets.
635
636 If unsure, say N.
637
638config PATA_WINBOND
639 tristate "Winbond SL82C105 PATA support"
640 depends on PCI
641 help
642 This option enables support for SL82C105 PATA devices found in the
643 Netwinder and some other systems
644
645 If unsure, say N.
646
Alan Cox7e45b0e2006-09-29 18:30:05 +0100647config PATA_WINBOND_VLB
648 tristate "Winbond W83759A VLB PATA support (Experimental)"
649 depends on ISA && EXPERIMENTAL
650 help
651 Support for the Winbond W83759A controller on Vesa Local Bus
652 systems.
653
Paul Mundta20c9e82006-10-27 19:08:48 -0700654config PATA_PLATFORM
655 tristate "Generic platform device PATA support"
Anton Vorontsov61f71622008-01-09 22:10:41 +0300656 depends on EMBEDDED || ARCH_RPC || PPC
Paul Mundta20c9e82006-10-27 19:08:48 -0700657 help
658 This option enables support for generic directly connected ATA
659 devices commonly found on embedded systems.
660
661 If unsure, say N.
662
Anton Vorontsov61f71622008-01-09 22:10:41 +0300663config PATA_OF_PLATFORM
664 tristate "OpenFirmware platform device PATA support"
665 depends on PATA_PLATFORM && PPC_OF
666 help
667 This option enables support for generic directly connected ATA
668 devices commonly found on embedded systems with OpenFirmware
669 bindings.
670
671 If unsure, say N.
672
Russell King73b6a2b2007-05-03 09:55:52 +0100673config PATA_ICSIDE
674 tristate "Acorn ICS PATA support"
675 depends on ARM && ARCH_ACORN
676 help
677 On Acorn systems, say Y here if you wish to use the ICS PATA
678 interface card. This is not required for ICS partition support.
679 If you are unsure, say N to this.
680
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500681config PATA_IXP4XX_CF
682 tristate "IXP4XX Compact Flash support"
683 depends on ARCH_IXP4XX
684 help
685 This option enables support for a Compact Flash connected on
686 the ixp4xx expansion bus. This driver had been written for
687 Loft/Avila boards in mind but can work with others.
688
689 If unsure, say N.
690
Akira Iguchia619f981b2007-01-26 16:28:18 +0900691config PATA_SCC
692 tristate "Toshiba's Cell Reference Set IDE support"
Akira Iguchiaeb93622007-03-15 14:32:58 +0900693 depends on PCI && PPC_CELLEB
Akira Iguchia619f981b2007-01-26 16:28:18 +0900694 help
695 This option enables support for the built-in IDE controller on
696 Toshiba Cell Reference Board.
697
698 If unsure, say N.
699
Sonic Zhangd830d172007-08-21 13:12:31 +0800700config PATA_BF54X
701 tristate "Blackfin 54x ATAPI support"
702 depends on BF542 || BF548 || BF549
703 help
704 This option enables support for the built-in ATAPI controller on
705 Blackfin 54x family chips.
706
707 If unsure, say N.
708
Tejun Heo127102a2008-04-07 22:47:21 +0900709endif # ATA_SFF
Jan Engelhardtb196fc62007-05-10 22:48:54 -0700710endif # ATA