blob: b4a8d6030e480859b8c594ad68cd2e40686ae4c7 [file] [log] [blame]
Jeff Garzik421b20b2006-08-14 14:27:36 -04001#
2# SATA/PATA driver configuration
3#
4
Jan Engelhardtb196fc62007-05-10 22:48:54 -07005menuconfig ATA
6 tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers"
Martin Schwidefskye25df122007-05-10 15:45:57 +02007 depends on HAS_IOMEM
Adrian Bunkbf2d4012006-10-20 14:39:35 -07008 depends on BLOCK
Al Viro9317fd42006-09-24 23:40:00 +01009 depends on !(M32R || M68K) || BROKEN
Al Viro8abf1062006-09-24 23:41:00 +010010 depends on !SUN4 || BROKEN
Jeff Garzik81ce3c42006-08-24 02:41:25 -040011 select SCSI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040012 ---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
Jeff Garzik81ce3c42006-08-24 02:41:25 -040019if ATA
20
David Woodhouse8cdf92a2007-01-01 19:31:15 +000021config ATA_NONSTANDARD
22 bool
23 default n
24
Tejun Heoe92351b2007-05-05 23:50:38 +090025config ATA_ACPI
26 bool
27 depends on ACPI && PCI
28 default y
29 help
30 This option adds support for ATA-related ACPI objects.
31 These ACPI objects add the ability to retrieve taskfiles
32 from the ACPI BIOS and write them to the disk controller.
33 These objects may be related to performance, security,
34 power management, or other areas.
35 You can disable this at kernel boot time by using the
36 option libata.noacpi=1
37
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040038config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040039 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040040 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040041 help
42 This option enables support for AHCI Serial ATA.
43
44 If unsure, say N.
45
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040046config SATA_SVW
Jeff Garzikc6fd2802006-08-10 07:31:37 -040047 tristate "ServerWorks Frodo / Apple K2 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040048 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040049 help
50 This option enables support for Broadcom/Serverworks/Apple K2
51 SATA support.
52
53 If unsure, say N.
54
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040055config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +000056 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040057 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040058 help
Alan2bfc3612006-12-16 12:54:29 +000059 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +000060 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
61 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -040062
63 If unsure, say N.
64
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040065config SATA_MV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040066 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040067 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040068 help
69 This option enables support for the Marvell Serial ATA family.
70 Currently supports 88SX[56]0[48][01] chips.
71
72 If unsure, say N.
73
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040074config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040075 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040076 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040077 help
78 This option enables support for NVIDIA Serial ATA.
79
80 If unsure, say N.
81
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040082config PDC_ADMA
Jeff Garzikc6fd2802006-08-10 07:31:37 -040083 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040084 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040085 help
86 This option enables support for Pacific Digital ADMA controllers
87
88 If unsure, say N.
89
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040090config SATA_QSTOR
Jeff Garzikc6fd2802006-08-10 07:31:37 -040091 tristate "Pacific Digital SATA QStor support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040092 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040093 help
94 This option enables support for Pacific Digital Serial ATA QStor.
95
96 If unsure, say N.
97
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040098config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -040099 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400100 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400101 help
102 This option enables support for Promise Serial ATA TX2/TX4.
103
104 If unsure, say N.
105
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400106config SATA_SX4
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400107 tristate "Promise SATA SX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400108 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400109 help
110 This option enables support for Promise Serial ATA SX4.
111
112 If unsure, say N.
113
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400114config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400115 tristate "Silicon Image SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400116 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400117 help
118 This option enables support for Silicon Image Serial ATA.
119
120 If unsure, say N.
121
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400122config SATA_SIL24
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400123 tristate "Silicon Image 3124/3132 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400124 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400125 help
126 This option enables support for Silicon Image 3124/3132 Serial ATA.
127
128 If unsure, say N.
129
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400130config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000131 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400132 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000133 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400134 help
Jeff Garzika617c092007-05-21 20:14:23 -0400135 This option enables support for SiS Serial ATA on
Alan9b14dec2007-01-08 16:11:07 +0000136 SiS 964/965/966/180 and Parallel ATA on SiS 180.
137 The PATA support for SiS 180 requires additionally to
138 enable the PATA_SIS driver in the config.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400139 If unsure, say N.
140
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400141config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400142 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400143 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400144 help
145 This option enables support for ULi Electronics SATA.
146
147 If unsure, say N.
148
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400149config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400150 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400151 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400152 help
153 This option enables support for VIA Serial ATA.
154
155 If unsure, say N.
156
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400157config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400158 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400159 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400160 help
161 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
162
163 If unsure, say N.
164
Tejun Heo1fd7a692007-01-03 17:32:45 +0900165config SATA_INIC162X
166 tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
167 depends on PCI && EXPERIMENTAL
168 help
169 This option enables support for Initio 162x Serial ATA.
170
Jeff Garzik669a5db2006-08-29 18:12:40 -0400171config PATA_ALI
172 tristate "ALi PATA support (Experimental)"
173 depends on PCI && EXPERIMENTAL
174 help
175 This option enables support for the ALi ATA interfaces
176 found on the many ALi chipsets.
177
178 If unsure, say N.
179
180config PATA_AMD
Alan Cox942d0942007-03-08 23:24:49 +0000181 tristate "AMD/NVidia PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400182 depends on PCI
183 help
184 This option enables support for the AMD and NVidia PATA
185 interfaces found on the chipsets for Athlon/Athlon64.
186
187 If unsure, say N.
188
189config PATA_ARTOP
190 tristate "ARTOP 6210/6260 PATA support (Experimental)"
191 depends on PCI && EXPERIMENTAL
192 help
193 This option enables support for ARTOP PATA controllers.
194
195 If unsure, say N.
196
197config PATA_ATIIXP
198 tristate "ATI PATA support (Experimental)"
199 depends on PCI && EXPERIMENTAL
200 help
201 This option enables support for the ATI ATA interfaces
202 found on the many ATI chipsets.
203
204 If unsure, say N.
205
Alan Coxb2248da2007-03-06 02:38:11 -0800206config PATA_CMD640_PCI
207 tristate "CMD640 PCI PATA support (Very Experimental)"
208 depends on PCI && EXPERIMENTAL
209 help
210 This option enables support for the CMD640 PCI IDE
211 interface chip. Only the primary channel is currently
212 supported.
213
214 If unsure, say N.
215
Jeff Garzik669a5db2006-08-29 18:12:40 -0400216config PATA_CMD64X
217 tristate "CMD64x PATA support (Very Experimental)"
218 depends on PCI&& EXPERIMENTAL
219 help
220 This option enables support for the CMD64x series chips
221 except for the CMD640.
222
223 If unsure, say N.
224
225config PATA_CS5520
226 tristate "CS5510/5520 PATA support"
227 depends on PCI
228 help
229 This option enables support for the Cyrix 5510/5520
230 companion chip used with the MediaGX/Geode processor family.
231
232 If unsure, say N.
233
234config PATA_CS5530
235 tristate "CS5530 PATA support (Experimental)"
236 depends on PCI && EXPERIMENTAL
237 help
238 This option enables support for the Cyrix/NatSemi/AMD CS5530
239 companion chip used with the MediaGX/Geode processor family.
240
241 If unsure, say N.
242
243config PATA_CS5535
244 tristate "CS5535 PATA support (Experimental)"
245 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
246 help
247 This option enables support for the NatSemi/AMD CS5535
248 companion chip used with the Geode processor family.
249
250 If unsure, say N.
251
252config PATA_CYPRESS
253 tristate "Cypress CY82C693 PATA support (Very Experimental)"
254 depends on PCI && EXPERIMENTAL
255 help
256 This option enables support for the Cypress/Contaq CY82C693
257 chipset found in some Alpha systems
258
259 If unsure, say N.
260
261config PATA_EFAR
262 tristate "EFAR SLC90E66 support"
263 depends on PCI
264 help
265 This option enables support for the EFAR SLC90E66
266 IDE controller found on some older machines.
267
268 If unsure, say N.
269
270config ATA_GENERIC
271 tristate "Generic ATA support"
272 depends on PCI
273 help
274 This option enables support for generic BIOS configured
275 ATA controllers via the new ATA layer
276
277 If unsure, say N.
278
279config PATA_HPT366
Alan Cox942d0942007-03-08 23:24:49 +0000280 tristate "HPT 366/368 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400281 depends on PCI && EXPERIMENTAL
282 help
283 This option enables support for the HPT 366 and 368
284 PATA controllers via the new ATA layer.
285
286 If unsure, say N.
287
288config PATA_HPT37X
Alan Cox942d0942007-03-08 23:24:49 +0000289 tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400290 depends on PCI && EXPERIMENTAL
291 help
292 This option enables support for the majority of the later HPT
293 PATA controllers via the new ATA layer.
294
295 If unsure, say N.
296
297config PATA_HPT3X2N
298 tristate "HPT 372N/302N PATA support (Very Experimental)"
299 depends on PCI && EXPERIMENTAL
300 help
301 This option enables support for the N variant HPT PATA
302 controllers via the new ATA layer
303
304 If unsure, say N.
305
306config PATA_HPT3X3
307 tristate "HPT 343/363 PATA support (Experimental)"
308 depends on PCI
309 help
310 This option enables support for the HPT 343/363
311 PATA controllers via the new ATA layer
312
313 If unsure, say N.
314
315config PATA_ISAPNP
Alan Cox942d0942007-03-08 23:24:49 +0000316 tristate "ISA Plug and Play PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400317 depends on EXPERIMENTAL && ISAPNP
318 help
319 This option enables support for ISA plug & play ATA
320 controllers such as those found on old soundcards.
321
322 If unsure, say N.
323
Jeff Garzik669a5db2006-08-29 18:12:40 -0400324config PATA_IT821X
Alan Cox942d0942007-03-08 23:24:49 +0000325 tristate "IT8211/2 PATA support"
326 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400327 help
328 This option enables support for the ITE 8211 and 8212
329 PATA controllers via the new ATA layer, including RAID
330 mode.
331
332 If unsure, say N.
333
Alan9b13b682006-12-07 08:59:14 -0800334config PATA_IT8213
335 tristate "IT8213 PATA support (Experimental)"
336 depends on PCI && EXPERIMENTAL
337 help
338 This option enables support for the ITE 821 PATA
339 controllers via the new ATA layer.
340
341 If unsure, say N.
342
Jeff Garzik406176e2006-09-06 10:48:19 -0400343config PATA_JMICRON
344 tristate "JMicron PATA support"
345 depends on PCI
346 help
347 Enable support for the JMicron IDE controller, via the new
348 ATA layer.
349
350 If unsure, say N.
351
Jeff Garzik669a5db2006-08-29 18:12:40 -0400352config PATA_LEGACY
353 tristate "Legacy ISA PATA support (Experimental)"
Alan Cox4735ebed2006-09-26 17:37:22 +0100354 depends on ISA && EXPERIMENTAL
Jeff Garzik669a5db2006-08-29 18:12:40 -0400355 help
356 This option enables support for ISA/VLB bus legacy PATA
357 ports and allows them to be accessed via the new ATA layer.
358
359 If unsure, say N.
360
361config PATA_TRIFLEX
362 tristate "Compaq Triflex PATA support"
363 depends on PCI
364 help
365 Enable support for the Compaq 'Triflex' IDE controller as found
366 on many Compaq Pentium-Pro systems, via the new ATA layer.
367
368 If unsure, say N.
369
Alan Cox75742cb2006-10-16 16:40:06 +0100370config PATA_MARVELL
371 tristate "Marvell PATA support via legacy mode"
372 depends on PCI
373 help
374 This option enables limited support for the Marvell 88SE6145 ATA
375 controller.
376
377 If unsure, say N.
378
Sylvain Munaut155d2912006-12-08 00:14:16 +0100379config PATA_MPC52xx
380 tristate "Freescale MPC52xx SoC internal IDE"
381 depends on PPC_MPC52xx
382 help
383 This option enables support for integrated IDE controller
384 of the Freescale MPC52xx SoC.
385
386 If unsure, say N.
387
Jeff Garzik669a5db2006-08-29 18:12:40 -0400388config PATA_MPIIX
389 tristate "Intel PATA MPIIX support"
390 depends on PCI
391 help
392 This option enables support for MPIIX PATA support.
393
394 If unsure, say N.
395
396config PATA_OLDPIIX
Alan Cox942d0942007-03-08 23:24:49 +0000397 tristate "Intel PATA old PIIX support"
398 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400399 help
Alan Cox942d0942007-03-08 23:24:49 +0000400 This option enables support for early PIIX PATA support.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400401
402 If unsure, say N.
403
404config PATA_NETCELL
405 tristate "NETCELL Revolution RAID support"
406 depends on PCI
407 help
408 This option enables support for the Netcell Revolution RAID
409 PATA controller.
410
411 If unsure, say N.
412
413config PATA_NS87410
414 tristate "Nat Semi NS87410 PATA support (Experimental)"
415 depends on PCI && EXPERIMENTAL
416 help
417 This option enables support for the National Semiconductor
418 NS87410 PCI-IDE controller.
419
420 If unsure, say N.
421
422config PATA_OPTI
423 tristate "OPTI621/6215 PATA support (Very Experimental)"
424 depends on PCI && EXPERIMENTAL
425 help
426 This option enables full PIO support for the early Opti ATA
427 controllers found on some old motherboards.
428
429 If unsure, say N.
430
431config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800432 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400433 depends on PCI && EXPERIMENTAL
434 help
435 This option enables DMA/PIO support for the later OPTi
436 controllers found on some old motherboards and in some
David Sterba3dde6ad2007-05-09 07:12:20 +0200437 laptops.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400438
439 If unsure, say N.
440
441config PATA_PCMCIA
442 tristate "PCMCIA PATA support"
443 depends on PCMCIA
444 help
445 This option enables support for PCMCIA ATA interfaces, including
446 compact flash card adapters via the new ATA layer.
447
448 If unsure, say N.
449
450config PATA_PDC_OLD
Alan Cox942d0942007-03-08 23:24:49 +0000451 tristate "Older Promise PATA controller support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400452 depends on PCI && EXPERIMENTAL
453 help
454 This option enables support for the Promise 20246, 20262, 20263,
455 20265 and 20267 adapters.
456
457 If unsure, say N.
458
459config PATA_QDI
460 tristate "QDI VLB PATA support"
Alan Cox4735ebed2006-09-26 17:37:22 +0100461 depends on ISA
Jeff Garzik669a5db2006-08-29 18:12:40 -0400462 help
463 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
464
465config PATA_RADISYS
Alan Cox942d0942007-03-08 23:24:49 +0000466 tristate "RADISYS 82600 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400467 depends on PCI && EXPERIMENTAL
468 help
469 This option enables support for the RADISYS 82600
470 PATA controllers via the new ATA layer
471
472 If unsure, say N.
473
474config PATA_RZ1000
475 tristate "PC Tech RZ1000 PATA support"
476 depends on PCI
477 help
478 This option enables basic support for the PC Tech RZ1000/1
479 PATA controllers via the new ATA layer
480
481 If unsure, say N.
482
483config PATA_SC1200
Alan Cox942d0942007-03-08 23:24:49 +0000484 tristate "SC1200 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400485 depends on PCI && EXPERIMENTAL
486 help
487 This option enables support for the NatSemi/AMD SC1200 SoC
488 companion chip used with the Geode processor family.
489
490 If unsure, say N.
491
492config PATA_SERVERWORKS
Alan Cox942d0942007-03-08 23:24:49 +0000493 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
494 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400495 help
496 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
497 HT1000 PATA controllers, via the new ATA layer.
498
499 If unsure, say N.
500
501config PATA_PDC2027X
502 tristate "Promise PATA 2027x support"
503 depends on PCI
504 help
505 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
506
507 If unsure, say N.
508
509config PATA_SIL680
510 tristate "CMD / Silicon Image 680 PATA support"
511 depends on PCI
512 help
513 This option enables support for CMD / Silicon Image 680 PATA.
514
515 If unsure, say N.
516
517config PATA_SIS
518 tristate "SiS PATA support (Experimental)"
519 depends on PCI && EXPERIMENTAL
520 help
521 This option enables support for SiS PATA controllers
522
523 If unsure, say N.
524
525config PATA_VIA
526 tristate "VIA PATA support"
527 depends on PCI
528 help
529 This option enables support for the VIA PATA interfaces
530 found on the many VIA chipsets.
531
532 If unsure, say N.
533
534config PATA_WINBOND
535 tristate "Winbond SL82C105 PATA support"
536 depends on PCI
537 help
538 This option enables support for SL82C105 PATA devices found in the
539 Netwinder and some other systems
540
541 If unsure, say N.
542
Alan Cox7e45b0e2006-09-29 18:30:05 +0100543config PATA_WINBOND_VLB
544 tristate "Winbond W83759A VLB PATA support (Experimental)"
545 depends on ISA && EXPERIMENTAL
546 help
547 Support for the Winbond W83759A controller on Vesa Local Bus
548 systems.
549
Paul Mundta20c9e82006-10-27 19:08:48 -0700550config PATA_PLATFORM
551 tristate "Generic platform device PATA support"
Russell Kinga17dba82007-04-21 15:55:06 +0100552 depends on EMBEDDED || ARCH_RPC
Paul Mundta20c9e82006-10-27 19:08:48 -0700553 help
554 This option enables support for generic directly connected ATA
555 devices commonly found on embedded systems.
556
557 If unsure, say N.
558
Russell King73b6a2b2007-05-03 09:55:52 +0100559config PATA_ICSIDE
560 tristate "Acorn ICS PATA support"
561 depends on ARM && ARCH_ACORN
562 help
563 On Acorn systems, say Y here if you wish to use the ICS PATA
564 interface card. This is not required for ICS partition support.
565 If you are unsure, say N to this.
566
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500567config PATA_IXP4XX_CF
568 tristate "IXP4XX Compact Flash support"
569 depends on ARCH_IXP4XX
570 help
571 This option enables support for a Compact Flash connected on
572 the ixp4xx expansion bus. This driver had been written for
573 Loft/Avila boards in mind but can work with others.
574
575 If unsure, say N.
576
Akira Iguchia619f981b2007-01-26 16:28:18 +0900577config PATA_SCC
578 tristate "Toshiba's Cell Reference Set IDE support"
Akira Iguchiaeb93622007-03-15 14:32:58 +0900579 depends on PCI && PPC_CELLEB
Akira Iguchia619f981b2007-01-26 16:28:18 +0900580 help
581 This option enables support for the built-in IDE controller on
582 Toshiba Cell Reference Board.
583
584 If unsure, say N.
585
Jan Engelhardtb196fc62007-05-10 22:48:54 -0700586endif # ATA