blob: cbda988692e7ba97c94fccb015aad5ab5ec0465b [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"
Jeff Garzik81ce3c42006-08-24 02:41:25 -04009 select SCSI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040010 ---help---
11 If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
12 any other ATA device under Linux, say Y and make sure that you know
13 the name of your ATA host adapter (the card inside your computer
14 that "speaks" the ATA protocol, also called ATA controller),
15 because you will be asked for it.
16
Jeff Garzik81ce3c42006-08-24 02:41:25 -040017if ATA
18
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040019config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040020 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040021 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040022 help
23 This option enables support for AHCI Serial ATA.
24
25 If unsure, say N.
26
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040027config SATA_SVW
Jeff Garzikc6fd2802006-08-10 07:31:37 -040028 tristate "ServerWorks Frodo / Apple K2 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040029 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040030 help
31 This option enables support for Broadcom/Serverworks/Apple K2
32 SATA support.
33
34 If unsure, say N.
35
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040036config ATA_PIIX
Jeff Garzikc6fd2802006-08-10 07:31:37 -040037 tristate "Intel PIIX/ICH SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040038 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040039 help
40 This option enables support for ICH5/6/7/8 Serial ATA.
41 If PATA support was enabled previously, this enables
42 support for select Intel PIIX/ICH PATA host controllers.
43
44 If unsure, say N.
45
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040046config SATA_MV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040047 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040048 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040049 help
50 This option enables support for the Marvell Serial ATA family.
51 Currently supports 88SX[56]0[48][01] chips.
52
53 If unsure, say N.
54
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040055config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040056 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040057 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040058 help
59 This option enables support for NVIDIA Serial ATA.
60
61 If unsure, say N.
62
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040063config PDC_ADMA
Jeff Garzikc6fd2802006-08-10 07:31:37 -040064 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040065 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040066 help
67 This option enables support for Pacific Digital ADMA controllers
68
69 If unsure, say N.
70
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040071config SATA_QSTOR
Jeff Garzikc6fd2802006-08-10 07:31:37 -040072 tristate "Pacific Digital SATA QStor support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040073 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040074 help
75 This option enables support for Pacific Digital Serial ATA QStor.
76
77 If unsure, say N.
78
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040079config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -040080 tristate "Promise SATA TX2/TX4 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 Promise Serial ATA TX2/TX4.
84
85 If unsure, say N.
86
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040087config SATA_SX4
Jeff Garzikc6fd2802006-08-10 07:31:37 -040088 tristate "Promise SATA SX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040089 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040090 help
91 This option enables support for Promise Serial ATA SX4.
92
93 If unsure, say N.
94
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040095config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040096 tristate "Silicon Image SATA 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 Silicon Image Serial ATA.
100
101 If unsure, say N.
102
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400103config SATA_SIL24
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400104 tristate "Silicon Image 3124/3132 SATA 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 Silicon Image 3124/3132 Serial ATA.
108
109 If unsure, say N.
110
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400111config SATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400112 tristate "SiS 964/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400113 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400114 help
115 This option enables support for SiS Serial ATA 964/180.
116
117 If unsure, say N.
118
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400119config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400120 tristate "ULi Electronics 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 ULi Electronics SATA.
124
125 If unsure, say N.
126
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400127config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400128 tristate "VIA 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 VIA Serial ATA.
132
133 If unsure, say N.
134
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400135config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400136 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400137 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400138 help
139 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
140
141 If unsure, say N.
142
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400143config SATA_INTEL_COMBINED
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400144 bool
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400145 depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400146 default y
147
Jeff Garzik669a5db2006-08-29 18:12:40 -0400148config PATA_ALI
149 tristate "ALi PATA support (Experimental)"
150 depends on PCI && EXPERIMENTAL
151 help
152 This option enables support for the ALi ATA interfaces
153 found on the many ALi chipsets.
154
155 If unsure, say N.
156
157config PATA_AMD
158 tristate "AMD/NVidia PATA support (Experimental)"
159 depends on PCI
160 help
161 This option enables support for the AMD and NVidia PATA
162 interfaces found on the chipsets for Athlon/Athlon64.
163
164 If unsure, say N.
165
166config PATA_ARTOP
167 tristate "ARTOP 6210/6260 PATA support (Experimental)"
168 depends on PCI && EXPERIMENTAL
169 help
170 This option enables support for ARTOP PATA controllers.
171
172 If unsure, say N.
173
174config PATA_ATIIXP
175 tristate "ATI PATA support (Experimental)"
176 depends on PCI && EXPERIMENTAL
177 help
178 This option enables support for the ATI ATA interfaces
179 found on the many ATI chipsets.
180
181 If unsure, say N.
182
183config PATA_CMD64X
184 tristate "CMD64x PATA support (Very Experimental)"
185 depends on PCI&& EXPERIMENTAL
186 help
187 This option enables support for the CMD64x series chips
188 except for the CMD640.
189
190 If unsure, say N.
191
192config PATA_CS5520
193 tristate "CS5510/5520 PATA support"
194 depends on PCI
195 help
196 This option enables support for the Cyrix 5510/5520
197 companion chip used with the MediaGX/Geode processor family.
198
199 If unsure, say N.
200
201config PATA_CS5530
202 tristate "CS5530 PATA support (Experimental)"
203 depends on PCI && EXPERIMENTAL
204 help
205 This option enables support for the Cyrix/NatSemi/AMD CS5530
206 companion chip used with the MediaGX/Geode processor family.
207
208 If unsure, say N.
209
210config PATA_CS5535
211 tristate "CS5535 PATA support (Experimental)"
212 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
213 help
214 This option enables support for the NatSemi/AMD CS5535
215 companion chip used with the Geode processor family.
216
217 If unsure, say N.
218
219config PATA_CYPRESS
220 tristate "Cypress CY82C693 PATA support (Very Experimental)"
221 depends on PCI && EXPERIMENTAL
222 help
223 This option enables support for the Cypress/Contaq CY82C693
224 chipset found in some Alpha systems
225
226 If unsure, say N.
227
228config PATA_EFAR
229 tristate "EFAR SLC90E66 support"
230 depends on PCI
231 help
232 This option enables support for the EFAR SLC90E66
233 IDE controller found on some older machines.
234
235 If unsure, say N.
236
237config ATA_GENERIC
238 tristate "Generic ATA support"
239 depends on PCI
240 help
241 This option enables support for generic BIOS configured
242 ATA controllers via the new ATA layer
243
244 If unsure, say N.
245
246config PATA_HPT366
247 tristate "HPT 366/368 PATA support (Very Experimental)"
248 depends on PCI && EXPERIMENTAL
249 help
250 This option enables support for the HPT 366 and 368
251 PATA controllers via the new ATA layer.
252
253 If unsure, say N.
254
255config PATA_HPT37X
256 tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)"
257 depends on PCI && EXPERIMENTAL
258 help
259 This option enables support for the majority of the later HPT
260 PATA controllers via the new ATA layer.
261
262 If unsure, say N.
263
264config PATA_HPT3X2N
265 tristate "HPT 372N/302N PATA support (Very Experimental)"
266 depends on PCI && EXPERIMENTAL
267 help
268 This option enables support for the N variant HPT PATA
269 controllers via the new ATA layer
270
271 If unsure, say N.
272
273config PATA_HPT3X3
274 tristate "HPT 343/363 PATA support (Experimental)"
275 depends on PCI
276 help
277 This option enables support for the HPT 343/363
278 PATA controllers via the new ATA layer
279
280 If unsure, say N.
281
282config PATA_ISAPNP
283 tristate "ISA Plug and Play PATA support (Very Experimental)"
284 depends on EXPERIMENTAL && ISAPNP
285 help
286 This option enables support for ISA plug & play ATA
287 controllers such as those found on old soundcards.
288
289 If unsure, say N.
290
291config PATA_IT8172
292 tristate "IT8172 PATA support (Very Experimental)"
293 depends on PCI && EXPERIMENTAL
294 help
295 This option enables support for the ITE 8172 PATA controller
296 via the new ATA layer.
297
298 If unsure, say N.
299
300config PATA_IT821X
301 tristate "IT821x PATA support (Experimental)"
302 depends on PCI && EXPERIMENTAL
303 help
304 This option enables support for the ITE 8211 and 8212
305 PATA controllers via the new ATA layer, including RAID
306 mode.
307
308 If unsure, say N.
309
310config PATA_LEGACY
311 tristate "Legacy ISA PATA support (Experimental)"
312 depends on PCI && EXPERIMENTAL
313 help
314 This option enables support for ISA/VLB bus legacy PATA
315 ports and allows them to be accessed via the new ATA layer.
316
317 If unsure, say N.
318
319config PATA_TRIFLEX
320 tristate "Compaq Triflex PATA support"
321 depends on PCI
322 help
323 Enable support for the Compaq 'Triflex' IDE controller as found
324 on many Compaq Pentium-Pro systems, via the new ATA layer.
325
326 If unsure, say N.
327
328config PATA_MPIIX
329 tristate "Intel PATA MPIIX support"
330 depends on PCI
331 help
332 This option enables support for MPIIX PATA support.
333
334 If unsure, say N.
335
336config PATA_OLDPIIX
337 tristate "Intel PATA old PIIX support (Experimental)"
338 depends on PCI && EXPERIMENTAL
339 help
340 This option enables support for old(?) PIIX PATA support.
341
342 If unsure, say N.
343
344config PATA_NETCELL
345 tristate "NETCELL Revolution RAID support"
346 depends on PCI
347 help
348 This option enables support for the Netcell Revolution RAID
349 PATA controller.
350
351 If unsure, say N.
352
353config PATA_NS87410
354 tristate "Nat Semi NS87410 PATA support (Experimental)"
355 depends on PCI && EXPERIMENTAL
356 help
357 This option enables support for the National Semiconductor
358 NS87410 PCI-IDE controller.
359
360 If unsure, say N.
361
362config PATA_OPTI
363 tristate "OPTI621/6215 PATA support (Very Experimental)"
364 depends on PCI && EXPERIMENTAL
365 help
366 This option enables full PIO support for the early Opti ATA
367 controllers found on some old motherboards.
368
369 If unsure, say N.
370
371config PATA_OPTIDMA
372 tristate "OPTI FireStar PATA support (Veyr Experimental)"
373 depends on PCI && EXPERIMENTAL
374 help
375 This option enables DMA/PIO support for the later OPTi
376 controllers found on some old motherboards and in some
377 latops
378
379 If unsure, say N.
380
381config PATA_PCMCIA
382 tristate "PCMCIA PATA support"
383 depends on PCMCIA
384 help
385 This option enables support for PCMCIA ATA interfaces, including
386 compact flash card adapters via the new ATA layer.
387
388 If unsure, say N.
389
390config PATA_PDC_OLD
391 tristate "Older Promise PATA controller support (Very Experimental)"
392 depends on PCI && EXPERIMENTAL
393 help
394 This option enables support for the Promise 20246, 20262, 20263,
395 20265 and 20267 adapters.
396
397 If unsure, say N.
398
399config PATA_QDI
400 tristate "QDI VLB PATA support"
401 help
402 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
403
404config PATA_RADISYS
405 tristate "RADISYS 82600 PATA support (Very experimental)"
406 depends on PCI && EXPERIMENTAL
407 help
408 This option enables support for the RADISYS 82600
409 PATA controllers via the new ATA layer
410
411 If unsure, say N.
412
413config PATA_RZ1000
414 tristate "PC Tech RZ1000 PATA support"
415 depends on PCI
416 help
417 This option enables basic support for the PC Tech RZ1000/1
418 PATA controllers via the new ATA layer
419
420 If unsure, say N.
421
422config PATA_SC1200
423 tristate "SC1200 PATA support (Raving Lunatic)"
424 depends on PCI && EXPERIMENTAL
425 help
426 This option enables support for the NatSemi/AMD SC1200 SoC
427 companion chip used with the Geode processor family.
428
429 If unsure, say N.
430
431config PATA_SERVERWORKS
432 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)"
433 depends on PCI && EXPERIMENTAL
434 help
435 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
436 HT1000 PATA controllers, via the new ATA layer.
437
438 If unsure, say N.
439
440config PATA_PDC2027X
441 tristate "Promise PATA 2027x support"
442 depends on PCI
443 help
444 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
445
446 If unsure, say N.
447
448config PATA_SIL680
449 tristate "CMD / Silicon Image 680 PATA support"
450 depends on PCI
451 help
452 This option enables support for CMD / Silicon Image 680 PATA.
453
454 If unsure, say N.
455
456config PATA_SIS
457 tristate "SiS PATA support (Experimental)"
458 depends on PCI && EXPERIMENTAL
459 help
460 This option enables support for SiS PATA controllers
461
462 If unsure, say N.
463
464config PATA_VIA
465 tristate "VIA PATA support"
466 depends on PCI
467 help
468 This option enables support for the VIA PATA interfaces
469 found on the many VIA chipsets.
470
471 If unsure, say N.
472
473config PATA_WINBOND
474 tristate "Winbond SL82C105 PATA support"
475 depends on PCI
476 help
477 This option enables support for SL82C105 PATA devices found in the
478 Netwinder and some other systems
479
480 If unsure, say N.
481
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400482endif
Jeff Garzik421b20b2006-08-14 14:27:36 -0400483endmenu
484