blob: ea102c089222b9e88ff3496c625784f176f672a0 [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
Jeff Garzikc6fd2802006-08-10 07:31:37 -040044 tristate "Intel PIIX/ICH 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
48 and support for PATA on the Intel PIIX3/PIIX4/ICH series
49 PATA 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
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400119 tristate "SiS 964/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400120 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400121 help
122 This option enables support for SiS Serial ATA 964/180.
123
124 If unsure, say N.
125
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400126config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400127 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400128 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400129 help
130 This option enables support for ULi Electronics SATA.
131
132 If unsure, say N.
133
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400134config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400135 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400136 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400137 help
138 This option enables support for VIA Serial ATA.
139
140 If unsure, say N.
141
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400142config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400143 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400144 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400145 help
146 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
147
148 If unsure, say N.
149
Tejun Heo1fd7a692007-01-03 17:32:45 +0900150config SATA_INIC162X
151 tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
152 depends on PCI && EXPERIMENTAL
153 help
154 This option enables support for Initio 162x Serial ATA.
155
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400156config SATA_INTEL_COMBINED
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400157 bool
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400158 depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400159 default y
160
Jeff Garzik669a5db2006-08-29 18:12:40 -0400161config PATA_ALI
162 tristate "ALi PATA support (Experimental)"
163 depends on PCI && EXPERIMENTAL
164 help
165 This option enables support for the ALi ATA interfaces
166 found on the many ALi chipsets.
167
168 If unsure, say N.
169
170config PATA_AMD
171 tristate "AMD/NVidia PATA support (Experimental)"
172 depends on PCI
173 help
174 This option enables support for the AMD and NVidia PATA
175 interfaces found on the chipsets for Athlon/Athlon64.
176
177 If unsure, say N.
178
179config PATA_ARTOP
180 tristate "ARTOP 6210/6260 PATA support (Experimental)"
181 depends on PCI && EXPERIMENTAL
182 help
183 This option enables support for ARTOP PATA controllers.
184
185 If unsure, say N.
186
187config PATA_ATIIXP
188 tristate "ATI PATA support (Experimental)"
189 depends on PCI && EXPERIMENTAL
190 help
191 This option enables support for the ATI ATA interfaces
192 found on the many ATI chipsets.
193
194 If unsure, say N.
195
196config PATA_CMD64X
197 tristate "CMD64x PATA support (Very Experimental)"
198 depends on PCI&& EXPERIMENTAL
199 help
200 This option enables support for the CMD64x series chips
201 except for the CMD640.
202
203 If unsure, say N.
204
205config PATA_CS5520
206 tristate "CS5510/5520 PATA support"
207 depends on PCI
208 help
209 This option enables support for the Cyrix 5510/5520
210 companion chip used with the MediaGX/Geode processor family.
211
212 If unsure, say N.
213
214config PATA_CS5530
215 tristate "CS5530 PATA support (Experimental)"
216 depends on PCI && EXPERIMENTAL
217 help
218 This option enables support for the Cyrix/NatSemi/AMD CS5530
219 companion chip used with the MediaGX/Geode processor family.
220
221 If unsure, say N.
222
223config PATA_CS5535
224 tristate "CS5535 PATA support (Experimental)"
225 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
226 help
227 This option enables support for the NatSemi/AMD CS5535
228 companion chip used with the Geode processor family.
229
230 If unsure, say N.
231
232config PATA_CYPRESS
233 tristate "Cypress CY82C693 PATA support (Very Experimental)"
234 depends on PCI && EXPERIMENTAL
235 help
236 This option enables support for the Cypress/Contaq CY82C693
237 chipset found in some Alpha systems
238
239 If unsure, say N.
240
241config PATA_EFAR
242 tristate "EFAR SLC90E66 support"
243 depends on PCI
244 help
245 This option enables support for the EFAR SLC90E66
246 IDE controller found on some older machines.
247
248 If unsure, say N.
249
250config ATA_GENERIC
251 tristate "Generic ATA support"
252 depends on PCI
253 help
254 This option enables support for generic BIOS configured
255 ATA controllers via the new ATA layer
256
257 If unsure, say N.
258
259config PATA_HPT366
260 tristate "HPT 366/368 PATA support (Very Experimental)"
261 depends on PCI && EXPERIMENTAL
262 help
263 This option enables support for the HPT 366 and 368
264 PATA controllers via the new ATA layer.
265
266 If unsure, say N.
267
268config PATA_HPT37X
269 tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)"
270 depends on PCI && EXPERIMENTAL
271 help
272 This option enables support for the majority of the later HPT
273 PATA controllers via the new ATA layer.
274
275 If unsure, say N.
276
277config PATA_HPT3X2N
278 tristate "HPT 372N/302N PATA support (Very Experimental)"
279 depends on PCI && EXPERIMENTAL
280 help
281 This option enables support for the N variant HPT PATA
282 controllers via the new ATA layer
283
284 If unsure, say N.
285
286config PATA_HPT3X3
287 tristate "HPT 343/363 PATA support (Experimental)"
288 depends on PCI
289 help
290 This option enables support for the HPT 343/363
291 PATA controllers via the new ATA layer
292
293 If unsure, say N.
294
295config PATA_ISAPNP
296 tristate "ISA Plug and Play PATA support (Very Experimental)"
297 depends on EXPERIMENTAL && ISAPNP
298 help
299 This option enables support for ISA plug & play ATA
300 controllers such as those found on old soundcards.
301
302 If unsure, say N.
303
Jeff Garzik669a5db2006-08-29 18:12:40 -0400304config PATA_IT821X
Alan9b13b682006-12-07 08:59:14 -0800305 tristate "IT8211/2 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400306 depends on PCI && EXPERIMENTAL
307 help
308 This option enables support for the ITE 8211 and 8212
309 PATA controllers via the new ATA layer, including RAID
310 mode.
311
312 If unsure, say N.
313
Alan9b13b682006-12-07 08:59:14 -0800314config PATA_IT8213
315 tristate "IT8213 PATA support (Experimental)"
316 depends on PCI && EXPERIMENTAL
317 help
318 This option enables support for the ITE 821 PATA
319 controllers via the new ATA layer.
320
321 If unsure, say N.
322
Jeff Garzik406176e2006-09-06 10:48:19 -0400323config PATA_JMICRON
324 tristate "JMicron PATA support"
325 depends on PCI
326 help
327 Enable support for the JMicron IDE controller, via the new
328 ATA layer.
329
330 If unsure, say N.
331
Jeff Garzik669a5db2006-08-29 18:12:40 -0400332config PATA_LEGACY
333 tristate "Legacy ISA PATA support (Experimental)"
Alan Cox4735ebed2006-09-26 17:37:22 +0100334 depends on ISA && EXPERIMENTAL
Jeff Garzik669a5db2006-08-29 18:12:40 -0400335 help
336 This option enables support for ISA/VLB bus legacy PATA
337 ports and allows them to be accessed via the new ATA layer.
338
339 If unsure, say N.
340
341config PATA_TRIFLEX
342 tristate "Compaq Triflex PATA support"
343 depends on PCI
344 help
345 Enable support for the Compaq 'Triflex' IDE controller as found
346 on many Compaq Pentium-Pro systems, via the new ATA layer.
347
348 If unsure, say N.
349
Alan Cox75742cb2006-10-16 16:40:06 +0100350config PATA_MARVELL
351 tristate "Marvell PATA support via legacy mode"
352 depends on PCI
353 help
354 This option enables limited support for the Marvell 88SE6145 ATA
355 controller.
356
357 If unsure, say N.
358
Sylvain Munaut155d2912006-12-08 00:14:16 +0100359config PATA_MPC52xx
360 tristate "Freescale MPC52xx SoC internal IDE"
361 depends on PPC_MPC52xx
362 help
363 This option enables support for integrated IDE controller
364 of the Freescale MPC52xx SoC.
365
366 If unsure, say N.
367
Jeff Garzik669a5db2006-08-29 18:12:40 -0400368config PATA_MPIIX
369 tristate "Intel PATA MPIIX support"
370 depends on PCI
371 help
372 This option enables support for MPIIX PATA support.
373
374 If unsure, say N.
375
376config PATA_OLDPIIX
377 tristate "Intel PATA old PIIX support (Experimental)"
378 depends on PCI && EXPERIMENTAL
379 help
380 This option enables support for old(?) PIIX PATA support.
381
382 If unsure, say N.
383
384config PATA_NETCELL
385 tristate "NETCELL Revolution RAID support"
386 depends on PCI
387 help
388 This option enables support for the Netcell Revolution RAID
389 PATA controller.
390
391 If unsure, say N.
392
393config PATA_NS87410
394 tristate "Nat Semi NS87410 PATA support (Experimental)"
395 depends on PCI && EXPERIMENTAL
396 help
397 This option enables support for the National Semiconductor
398 NS87410 PCI-IDE controller.
399
400 If unsure, say N.
401
402config PATA_OPTI
403 tristate "OPTI621/6215 PATA support (Very Experimental)"
404 depends on PCI && EXPERIMENTAL
405 help
406 This option enables full PIO support for the early Opti ATA
407 controllers found on some old motherboards.
408
409 If unsure, say N.
410
411config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800412 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400413 depends on PCI && EXPERIMENTAL
414 help
415 This option enables DMA/PIO support for the later OPTi
416 controllers found on some old motherboards and in some
417 latops
418
419 If unsure, say N.
420
421config PATA_PCMCIA
422 tristate "PCMCIA PATA support"
423 depends on PCMCIA
424 help
425 This option enables support for PCMCIA ATA interfaces, including
426 compact flash card adapters via the new ATA layer.
427
428 If unsure, say N.
429
430config PATA_PDC_OLD
431 tristate "Older Promise PATA controller support (Very Experimental)"
432 depends on PCI && EXPERIMENTAL
433 help
434 This option enables support for the Promise 20246, 20262, 20263,
435 20265 and 20267 adapters.
436
437 If unsure, say N.
438
439config PATA_QDI
440 tristate "QDI VLB PATA support"
Alan Cox4735ebed2006-09-26 17:37:22 +0100441 depends on ISA
Jeff Garzik669a5db2006-08-29 18:12:40 -0400442 help
443 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
444
445config PATA_RADISYS
446 tristate "RADISYS 82600 PATA support (Very experimental)"
447 depends on PCI && EXPERIMENTAL
448 help
449 This option enables support for the RADISYS 82600
450 PATA controllers via the new ATA layer
451
452 If unsure, say N.
453
454config PATA_RZ1000
455 tristate "PC Tech RZ1000 PATA support"
456 depends on PCI
457 help
458 This option enables basic support for the PC Tech RZ1000/1
459 PATA controllers via the new ATA layer
460
461 If unsure, say N.
462
463config PATA_SC1200
464 tristate "SC1200 PATA support (Raving Lunatic)"
465 depends on PCI && EXPERIMENTAL
466 help
467 This option enables support for the NatSemi/AMD SC1200 SoC
468 companion chip used with the Geode processor family.
469
470 If unsure, say N.
471
472config PATA_SERVERWORKS
473 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)"
474 depends on PCI && EXPERIMENTAL
475 help
476 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
477 HT1000 PATA controllers, via the new ATA layer.
478
479 If unsure, say N.
480
481config PATA_PDC2027X
482 tristate "Promise PATA 2027x support"
483 depends on PCI
484 help
485 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
486
487 If unsure, say N.
488
489config PATA_SIL680
490 tristate "CMD / Silicon Image 680 PATA support"
491 depends on PCI
492 help
493 This option enables support for CMD / Silicon Image 680 PATA.
494
495 If unsure, say N.
496
497config PATA_SIS
498 tristate "SiS PATA support (Experimental)"
499 depends on PCI && EXPERIMENTAL
500 help
501 This option enables support for SiS PATA controllers
502
503 If unsure, say N.
504
505config PATA_VIA
506 tristate "VIA PATA support"
507 depends on PCI
508 help
509 This option enables support for the VIA PATA interfaces
510 found on the many VIA chipsets.
511
512 If unsure, say N.
513
514config PATA_WINBOND
515 tristate "Winbond SL82C105 PATA support"
516 depends on PCI
517 help
518 This option enables support for SL82C105 PATA devices found in the
519 Netwinder and some other systems
520
521 If unsure, say N.
522
Alan Cox7e45b0e2006-09-29 18:30:05 +0100523config PATA_WINBOND_VLB
524 tristate "Winbond W83759A VLB PATA support (Experimental)"
525 depends on ISA && EXPERIMENTAL
526 help
527 Support for the Winbond W83759A controller on Vesa Local Bus
528 systems.
529
Paul Mundta20c9e82006-10-27 19:08:48 -0700530config PATA_PLATFORM
531 tristate "Generic platform device PATA support"
532 depends on EMBEDDED
533 help
534 This option enables support for generic directly connected ATA
535 devices commonly found on embedded systems.
536
537 If unsure, say N.
538
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500539config PATA_IXP4XX_CF
540 tristate "IXP4XX Compact Flash support"
541 depends on ARCH_IXP4XX
542 help
543 This option enables support for a Compact Flash connected on
544 the ixp4xx expansion bus. This driver had been written for
545 Loft/Avila boards in mind but can work with others.
546
547 If unsure, say N.
548
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400549endif
Jeff Garzik421b20b2006-08-14 14:27:36 -0400550endmenu
551