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