Commit | Line | Data |
---|---|---|
421b20b9 JG |
1 | # |
2 | # SATA/PATA driver configuration | |
3 | # | |
4 | ||
5 | menu "Serial ATA (prod) and Parallel ATA (experimental) drivers" | |
c6fd2807 JG |
6 | |
7 | config ATA | |
8 | tristate "ATA device support" | |
bf2d401b | 9 | depends on BLOCK |
9317fd4c | 10 | depends on !(M32R || M68K) || BROKEN |
8abf1064 | 11 | depends on !SUN4 || BROKEN |
81ce3c4b | 12 | select SCSI |
c6fd2807 JG |
13 | ---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 | ||
81ce3c4b JG |
20 | if ATA |
21 | ||
8cdf92a9 DW |
22 | config ATA_NONSTANDARD |
23 | bool | |
24 | default n | |
25 | ||
8ad92ba7 | 26 | config SATA_AHCI |
c6fd2807 | 27 | tristate "AHCI SATA support" |
81ce3c4b | 28 | depends on PCI |
c6fd2807 JG |
29 | help |
30 | This option enables support for AHCI Serial ATA. | |
31 | ||
32 | If unsure, say N. | |
33 | ||
8ad92ba7 | 34 | config SATA_SVW |
c6fd2807 | 35 | tristate "ServerWorks Frodo / Apple K2 SATA support" |
81ce3c4b | 36 | depends on PCI |
c6fd2807 JG |
37 | help |
38 | This option enables support for Broadcom/Serverworks/Apple K2 | |
39 | SATA support. | |
40 | ||
41 | If unsure, say N. | |
42 | ||
8ad92ba7 | 43 | config ATA_PIIX |
c6fd2807 | 44 | tristate "Intel PIIX/ICH SATA support" |
81ce3c4b | 45 | depends on PCI |
c6fd2807 | 46 | help |
2bfc3611 A |
47 | 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. | |
c6fd2807 JG |
50 | |
51 | If unsure, say N. | |
52 | ||
8ad92ba7 | 53 | config SATA_MV |
c6fd2807 | 54 | tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)" |
81ce3c4b | 55 | depends on PCI && EXPERIMENTAL |
c6fd2807 JG |
56 | 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 | ||
8ad92ba7 | 62 | config SATA_NV |
c6fd2807 | 63 | tristate "NVIDIA SATA support" |
81ce3c4b | 64 | depends on PCI |
c6fd2807 JG |
65 | help |
66 | This option enables support for NVIDIA Serial ATA. | |
67 | ||
68 | If unsure, say N. | |
69 | ||
8ad92ba7 | 70 | config PDC_ADMA |
c6fd2807 | 71 | tristate "Pacific Digital ADMA support" |
81ce3c4b | 72 | depends on PCI |
c6fd2807 JG |
73 | help |
74 | This option enables support for Pacific Digital ADMA controllers | |
75 | ||
76 | If unsure, say N. | |
77 | ||
8ad92ba7 | 78 | config SATA_QSTOR |
c6fd2807 | 79 | tristate "Pacific Digital SATA QStor support" |
81ce3c4b | 80 | depends on PCI |
c6fd2807 JG |
81 | help |
82 | This option enables support for Pacific Digital Serial ATA QStor. | |
83 | ||
84 | If unsure, say N. | |
85 | ||
8ad92ba7 | 86 | config SATA_PROMISE |
c6fd2807 | 87 | tristate "Promise SATA TX2/TX4 support" |
81ce3c4b | 88 | depends on PCI |
c6fd2807 JG |
89 | help |
90 | This option enables support for Promise Serial ATA TX2/TX4. | |
91 | ||
92 | If unsure, say N. | |
93 | ||
8ad92ba7 | 94 | config SATA_SX4 |
c6fd2807 | 95 | tristate "Promise SATA SX4 support" |
81ce3c4b | 96 | depends on PCI && EXPERIMENTAL |
c6fd2807 JG |
97 | help |
98 | This option enables support for Promise Serial ATA SX4. | |
99 | ||
100 | If unsure, say N. | |
101 | ||
8ad92ba7 | 102 | config SATA_SIL |
c6fd2807 | 103 | tristate "Silicon Image SATA support" |
81ce3c4b | 104 | depends on PCI |
c6fd2807 JG |
105 | help |
106 | This option enables support for Silicon Image Serial ATA. | |
107 | ||
108 | If unsure, say N. | |
109 | ||
8ad92ba7 | 110 | config SATA_SIL24 |
c6fd2807 | 111 | tristate "Silicon Image 3124/3132 SATA support" |
81ce3c4b | 112 | depends on PCI |
c6fd2807 JG |
113 | help |
114 | This option enables support for Silicon Image 3124/3132 Serial ATA. | |
115 | ||
116 | If unsure, say N. | |
117 | ||
8ad92ba7 | 118 | config SATA_SIS |
c6fd2807 | 119 | tristate "SiS 964/180 SATA support" |
81ce3c4b | 120 | depends on PCI |
c6fd2807 JG |
121 | help |
122 | This option enables support for SiS Serial ATA 964/180. | |
123 | ||
124 | If unsure, say N. | |
125 | ||
8ad92ba7 | 126 | config SATA_ULI |
c6fd2807 | 127 | tristate "ULi Electronics SATA support" |
81ce3c4b | 128 | depends on PCI |
c6fd2807 JG |
129 | help |
130 | This option enables support for ULi Electronics SATA. | |
131 | ||
132 | If unsure, say N. | |
133 | ||
8ad92ba7 | 134 | config SATA_VIA |
c6fd2807 | 135 | tristate "VIA SATA support" |
81ce3c4b | 136 | depends on PCI |
c6fd2807 JG |
137 | help |
138 | This option enables support for VIA Serial ATA. | |
139 | ||
140 | If unsure, say N. | |
141 | ||
8ad92ba7 | 142 | config SATA_VITESSE |
c6fd2807 | 143 | tristate "VITESSE VSC-7174 / INTEL 31244 SATA support" |
81ce3c4b | 144 | depends on PCI |
c6fd2807 JG |
145 | help |
146 | This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA. | |
147 | ||
148 | If unsure, say N. | |
149 | ||
8ad92ba7 | 150 | config SATA_INTEL_COMBINED |
c6fd2807 | 151 | bool |
8ad92ba7 | 152 | depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX) |
c6fd2807 JG |
153 | default y |
154 | ||
669a5db4 JG |
155 | config PATA_ALI |
156 | tristate "ALi PATA support (Experimental)" | |
157 | depends on PCI && EXPERIMENTAL | |
158 | help | |
159 | This option enables support for the ALi ATA interfaces | |
160 | found on the many ALi chipsets. | |
161 | ||
162 | If unsure, say N. | |
163 | ||
164 | config PATA_AMD | |
165 | tristate "AMD/NVidia PATA support (Experimental)" | |
166 | depends on PCI | |
167 | help | |
168 | This option enables support for the AMD and NVidia PATA | |
169 | interfaces found on the chipsets for Athlon/Athlon64. | |
170 | ||
171 | If unsure, say N. | |
172 | ||
173 | config PATA_ARTOP | |
174 | tristate "ARTOP 6210/6260 PATA support (Experimental)" | |
175 | depends on PCI && EXPERIMENTAL | |
176 | help | |
177 | This option enables support for ARTOP PATA controllers. | |
178 | ||
179 | If unsure, say N. | |
180 | ||
181 | config PATA_ATIIXP | |
182 | tristate "ATI PATA support (Experimental)" | |
183 | depends on PCI && EXPERIMENTAL | |
184 | help | |
185 | This option enables support for the ATI ATA interfaces | |
186 | found on the many ATI chipsets. | |
187 | ||
188 | If unsure, say N. | |
189 | ||
190 | config PATA_CMD64X | |
191 | tristate "CMD64x PATA support (Very Experimental)" | |
192 | depends on PCI&& EXPERIMENTAL | |
193 | help | |
194 | This option enables support for the CMD64x series chips | |
195 | except for the CMD640. | |
196 | ||
197 | If unsure, say N. | |
198 | ||
199 | config PATA_CS5520 | |
200 | tristate "CS5510/5520 PATA support" | |
201 | depends on PCI | |
202 | help | |
203 | This option enables support for the Cyrix 5510/5520 | |
204 | companion chip used with the MediaGX/Geode processor family. | |
205 | ||
206 | If unsure, say N. | |
207 | ||
208 | config PATA_CS5530 | |
209 | tristate "CS5530 PATA support (Experimental)" | |
210 | depends on PCI && EXPERIMENTAL | |
211 | help | |
212 | This option enables support for the Cyrix/NatSemi/AMD CS5530 | |
213 | companion chip used with the MediaGX/Geode processor family. | |
214 | ||
215 | If unsure, say N. | |
216 | ||
217 | config PATA_CS5535 | |
218 | tristate "CS5535 PATA support (Experimental)" | |
219 | depends on PCI && X86 && !X86_64 && EXPERIMENTAL | |
220 | help | |
221 | This option enables support for the NatSemi/AMD CS5535 | |
222 | companion chip used with the Geode processor family. | |
223 | ||
224 | If unsure, say N. | |
225 | ||
226 | config PATA_CYPRESS | |
227 | tristate "Cypress CY82C693 PATA support (Very Experimental)" | |
228 | depends on PCI && EXPERIMENTAL | |
229 | help | |
230 | This option enables support for the Cypress/Contaq CY82C693 | |
231 | chipset found in some Alpha systems | |
232 | ||
233 | If unsure, say N. | |
234 | ||
235 | config PATA_EFAR | |
236 | tristate "EFAR SLC90E66 support" | |
237 | depends on PCI | |
238 | help | |
239 | This option enables support for the EFAR SLC90E66 | |
240 | IDE controller found on some older machines. | |
241 | ||
242 | If unsure, say N. | |
243 | ||
244 | config ATA_GENERIC | |
245 | tristate "Generic ATA support" | |
246 | depends on PCI | |
247 | help | |
248 | This option enables support for generic BIOS configured | |
249 | ATA controllers via the new ATA layer | |
250 | ||
251 | If unsure, say N. | |
252 | ||
253 | config PATA_HPT366 | |
254 | tristate "HPT 366/368 PATA support (Very Experimental)" | |
255 | depends on PCI && EXPERIMENTAL | |
256 | help | |
257 | This option enables support for the HPT 366 and 368 | |
258 | PATA controllers via the new ATA layer. | |
259 | ||
260 | If unsure, say N. | |
261 | ||
262 | config PATA_HPT37X | |
263 | tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)" | |
264 | depends on PCI && EXPERIMENTAL | |
265 | help | |
266 | This option enables support for the majority of the later HPT | |
267 | PATA controllers via the new ATA layer. | |
268 | ||
269 | If unsure, say N. | |
270 | ||
271 | config PATA_HPT3X2N | |
272 | tristate "HPT 372N/302N PATA support (Very Experimental)" | |
273 | depends on PCI && EXPERIMENTAL | |
274 | help | |
275 | This option enables support for the N variant HPT PATA | |
276 | controllers via the new ATA layer | |
277 | ||
278 | If unsure, say N. | |
279 | ||
280 | config PATA_HPT3X3 | |
281 | tristate "HPT 343/363 PATA support (Experimental)" | |
282 | depends on PCI | |
283 | help | |
284 | This option enables support for the HPT 343/363 | |
285 | PATA controllers via the new ATA layer | |
286 | ||
287 | If unsure, say N. | |
288 | ||
289 | config PATA_ISAPNP | |
290 | tristate "ISA Plug and Play PATA support (Very Experimental)" | |
291 | depends on EXPERIMENTAL && ISAPNP | |
292 | help | |
293 | This option enables support for ISA plug & play ATA | |
294 | controllers such as those found on old soundcards. | |
295 | ||
296 | If unsure, say N. | |
297 | ||
669a5db4 JG |
298 | config PATA_IT821X |
299 | tristate "IT821x PATA support (Experimental)" | |
300 | depends on PCI && EXPERIMENTAL | |
301 | help | |
302 | This option enables support for the ITE 8211 and 8212 | |
303 | PATA controllers via the new ATA layer, including RAID | |
304 | mode. | |
305 | ||
306 | If unsure, say N. | |
307 | ||
406176ee JG |
308 | config PATA_JMICRON |
309 | tristate "JMicron PATA support" | |
310 | depends on PCI | |
311 | help | |
312 | Enable support for the JMicron IDE controller, via the new | |
313 | ATA layer. | |
314 | ||
315 | If unsure, say N. | |
316 | ||
669a5db4 JG |
317 | config PATA_LEGACY |
318 | tristate "Legacy ISA PATA support (Experimental)" | |
4735ebed | 319 | depends on ISA && EXPERIMENTAL |
669a5db4 JG |
320 | help |
321 | This option enables support for ISA/VLB bus legacy PATA | |
322 | ports and allows them to be accessed via the new ATA layer. | |
323 | ||
324 | If unsure, say N. | |
325 | ||
326 | config PATA_TRIFLEX | |
327 | tristate "Compaq Triflex PATA support" | |
328 | depends on PCI | |
329 | help | |
330 | Enable support for the Compaq 'Triflex' IDE controller as found | |
331 | on many Compaq Pentium-Pro systems, via the new ATA layer. | |
332 | ||
333 | If unsure, say N. | |
334 | ||
75742cb4 AC |
335 | config PATA_MARVELL |
336 | tristate "Marvell PATA support via legacy mode" | |
337 | depends on PCI | |
338 | help | |
339 | This option enables limited support for the Marvell 88SE6145 ATA | |
340 | controller. | |
341 | ||
342 | If unsure, say N. | |
343 | ||
669a5db4 JG |
344 | config PATA_MPIIX |
345 | tristate "Intel PATA MPIIX support" | |
346 | depends on PCI | |
347 | help | |
348 | This option enables support for MPIIX PATA support. | |
349 | ||
350 | If unsure, say N. | |
351 | ||
352 | config PATA_OLDPIIX | |
353 | tristate "Intel PATA old PIIX support (Experimental)" | |
354 | depends on PCI && EXPERIMENTAL | |
355 | help | |
356 | This option enables support for old(?) PIIX PATA support. | |
357 | ||
358 | If unsure, say N. | |
359 | ||
360 | config PATA_NETCELL | |
361 | tristate "NETCELL Revolution RAID support" | |
362 | depends on PCI | |
363 | help | |
364 | This option enables support for the Netcell Revolution RAID | |
365 | PATA controller. | |
366 | ||
367 | If unsure, say N. | |
368 | ||
369 | config PATA_NS87410 | |
370 | tristate "Nat Semi NS87410 PATA support (Experimental)" | |
371 | depends on PCI && EXPERIMENTAL | |
372 | help | |
373 | This option enables support for the National Semiconductor | |
374 | NS87410 PCI-IDE controller. | |
375 | ||
376 | If unsure, say N. | |
377 | ||
378 | config PATA_OPTI | |
379 | tristate "OPTI621/6215 PATA support (Very Experimental)" | |
380 | depends on PCI && EXPERIMENTAL | |
381 | help | |
382 | This option enables full PIO support for the early Opti ATA | |
383 | controllers found on some old motherboards. | |
384 | ||
385 | If unsure, say N. | |
386 | ||
387 | config PATA_OPTIDMA | |
516e72cb | 388 | tristate "OPTI FireStar PATA support (Very Experimental)" |
669a5db4 JG |
389 | depends on PCI && EXPERIMENTAL |
390 | help | |
391 | This option enables DMA/PIO support for the later OPTi | |
392 | controllers found on some old motherboards and in some | |
393 | latops | |
394 | ||
395 | If unsure, say N. | |
396 | ||
397 | config PATA_PCMCIA | |
398 | tristate "PCMCIA PATA support" | |
399 | depends on PCMCIA | |
400 | help | |
401 | This option enables support for PCMCIA ATA interfaces, including | |
402 | compact flash card adapters via the new ATA layer. | |
403 | ||
404 | If unsure, say N. | |
405 | ||
406 | config PATA_PDC_OLD | |
407 | tristate "Older Promise PATA controller support (Very Experimental)" | |
408 | depends on PCI && EXPERIMENTAL | |
409 | help | |
410 | This option enables support for the Promise 20246, 20262, 20263, | |
411 | 20265 and 20267 adapters. | |
412 | ||
413 | If unsure, say N. | |
414 | ||
415 | config PATA_QDI | |
416 | tristate "QDI VLB PATA support" | |
4735ebed | 417 | depends on ISA |
669a5db4 JG |
418 | help |
419 | Support for QDI 6500 and 6580 PATA controllers on VESA local bus. | |
420 | ||
421 | config PATA_RADISYS | |
422 | tristate "RADISYS 82600 PATA support (Very experimental)" | |
423 | depends on PCI && EXPERIMENTAL | |
424 | help | |
425 | This option enables support for the RADISYS 82600 | |
426 | PATA controllers via the new ATA layer | |
427 | ||
428 | If unsure, say N. | |
429 | ||
430 | config PATA_RZ1000 | |
431 | tristate "PC Tech RZ1000 PATA support" | |
432 | depends on PCI | |
433 | help | |
434 | This option enables basic support for the PC Tech RZ1000/1 | |
435 | PATA controllers via the new ATA layer | |
436 | ||
437 | If unsure, say N. | |
438 | ||
439 | config PATA_SC1200 | |
440 | tristate "SC1200 PATA support (Raving Lunatic)" | |
441 | depends on PCI && EXPERIMENTAL | |
442 | help | |
443 | This option enables support for the NatSemi/AMD SC1200 SoC | |
444 | companion chip used with the Geode processor family. | |
445 | ||
446 | If unsure, say N. | |
447 | ||
448 | config PATA_SERVERWORKS | |
449 | tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)" | |
450 | depends on PCI && EXPERIMENTAL | |
451 | help | |
452 | This option enables support for the Serverworks OSB4/CSB5/CSB6 and | |
453 | HT1000 PATA controllers, via the new ATA layer. | |
454 | ||
455 | If unsure, say N. | |
456 | ||
457 | config PATA_PDC2027X | |
458 | tristate "Promise PATA 2027x support" | |
459 | depends on PCI | |
460 | help | |
461 | This option enables support for Promise PATA pdc20268 to pdc20277 host adapters. | |
462 | ||
463 | If unsure, say N. | |
464 | ||
465 | config PATA_SIL680 | |
466 | tristate "CMD / Silicon Image 680 PATA support" | |
467 | depends on PCI | |
468 | help | |
469 | This option enables support for CMD / Silicon Image 680 PATA. | |
470 | ||
471 | If unsure, say N. | |
472 | ||
473 | config PATA_SIS | |
474 | tristate "SiS PATA support (Experimental)" | |
475 | depends on PCI && EXPERIMENTAL | |
476 | help | |
477 | This option enables support for SiS PATA controllers | |
478 | ||
479 | If unsure, say N. | |
480 | ||
481 | config PATA_VIA | |
482 | tristate "VIA PATA support" | |
483 | depends on PCI | |
484 | help | |
485 | This option enables support for the VIA PATA interfaces | |
486 | found on the many VIA chipsets. | |
487 | ||
488 | If unsure, say N. | |
489 | ||
490 | config PATA_WINBOND | |
491 | tristate "Winbond SL82C105 PATA support" | |
492 | depends on PCI | |
493 | help | |
494 | This option enables support for SL82C105 PATA devices found in the | |
495 | Netwinder and some other systems | |
496 | ||
497 | If unsure, say N. | |
498 | ||
7e45b0e5 AC |
499 | config PATA_WINBOND_VLB |
500 | tristate "Winbond W83759A VLB PATA support (Experimental)" | |
501 | depends on ISA && EXPERIMENTAL | |
502 | help | |
503 | Support for the Winbond W83759A controller on Vesa Local Bus | |
504 | systems. | |
505 | ||
a20c9e82 PM |
506 | config PATA_PLATFORM |
507 | tristate "Generic platform device PATA support" | |
508 | depends on EMBEDDED | |
509 | help | |
510 | This option enables support for generic directly connected ATA | |
511 | devices commonly found on embedded systems. | |
512 | ||
513 | If unsure, say N. | |
514 | ||
0df0d0a0 AZ |
515 | config PATA_IXP4XX_CF |
516 | tristate "IXP4XX Compact Flash support" | |
517 | depends on ARCH_IXP4XX | |
518 | help | |
519 | This option enables support for a Compact Flash connected on | |
520 | the ixp4xx expansion bus. This driver had been written for | |
521 | Loft/Avila boards in mind but can work with others. | |
522 | ||
523 | If unsure, say N. | |
524 | ||
81ce3c4b | 525 | endif |
421b20b9 JG |
526 | endmenu |
527 |