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