blob: 33f5eb038773afa73b893c4d0f91825a24bf2f37 [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
33 default y
34 help
35 This option adds support for ATA-related ACPI objects.
36 These ACPI objects add the ability to retrieve taskfiles
37 from the ACPI BIOS and write them to the disk controller.
38 These objects may be related to performance, security,
39 power management, or other areas.
40 You can disable this at kernel boot time by using the
41 option libata.noacpi=1
42
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040043config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040044 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040045 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040046 help
47 This option enables support for AHCI Serial ATA.
48
49 If unsure, say N.
50
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040051config SATA_SVW
Jeff Garzikc6fd2802006-08-10 07:31:37 -040052 tristate "ServerWorks Frodo / Apple K2 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 Broadcom/Serverworks/Apple K2
56 SATA support.
57
58 If unsure, say N.
59
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040060config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +000061 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040062 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040063 help
Alan2bfc3612006-12-16 12:54:29 +000064 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +000065 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
66 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -040067
68 If unsure, say N.
69
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040070config SATA_MV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040071 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040072 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040073 help
74 This option enables support for the Marvell Serial ATA family.
75 Currently supports 88SX[56]0[48][01] chips.
76
77 If unsure, say N.
78
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040079config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040080 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040081 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040082 help
83 This option enables support for NVIDIA Serial ATA.
84
85 If unsure, say N.
86
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040087config PDC_ADMA
Jeff Garzikc6fd2802006-08-10 07:31:37 -040088 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040089 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040090 help
91 This option enables support for Pacific Digital ADMA controllers
92
93 If unsure, say N.
94
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040095config SATA_QSTOR
Jeff Garzikc6fd2802006-08-10 07:31:37 -040096 tristate "Pacific Digital SATA QStor support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040097 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040098 help
99 This option enables support for Pacific Digital Serial ATA QStor.
100
101 If unsure, say N.
102
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400103config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400104 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400105 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400106 help
107 This option enables support for Promise Serial ATA TX2/TX4.
108
109 If unsure, say N.
110
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400111config SATA_SX4
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400112 tristate "Promise SATA SX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400113 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400114 help
115 This option enables support for Promise Serial ATA SX4.
116
117 If unsure, say N.
118
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400119config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400120 tristate "Silicon Image SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400121 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400122 help
123 This option enables support for Silicon Image Serial ATA.
124
125 If unsure, say N.
126
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400127config SATA_SIL24
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400128 tristate "Silicon Image 3124/3132 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400129 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400130 help
131 This option enables support for Silicon Image 3124/3132 Serial ATA.
132
133 If unsure, say N.
134
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400135config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000136 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400137 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000138 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400139 help
Jeff Garzika617c092007-05-21 20:14:23 -0400140 This option enables support for SiS Serial ATA on
Alan9b14dec2007-01-08 16:11:07 +0000141 SiS 964/965/966/180 and Parallel ATA on SiS 180.
142 The PATA support for SiS 180 requires additionally to
143 enable the PATA_SIS driver in the config.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400144 If unsure, say N.
145
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400146config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400147 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400148 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400149 help
150 This option enables support for ULi Electronics SATA.
151
152 If unsure, say N.
153
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400154config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400155 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400156 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400157 help
158 This option enables support for VIA Serial ATA.
159
160 If unsure, say N.
161
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400162config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400163 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400164 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400165 help
166 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
167
168 If unsure, say N.
169
Tejun Heo1fd7a692007-01-03 17:32:45 +0900170config SATA_INIC162X
171 tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
172 depends on PCI && EXPERIMENTAL
173 help
174 This option enables support for Initio 162x Serial ATA.
175
Alan Cox025621f2007-10-04 21:32:58 +0100176config PATA_ACPI
177 tristate "ACPI firmware driver for PATA"
178 depends on ATA_ACPI
179 help
180 This option enables an ACPI method driver which drives
181 motherboard PATA controller interfaces through the ACPI
182 firmware in the BIOS. This driver can sometimes handle
183 otherwise unsupported hardware.
184
Jeff Garzik669a5db2006-08-29 18:12:40 -0400185config PATA_ALI
186 tristate "ALi PATA support (Experimental)"
187 depends on PCI && EXPERIMENTAL
188 help
189 This option enables support for the ALi ATA interfaces
190 found on the many ALi chipsets.
191
192 If unsure, say N.
193
194config PATA_AMD
Alan Cox942d09472007-03-08 23:24:49 +0000195 tristate "AMD/NVidia PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400196 depends on PCI
197 help
198 This option enables support for the AMD and NVidia PATA
199 interfaces found on the chipsets for Athlon/Athlon64.
200
201 If unsure, say N.
202
203config PATA_ARTOP
Alan Coxc645fd32007-09-20 14:58:48 +0100204 tristate "ARTOP 6210/6260 PATA support"
205 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400206 help
207 This option enables support for ARTOP PATA controllers.
208
209 If unsure, say N.
210
Kristoffer Nyborg Gregertsen7c9ef8e2007-08-08 16:57:08 +0200211config PATA_AT32
212 tristate "Atmel AVR32 PATA support (Experimental)"
213 depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
214 help
215 This option enables support for the IDE devices on the
216 Atmel AT32AP platform.
217
218 If unsure, say N.
219
Jeff Garzik669a5db2006-08-29 18:12:40 -0400220config PATA_ATIIXP
Alan Coxc645fd32007-09-20 14:58:48 +0100221 tristate "ATI PATA support"
222 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400223 help
224 This option enables support for the ATI ATA interfaces
225 found on the many ATI chipsets.
226
227 If unsure, say N.
228
Alan Coxb2248da2007-03-06 02:38:11 -0800229config PATA_CMD640_PCI
230 tristate "CMD640 PCI PATA support (Very Experimental)"
231 depends on PCI && EXPERIMENTAL
232 help
233 This option enables support for the CMD640 PCI IDE
234 interface chip. Only the primary channel is currently
235 supported.
236
237 If unsure, say N.
238
Jeff Garzik669a5db2006-08-29 18:12:40 -0400239config PATA_CMD64X
Alan Coxc645fd32007-09-20 14:58:48 +0100240 tristate "CMD64x PATA support"
241 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400242 help
243 This option enables support for the CMD64x series chips
244 except for the CMD640.
245
246 If unsure, say N.
247
248config PATA_CS5520
249 tristate "CS5510/5520 PATA support"
250 depends on PCI
251 help
252 This option enables support for the Cyrix 5510/5520
253 companion chip used with the MediaGX/Geode processor family.
254
255 If unsure, say N.
256
257config PATA_CS5530
258 tristate "CS5530 PATA support (Experimental)"
259 depends on PCI && EXPERIMENTAL
260 help
261 This option enables support for the Cyrix/NatSemi/AMD CS5530
262 companion chip used with the MediaGX/Geode processor family.
263
264 If unsure, say N.
265
266config PATA_CS5535
267 tristate "CS5535 PATA support (Experimental)"
268 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
269 help
270 This option enables support for the NatSemi/AMD CS5535
271 companion chip used with the Geode processor family.
272
273 If unsure, say N.
274
Martin K. Petersen3957df62007-10-11 03:38:19 -0400275config PATA_CS5536
276 tristate "CS5536 PATA support (Experimental)"
277 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
278 help
279 This option enables support for the AMD CS5536
280 companion chip used with the Geode LX processor family.
281
282 If unsure, say N.
283
Jeff Garzik669a5db2006-08-29 18:12:40 -0400284config PATA_CYPRESS
285 tristate "Cypress CY82C693 PATA support (Very Experimental)"
286 depends on PCI && EXPERIMENTAL
287 help
288 This option enables support for the Cypress/Contaq CY82C693
289 chipset found in some Alpha systems
290
291 If unsure, say N.
292
293config PATA_EFAR
294 tristate "EFAR SLC90E66 support"
295 depends on PCI
296 help
297 This option enables support for the EFAR SLC90E66
298 IDE controller found on some older machines.
299
300 If unsure, say N.
301
302config ATA_GENERIC
303 tristate "Generic ATA support"
304 depends on PCI
305 help
306 This option enables support for generic BIOS configured
307 ATA controllers via the new ATA layer
308
309 If unsure, say N.
310
311config PATA_HPT366
Alan Coxc645fd32007-09-20 14:58:48 +0100312 tristate "HPT 366/368 PATA support"
313 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400314 help
315 This option enables support for the HPT 366 and 368
316 PATA controllers via the new ATA layer.
317
318 If unsure, say N.
319
320config PATA_HPT37X
Alan Cox942d09472007-03-08 23:24:49 +0000321 tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400322 depends on PCI && EXPERIMENTAL
323 help
324 This option enables support for the majority of the later HPT
325 PATA controllers via the new ATA layer.
326
327 If unsure, say N.
328
329config PATA_HPT3X2N
330 tristate "HPT 372N/302N PATA support (Very Experimental)"
331 depends on PCI && EXPERIMENTAL
332 help
333 This option enables support for the N variant HPT PATA
334 controllers via the new ATA layer
335
336 If unsure, say N.
337
338config PATA_HPT3X3
Alan Cox66e7da42007-07-09 11:46:22 -0700339 tristate "HPT 343/363 PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400340 depends on PCI
341 help
342 This option enables support for the HPT 343/363
343 PATA controllers via the new ATA layer
344
345 If unsure, say N.
346
Alan Cox66e7da42007-07-09 11:46:22 -0700347config PATA_HPT3X3_DMA
348 bool "HPT 343/363 DMA support (Experimental)"
349 depends on PATA_HPT3X3
350 help
351 This option enables DMA support for the HPT343/363
352 controllers. Enable with care as there are still some
353 problems with DMA on this chipset.
354
Jeff Garzik669a5db2006-08-29 18:12:40 -0400355config PATA_ISAPNP
Alan Cox942d09472007-03-08 23:24:49 +0000356 tristate "ISA Plug and Play PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400357 depends on EXPERIMENTAL && ISAPNP
358 help
359 This option enables support for ISA plug & play ATA
360 controllers such as those found on old soundcards.
361
362 If unsure, say N.
363
Jeff Garzik669a5db2006-08-29 18:12:40 -0400364config PATA_IT821X
Alan Cox942d09472007-03-08 23:24:49 +0000365 tristate "IT8211/2 PATA support"
366 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400367 help
368 This option enables support for the ITE 8211 and 8212
369 PATA controllers via the new ATA layer, including RAID
370 mode.
371
372 If unsure, say N.
373
Alan9b13b682006-12-07 08:59:14 -0800374config PATA_IT8213
375 tristate "IT8213 PATA support (Experimental)"
376 depends on PCI && EXPERIMENTAL
377 help
378 This option enables support for the ITE 821 PATA
379 controllers via the new ATA layer.
380
381 If unsure, say N.
382
Jeff Garzik406176e2006-09-06 10:48:19 -0400383config PATA_JMICRON
384 tristate "JMicron PATA support"
385 depends on PCI
386 help
387 Enable support for the JMicron IDE controller, via the new
388 ATA layer.
389
390 If unsure, say N.
391
Jeff Garzik669a5db2006-08-29 18:12:40 -0400392config PATA_LEGACY
393 tristate "Legacy ISA PATA support (Experimental)"
Alan Cox4735ebed2006-09-26 17:37:22 +0100394 depends on ISA && EXPERIMENTAL
Jeff Garzik669a5db2006-08-29 18:12:40 -0400395 help
396 This option enables support for ISA/VLB bus legacy PATA
397 ports and allows them to be accessed via the new ATA layer.
398
399 If unsure, say N.
400
401config PATA_TRIFLEX
402 tristate "Compaq Triflex PATA support"
403 depends on PCI
404 help
405 Enable support for the Compaq 'Triflex' IDE controller as found
406 on many Compaq Pentium-Pro systems, via the new ATA layer.
407
408 If unsure, say N.
409
Alan Cox75742cb2006-10-16 16:40:06 +0100410config PATA_MARVELL
411 tristate "Marvell PATA support via legacy mode"
412 depends on PCI
413 help
414 This option enables limited support for the Marvell 88SE6145 ATA
415 controller.
416
417 If unsure, say N.
418
Sylvain Munaut155d2912006-12-08 00:14:16 +0100419config PATA_MPC52xx
420 tristate "Freescale MPC52xx SoC internal IDE"
421 depends on PPC_MPC52xx
422 help
423 This option enables support for integrated IDE controller
424 of the Freescale MPC52xx SoC.
425
426 If unsure, say N.
427
Jeff Garzik669a5db2006-08-29 18:12:40 -0400428config PATA_MPIIX
429 tristate "Intel PATA MPIIX support"
430 depends on PCI
431 help
432 This option enables support for MPIIX PATA support.
433
434 If unsure, say N.
435
436config PATA_OLDPIIX
Alan Cox942d09472007-03-08 23:24:49 +0000437 tristate "Intel PATA old PIIX support"
438 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400439 help
Alan Cox942d09472007-03-08 23:24:49 +0000440 This option enables support for early PIIX PATA support.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400441
442 If unsure, say N.
443
444config PATA_NETCELL
445 tristate "NETCELL Revolution RAID support"
446 depends on PCI
447 help
448 This option enables support for the Netcell Revolution RAID
449 PATA controller.
450
451 If unsure, say N.
452
453config PATA_NS87410
454 tristate "Nat Semi NS87410 PATA support (Experimental)"
455 depends on PCI && EXPERIMENTAL
456 help
457 This option enables support for the National Semiconductor
458 NS87410 PCI-IDE controller.
459
460 If unsure, say N.
461
Alan Coxc4b5b7b2007-09-29 02:35:10 -0400462config PATA_NS87415
463 tristate "Nat Semi NS87415 PATA support (Experimental)"
464 depends on PCI && EXPERIMENTAL
465 help
466 This option enables support for the National Semiconductor
467 NS87415 PCI-IDE controller.
468
469 If unsure, say N.
470
Jeff Garzik669a5db2006-08-29 18:12:40 -0400471config PATA_OPTI
472 tristate "OPTI621/6215 PATA support (Very Experimental)"
473 depends on PCI && EXPERIMENTAL
474 help
475 This option enables full PIO support for the early Opti ATA
476 controllers found on some old motherboards.
477
478 If unsure, say N.
479
480config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800481 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400482 depends on PCI && EXPERIMENTAL
483 help
484 This option enables DMA/PIO support for the later OPTi
485 controllers found on some old motherboards and in some
David Sterba3dde6ad2007-05-09 07:12:20 +0200486 laptops.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400487
488 If unsure, say N.
489
490config PATA_PCMCIA
491 tristate "PCMCIA PATA support"
492 depends on PCMCIA
493 help
494 This option enables support for PCMCIA ATA interfaces, including
495 compact flash card adapters via the new ATA layer.
496
497 If unsure, say N.
498
499config PATA_PDC_OLD
Alan Cox942d09472007-03-08 23:24:49 +0000500 tristate "Older Promise PATA controller support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400501 depends on PCI && EXPERIMENTAL
502 help
503 This option enables support for the Promise 20246, 20262, 20263,
504 20265 and 20267 adapters.
505
506 If unsure, say N.
507
508config PATA_QDI
509 tristate "QDI VLB PATA support"
Alan Cox4735ebed2006-09-26 17:37:22 +0100510 depends on ISA
Jeff Garzik669a5db2006-08-29 18:12:40 -0400511 help
512 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
513
514config PATA_RADISYS
Alan Cox942d09472007-03-08 23:24:49 +0000515 tristate "RADISYS 82600 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400516 depends on PCI && EXPERIMENTAL
517 help
518 This option enables support for the RADISYS 82600
519 PATA controllers via the new ATA layer
520
521 If unsure, say N.
522
523config PATA_RZ1000
524 tristate "PC Tech RZ1000 PATA support"
525 depends on PCI
526 help
527 This option enables basic support for the PC Tech RZ1000/1
528 PATA controllers via the new ATA layer
529
530 If unsure, say N.
531
532config PATA_SC1200
Alan Cox942d09472007-03-08 23:24:49 +0000533 tristate "SC1200 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400534 depends on PCI && EXPERIMENTAL
535 help
536 This option enables support for the NatSemi/AMD SC1200 SoC
537 companion chip used with the Geode processor family.
538
539 If unsure, say N.
540
541config PATA_SERVERWORKS
Alan Cox942d09472007-03-08 23:24:49 +0000542 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
543 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400544 help
545 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
546 HT1000 PATA controllers, via the new ATA layer.
547
548 If unsure, say N.
549
550config PATA_PDC2027X
551 tristate "Promise PATA 2027x support"
552 depends on PCI
553 help
554 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
555
556 If unsure, say N.
557
558config PATA_SIL680
559 tristate "CMD / Silicon Image 680 PATA support"
560 depends on PCI
561 help
562 This option enables support for CMD / Silicon Image 680 PATA.
563
564 If unsure, say N.
565
566config PATA_SIS
567 tristate "SiS PATA support (Experimental)"
568 depends on PCI && EXPERIMENTAL
569 help
570 This option enables support for SiS PATA controllers
571
572 If unsure, say N.
573
574config PATA_VIA
575 tristate "VIA PATA support"
576 depends on PCI
577 help
578 This option enables support for the VIA PATA interfaces
579 found on the many VIA chipsets.
580
581 If unsure, say N.
582
583config PATA_WINBOND
584 tristate "Winbond SL82C105 PATA support"
585 depends on PCI
586 help
587 This option enables support for SL82C105 PATA devices found in the
588 Netwinder and some other systems
589
590 If unsure, say N.
591
Alan Cox7e45b0e2006-09-29 18:30:05 +0100592config PATA_WINBOND_VLB
593 tristate "Winbond W83759A VLB PATA support (Experimental)"
594 depends on ISA && EXPERIMENTAL
595 help
596 Support for the Winbond W83759A controller on Vesa Local Bus
597 systems.
598
Paul Mundta20c9e82006-10-27 19:08:48 -0700599config PATA_PLATFORM
600 tristate "Generic platform device PATA support"
Russell Kinga17dba82007-04-21 15:55:06 +0100601 depends on EMBEDDED || ARCH_RPC
Paul Mundta20c9e82006-10-27 19:08:48 -0700602 help
603 This option enables support for generic directly connected ATA
604 devices commonly found on embedded systems.
605
606 If unsure, say N.
607
Russell King73b6a2b2007-05-03 09:55:52 +0100608config PATA_ICSIDE
609 tristate "Acorn ICS PATA support"
610 depends on ARM && ARCH_ACORN
611 help
612 On Acorn systems, say Y here if you wish to use the ICS PATA
613 interface card. This is not required for ICS partition support.
614 If you are unsure, say N to this.
615
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500616config PATA_IXP4XX_CF
617 tristate "IXP4XX Compact Flash support"
618 depends on ARCH_IXP4XX
619 help
620 This option enables support for a Compact Flash connected on
621 the ixp4xx expansion bus. This driver had been written for
622 Loft/Avila boards in mind but can work with others.
623
624 If unsure, say N.
625
Akira Iguchia619f981b2007-01-26 16:28:18 +0900626config PATA_SCC
627 tristate "Toshiba's Cell Reference Set IDE support"
Akira Iguchiaeb93622007-03-15 14:32:58 +0900628 depends on PCI && PPC_CELLEB
Akira Iguchia619f981b2007-01-26 16:28:18 +0900629 help
630 This option enables support for the built-in IDE controller on
631 Toshiba Cell Reference Board.
632
633 If unsure, say N.
634
Sonic Zhangd830d172007-08-21 13:12:31 +0800635config PATA_BF54X
636 tristate "Blackfin 54x ATAPI support"
637 depends on BF542 || BF548 || BF549
638 help
639 This option enables support for the built-in ATAPI controller on
640 Blackfin 54x family chips.
641
642 If unsure, say N.
643
644config PATA_BF54X_DMA
645 bool "DMA mode"
646 depends on PATA_BF54X
647 default y
648 help
649 Enable DMA mode for Blackfin ATAPI controller.
650
Jan Engelhardtb196fc62007-05-10 22:48:54 -0700651endif # ATA