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