blob: 1410907d1ed21834b233316a0e27c2066484e7f7 [file] [log] [blame]
Jeff Garzik421b20b2006-08-14 14:27:36 -04001#
2# SATA/PATA driver configuration
3#
4
5menu "Serial ATA (prod) and Parallel ATA (experimental) drivers"
Jeff Garzikc6fd2802006-08-10 07:31:37 -04006
7config ATA
8 tristate "ATA device support"
Adrian Bunkbf2d4012006-10-20 14:39:35 -07009 depends on BLOCK
Al Viro9317fd42006-09-24 23:40:00 +010010 depends on !(M32R || M68K) || BROKEN
Al Viro8abf1062006-09-24 23:41:00 +010011 depends on !SUN4 || BROKEN
Jeff Garzik81ce3c42006-08-24 02:41:25 -040012 select SCSI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040013 ---help---
14 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
15 any other ATA device under Linux, say Y and make sure that you know
16 the name of your ATA host adapter (the card inside your computer
17 that "speaks" the ATA protocol, also called ATA controller),
18 because you will be asked for it.
19
Jeff Garzik81ce3c42006-08-24 02:41:25 -040020if ATA
21
David Woodhouse8cdf92a2007-01-01 19:31:15 +000022config ATA_NONSTANDARD
23 bool
24 default n
25
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040026config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040027 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040028 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040029 help
30 This option enables support for AHCI Serial ATA.
31
32 If unsure, say N.
33
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040034config SATA_SVW
Jeff Garzikc6fd2802006-08-10 07:31:37 -040035 tristate "ServerWorks Frodo / Apple K2 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040036 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040037 help
38 This option enables support for Broadcom/Serverworks/Apple K2
39 SATA support.
40
41 If unsure, say N.
42
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040043config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +000044 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040045 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040046 help
Alan2bfc3612006-12-16 12:54:29 +000047 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +000048 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
49 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -040050
51 If unsure, say N.
52
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040053config SATA_MV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040054 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040055 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040056 help
57 This option enables support for the Marvell Serial ATA family.
58 Currently supports 88SX[56]0[48][01] chips.
59
60 If unsure, say N.
61
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040062config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040063 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040064 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040065 help
66 This option enables support for NVIDIA Serial ATA.
67
68 If unsure, say N.
69
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040070config PDC_ADMA
Jeff Garzikc6fd2802006-08-10 07:31:37 -040071 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040072 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040073 help
74 This option enables support for Pacific Digital ADMA controllers
75
76 If unsure, say N.
77
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040078config SATA_QSTOR
Jeff Garzikc6fd2802006-08-10 07:31:37 -040079 tristate "Pacific Digital SATA QStor support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040080 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040081 help
82 This option enables support for Pacific Digital Serial ATA QStor.
83
84 If unsure, say N.
85
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040086config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -040087 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040088 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040089 help
90 This option enables support for Promise Serial ATA TX2/TX4.
91
92 If unsure, say N.
93
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040094config SATA_SX4
Jeff Garzikc6fd2802006-08-10 07:31:37 -040095 tristate "Promise SATA SX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040096 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040097 help
98 This option enables support for Promise Serial ATA SX4.
99
100 If unsure, say N.
101
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400102config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400103 tristate "Silicon Image SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400104 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400105 help
106 This option enables support for Silicon Image Serial ATA.
107
108 If unsure, say N.
109
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400110config SATA_SIL24
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400111 tristate "Silicon Image 3124/3132 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400112 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400113 help
114 This option enables support for Silicon Image 3124/3132 Serial ATA.
115
116 If unsure, say N.
117
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400118config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000119 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400120 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000121 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400122 help
Alan9b14dec2007-01-08 16:11:07 +0000123 This option enables support for SiS Serial ATA on
124 SiS 964/965/966/180 and Parallel ATA on SiS 180.
125 The PATA support for SiS 180 requires additionally to
126 enable the PATA_SIS driver in the config.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400127 If unsure, say N.
128
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400129config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400130 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400131 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400132 help
133 This option enables support for ULi Electronics SATA.
134
135 If unsure, say N.
136
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400137config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400138 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400139 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400140 help
141 This option enables support for VIA Serial ATA.
142
143 If unsure, say N.
144
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400145config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400146 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400147 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400148 help
149 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
150
151 If unsure, say N.
152
Tejun Heo1fd7a692007-01-03 17:32:45 +0900153config SATA_INIC162X
154 tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
155 depends on PCI && EXPERIMENTAL
156 help
157 This option enables support for Initio 162x Serial ATA.
158
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400159config SATA_INTEL_COMBINED
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400160 bool
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400161 depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400162 default y
163
Kristen Carlson Accardi11ef6972006-09-28 11:29:01 -0700164config SATA_ACPI
165 bool
166 depends on ACPI && PCI
167 default y
168 help
169 This option adds support for SATA-related ACPI objects.
170 These ACPI objects add the ability to retrieve taskfiles
171 from the ACPI BIOS and write them to the disk controller.
172 These objects may be related to performance, security,
173 power management, or other areas.
174 You can disable this at kernel boot time by using the
175 option libata.noacpi=1
176
Jeff Garzik669a5db2006-08-29 18:12:40 -0400177config PATA_ALI
178 tristate "ALi PATA support (Experimental)"
179 depends on PCI && EXPERIMENTAL
180 help
181 This option enables support for the ALi ATA interfaces
182 found on the many ALi chipsets.
183
184 If unsure, say N.
185
186config PATA_AMD
187 tristate "AMD/NVidia PATA support (Experimental)"
188 depends on PCI
189 help
190 This option enables support for the AMD and NVidia PATA
191 interfaces found on the chipsets for Athlon/Athlon64.
192
193 If unsure, say N.
194
195config PATA_ARTOP
196 tristate "ARTOP 6210/6260 PATA support (Experimental)"
197 depends on PCI && EXPERIMENTAL
198 help
199 This option enables support for ARTOP PATA controllers.
200
201 If unsure, say N.
202
203config PATA_ATIIXP
204 tristate "ATI PATA support (Experimental)"
205 depends on PCI && EXPERIMENTAL
206 help
207 This option enables support for the ATI ATA interfaces
208 found on the many ATI chipsets.
209
210 If unsure, say N.
211
Alan Coxb2248da2007-03-06 02:38:11 -0800212config PATA_CMD640_PCI
213 tristate "CMD640 PCI PATA support (Very Experimental)"
214 depends on PCI && EXPERIMENTAL
215 help
216 This option enables support for the CMD640 PCI IDE
217 interface chip. Only the primary channel is currently
218 supported.
219
220 If unsure, say N.
221
Jeff Garzik669a5db2006-08-29 18:12:40 -0400222config PATA_CMD64X
223 tristate "CMD64x PATA support (Very Experimental)"
224 depends on PCI&& EXPERIMENTAL
225 help
226 This option enables support for the CMD64x series chips
227 except for the CMD640.
228
229 If unsure, say N.
230
231config PATA_CS5520
232 tristate "CS5510/5520 PATA support"
233 depends on PCI
234 help
235 This option enables support for the Cyrix 5510/5520
236 companion chip used with the MediaGX/Geode processor family.
237
238 If unsure, say N.
239
240config PATA_CS5530
241 tristate "CS5530 PATA support (Experimental)"
242 depends on PCI && EXPERIMENTAL
243 help
244 This option enables support for the Cyrix/NatSemi/AMD CS5530
245 companion chip used with the MediaGX/Geode processor family.
246
247 If unsure, say N.
248
249config PATA_CS5535
250 tristate "CS5535 PATA support (Experimental)"
251 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
252 help
253 This option enables support for the NatSemi/AMD CS5535
254 companion chip used with the Geode processor family.
255
256 If unsure, say N.
257
258config PATA_CYPRESS
259 tristate "Cypress CY82C693 PATA support (Very Experimental)"
260 depends on PCI && EXPERIMENTAL
261 help
262 This option enables support for the Cypress/Contaq CY82C693
263 chipset found in some Alpha systems
264
265 If unsure, say N.
266
267config PATA_EFAR
268 tristate "EFAR SLC90E66 support"
269 depends on PCI
270 help
271 This option enables support for the EFAR SLC90E66
272 IDE controller found on some older machines.
273
274 If unsure, say N.
275
276config ATA_GENERIC
277 tristate "Generic ATA support"
278 depends on PCI
279 help
280 This option enables support for generic BIOS configured
281 ATA controllers via the new ATA layer
282
283 If unsure, say N.
284
285config PATA_HPT366
286 tristate "HPT 366/368 PATA support (Very Experimental)"
287 depends on PCI && EXPERIMENTAL
288 help
289 This option enables support for the HPT 366 and 368
290 PATA controllers via the new ATA layer.
291
292 If unsure, say N.
293
294config PATA_HPT37X
295 tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)"
296 depends on PCI && EXPERIMENTAL
297 help
298 This option enables support for the majority of the later HPT
299 PATA controllers via the new ATA layer.
300
301 If unsure, say N.
302
303config PATA_HPT3X2N
304 tristate "HPT 372N/302N PATA support (Very Experimental)"
305 depends on PCI && EXPERIMENTAL
306 help
307 This option enables support for the N variant HPT PATA
308 controllers via the new ATA layer
309
310 If unsure, say N.
311
312config PATA_HPT3X3
313 tristate "HPT 343/363 PATA support (Experimental)"
314 depends on PCI
315 help
316 This option enables support for the HPT 343/363
317 PATA controllers via the new ATA layer
318
319 If unsure, say N.
320
321config PATA_ISAPNP
322 tristate "ISA Plug and Play PATA support (Very Experimental)"
323 depends on EXPERIMENTAL && ISAPNP
324 help
325 This option enables support for ISA plug & play ATA
326 controllers such as those found on old soundcards.
327
328 If unsure, say N.
329
Jeff Garzik669a5db2006-08-29 18:12:40 -0400330config PATA_IT821X
Alan9b13b682006-12-07 08:59:14 -0800331 tristate "IT8211/2 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400332 depends on PCI && EXPERIMENTAL
333 help
334 This option enables support for the ITE 8211 and 8212
335 PATA controllers via the new ATA layer, including RAID
336 mode.
337
338 If unsure, say N.
339
Alan9b13b682006-12-07 08:59:14 -0800340config PATA_IT8213
341 tristate "IT8213 PATA support (Experimental)"
342 depends on PCI && EXPERIMENTAL
343 help
344 This option enables support for the ITE 821 PATA
345 controllers via the new ATA layer.
346
347 If unsure, say N.
348
Jeff Garzik406176e2006-09-06 10:48:19 -0400349config PATA_JMICRON
350 tristate "JMicron PATA support"
351 depends on PCI
352 help
353 Enable support for the JMicron IDE controller, via the new
354 ATA layer.
355
356 If unsure, say N.
357
Jeff Garzik669a5db2006-08-29 18:12:40 -0400358config PATA_LEGACY
359 tristate "Legacy ISA PATA support (Experimental)"
Alan Cox4735ebed2006-09-26 17:37:22 +0100360 depends on ISA && EXPERIMENTAL
Jeff Garzik669a5db2006-08-29 18:12:40 -0400361 help
362 This option enables support for ISA/VLB bus legacy PATA
363 ports and allows them to be accessed via the new ATA layer.
364
365 If unsure, say N.
366
367config PATA_TRIFLEX
368 tristate "Compaq Triflex PATA support"
369 depends on PCI
370 help
371 Enable support for the Compaq 'Triflex' IDE controller as found
372 on many Compaq Pentium-Pro systems, via the new ATA layer.
373
374 If unsure, say N.
375
Alan Cox75742cb2006-10-16 16:40:06 +0100376config PATA_MARVELL
377 tristate "Marvell PATA support via legacy mode"
378 depends on PCI
379 help
380 This option enables limited support for the Marvell 88SE6145 ATA
381 controller.
382
383 If unsure, say N.
384
Sylvain Munaut155d2912006-12-08 00:14:16 +0100385config PATA_MPC52xx
386 tristate "Freescale MPC52xx SoC internal IDE"
387 depends on PPC_MPC52xx
388 help
389 This option enables support for integrated IDE controller
390 of the Freescale MPC52xx SoC.
391
392 If unsure, say N.
393
Jeff Garzik669a5db2006-08-29 18:12:40 -0400394config PATA_MPIIX
395 tristate "Intel PATA MPIIX support"
396 depends on PCI
397 help
398 This option enables support for MPIIX PATA support.
399
400 If unsure, say N.
401
402config PATA_OLDPIIX
403 tristate "Intel PATA old PIIX support (Experimental)"
404 depends on PCI && EXPERIMENTAL
405 help
406 This option enables support for old(?) PIIX PATA support.
407
408 If unsure, say N.
409
410config PATA_NETCELL
411 tristate "NETCELL Revolution RAID support"
412 depends on PCI
413 help
414 This option enables support for the Netcell Revolution RAID
415 PATA controller.
416
417 If unsure, say N.
418
419config PATA_NS87410
420 tristate "Nat Semi NS87410 PATA support (Experimental)"
421 depends on PCI && EXPERIMENTAL
422 help
423 This option enables support for the National Semiconductor
424 NS87410 PCI-IDE controller.
425
426 If unsure, say N.
427
428config PATA_OPTI
429 tristate "OPTI621/6215 PATA support (Very Experimental)"
430 depends on PCI && EXPERIMENTAL
431 help
432 This option enables full PIO support for the early Opti ATA
433 controllers found on some old motherboards.
434
435 If unsure, say N.
436
437config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800438 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400439 depends on PCI && EXPERIMENTAL
440 help
441 This option enables DMA/PIO support for the later OPTi
442 controllers found on some old motherboards and in some
443 latops
444
445 If unsure, say N.
446
447config PATA_PCMCIA
448 tristate "PCMCIA PATA support"
449 depends on PCMCIA
450 help
451 This option enables support for PCMCIA ATA interfaces, including
452 compact flash card adapters via the new ATA layer.
453
454 If unsure, say N.
455
456config PATA_PDC_OLD
457 tristate "Older Promise PATA controller support (Very Experimental)"
458 depends on PCI && EXPERIMENTAL
459 help
460 This option enables support for the Promise 20246, 20262, 20263,
461 20265 and 20267 adapters.
462
463 If unsure, say N.
464
465config PATA_QDI
466 tristate "QDI VLB PATA support"
Alan Cox4735ebed2006-09-26 17:37:22 +0100467 depends on ISA
Jeff Garzik669a5db2006-08-29 18:12:40 -0400468 help
469 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
470
471config PATA_RADISYS
472 tristate "RADISYS 82600 PATA support (Very experimental)"
473 depends on PCI && EXPERIMENTAL
474 help
475 This option enables support for the RADISYS 82600
476 PATA controllers via the new ATA layer
477
478 If unsure, say N.
479
480config PATA_RZ1000
481 tristate "PC Tech RZ1000 PATA support"
482 depends on PCI
483 help
484 This option enables basic support for the PC Tech RZ1000/1
485 PATA controllers via the new ATA layer
486
487 If unsure, say N.
488
489config PATA_SC1200
490 tristate "SC1200 PATA support (Raving Lunatic)"
491 depends on PCI && EXPERIMENTAL
492 help
493 This option enables support for the NatSemi/AMD SC1200 SoC
494 companion chip used with the Geode processor family.
495
496 If unsure, say N.
497
498config PATA_SERVERWORKS
499 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)"
500 depends on PCI && EXPERIMENTAL
501 help
502 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
503 HT1000 PATA controllers, via the new ATA layer.
504
505 If unsure, say N.
506
507config PATA_PDC2027X
508 tristate "Promise PATA 2027x support"
509 depends on PCI
510 help
511 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
512
513 If unsure, say N.
514
515config PATA_SIL680
516 tristate "CMD / Silicon Image 680 PATA support"
517 depends on PCI
518 help
519 This option enables support for CMD / Silicon Image 680 PATA.
520
521 If unsure, say N.
522
523config PATA_SIS
524 tristate "SiS PATA support (Experimental)"
525 depends on PCI && EXPERIMENTAL
526 help
527 This option enables support for SiS PATA controllers
528
529 If unsure, say N.
530
531config PATA_VIA
532 tristate "VIA PATA support"
533 depends on PCI
534 help
535 This option enables support for the VIA PATA interfaces
536 found on the many VIA chipsets.
537
538 If unsure, say N.
539
540config PATA_WINBOND
541 tristate "Winbond SL82C105 PATA support"
542 depends on PCI
543 help
544 This option enables support for SL82C105 PATA devices found in the
545 Netwinder and some other systems
546
547 If unsure, say N.
548
Alan Cox7e45b0e2006-09-29 18:30:05 +0100549config PATA_WINBOND_VLB
550 tristate "Winbond W83759A VLB PATA support (Experimental)"
551 depends on ISA && EXPERIMENTAL
552 help
553 Support for the Winbond W83759A controller on Vesa Local Bus
554 systems.
555
Paul Mundta20c9e82006-10-27 19:08:48 -0700556config PATA_PLATFORM
557 tristate "Generic platform device PATA support"
558 depends on EMBEDDED
559 help
560 This option enables support for generic directly connected ATA
561 devices commonly found on embedded systems.
562
563 If unsure, say N.
564
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500565config PATA_IXP4XX_CF
566 tristate "IXP4XX Compact Flash support"
567 depends on ARCH_IXP4XX
568 help
569 This option enables support for a Compact Flash connected on
570 the ixp4xx expansion bus. This driver had been written for
571 Loft/Avila boards in mind but can work with others.
572
573 If unsure, say N.
574
Akira Iguchia619f981b2007-01-26 16:28:18 +0900575config PATA_SCC
576 tristate "Toshiba's Cell Reference Set IDE support"
Akira Iguchiaeb93622007-03-15 14:32:58 +0900577 depends on PCI && PPC_CELLEB
Akira Iguchia619f981b2007-01-26 16:28:18 +0900578 help
579 This option enables support for the built-in IDE controller on
580 Toshiba Cell Reference Board.
581
582 If unsure, say N.
583
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400584endif
Jeff Garzik421b20b2006-08-14 14:27:36 -0400585endmenu
586