blob: 365c306c7cf81e2fcfd75d4be9c3fb1e2c39e303 [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"
Adrian Bunkbf2d4012006-10-20 14:39:35 -07009 depends on BLOCK
Al Viro9317fd42006-09-24 23:40:00 +010010 depends on !(M32R || M68K) || BROKEN
Al Viro8abf1062006-09-24 23:41:00 +010011 depends on !SUN4 || BROKEN
Jeff Garzik81ce3c42006-08-24 02:41:25 -040012 select SCSI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040013 ---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
Jeff Garzik81ce3c42006-08-24 02:41:25 -040020if ATA
21
David Woodhouse8cdf92a2007-01-01 19:31:15 +000022config ATA_NONSTANDARD
23 bool
24 default n
25
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040026config SATA_AHCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040027 tristate "AHCI SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040028 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040029 help
30 This option enables support for AHCI Serial ATA.
31
32 If unsure, say N.
33
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040034config SATA_SVW
Jeff Garzikc6fd2802006-08-10 07:31:37 -040035 tristate "ServerWorks Frodo / Apple K2 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040036 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040037 help
38 This option enables support for Broadcom/Serverworks/Apple K2
39 SATA support.
40
41 If unsure, say N.
42
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040043config ATA_PIIX
Alan2c7620d2007-02-05 16:04:10 +000044 tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040045 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040046 help
Alan2bfc3612006-12-16 12:54:29 +000047 This option enables support for ICH5/6/7/8 Serial ATA
Alan2c7620d2007-02-05 16:04:10 +000048 and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
49 host controllers.
Jeff Garzikc6fd2802006-08-10 07:31:37 -040050
51 If unsure, say N.
52
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040053config SATA_MV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040054 tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040055 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040056 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
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040062config SATA_NV
Jeff Garzikc6fd2802006-08-10 07:31:37 -040063 tristate "NVIDIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040064 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040065 help
66 This option enables support for NVIDIA Serial ATA.
67
68 If unsure, say N.
69
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040070config PDC_ADMA
Jeff Garzikc6fd2802006-08-10 07:31:37 -040071 tristate "Pacific Digital ADMA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040072 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040073 help
74 This option enables support for Pacific Digital ADMA controllers
75
76 If unsure, say N.
77
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040078config SATA_QSTOR
Jeff Garzikc6fd2802006-08-10 07:31:37 -040079 tristate "Pacific Digital SATA QStor support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040080 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040081 help
82 This option enables support for Pacific Digital Serial ATA QStor.
83
84 If unsure, say N.
85
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040086config SATA_PROMISE
Jeff Garzikc6fd2802006-08-10 07:31:37 -040087 tristate "Promise SATA TX2/TX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040088 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -040089 help
90 This option enables support for Promise Serial ATA TX2/TX4.
91
92 If unsure, say N.
93
Jeff Garzik8ad92ba2006-08-14 14:10:07 -040094config SATA_SX4
Jeff Garzikc6fd2802006-08-10 07:31:37 -040095 tristate "Promise SATA SX4 support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -040096 depends on PCI && EXPERIMENTAL
Jeff Garzikc6fd2802006-08-10 07:31:37 -040097 help
98 This option enables support for Promise Serial ATA SX4.
99
100 If unsure, say N.
101
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400102config SATA_SIL
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400103 tristate "Silicon Image SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400104 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400105 help
106 This option enables support for Silicon Image Serial ATA.
107
108 If unsure, say N.
109
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400110config SATA_SIL24
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400111 tristate "Silicon Image 3124/3132 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400112 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400113 help
114 This option enables support for Silicon Image 3124/3132 Serial ATA.
115
116 If unsure, say N.
117
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400118config SATA_SIS
Alan9b14dec2007-01-08 16:11:07 +0000119 tristate "SiS 964/965/966/180 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400120 depends on PCI
Alan9b14dec2007-01-08 16:11:07 +0000121 select PATA_SIS
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400122 help
Alan9b14dec2007-01-08 16:11:07 +0000123 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.
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400127 If unsure, say N.
128
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400129config SATA_ULI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400130 tristate "ULi Electronics SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400131 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400132 help
133 This option enables support for ULi Electronics SATA.
134
135 If unsure, say N.
136
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400137config SATA_VIA
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400138 tristate "VIA SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400139 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400140 help
141 This option enables support for VIA Serial ATA.
142
143 If unsure, say N.
144
Jeff Garzik8ad92ba2006-08-14 14:10:07 -0400145config SATA_VITESSE
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400146 tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400147 depends on PCI
Jeff Garzikc6fd2802006-08-10 07:31:37 -0400148 help
149 This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
150
151 If unsure, say N.
152
Tejun Heo1fd7a692007-01-03 17:32:45 +0900153config 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
Kristen Carlson Accardi11ef6972006-09-28 11:29:01 -0700159config SATA_ACPI
160 bool
161 depends on ACPI && PCI
162 default y
163 help
164 This option adds support for SATA-related ACPI objects.
165 These ACPI objects add the ability to retrieve taskfiles
166 from the ACPI BIOS and write them to the disk controller.
167 These objects may be related to performance, security,
168 power management, or other areas.
169 You can disable this at kernel boot time by using the
170 option libata.noacpi=1
171
Jeff Garzik669a5db2006-08-29 18:12:40 -0400172config PATA_ALI
173 tristate "ALi PATA support (Experimental)"
174 depends on PCI && EXPERIMENTAL
175 help
176 This option enables support for the ALi ATA interfaces
177 found on the many ALi chipsets.
178
179 If unsure, say N.
180
181config PATA_AMD
Alan Cox942d09472007-03-08 23:24:49 +0000182 tristate "AMD/NVidia PATA support"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400183 depends on PCI
184 help
185 This option enables support for the AMD and NVidia PATA
186 interfaces found on the chipsets for Athlon/Athlon64.
187
188 If unsure, say N.
189
190config PATA_ARTOP
191 tristate "ARTOP 6210/6260 PATA support (Experimental)"
192 depends on PCI && EXPERIMENTAL
193 help
194 This option enables support for ARTOP PATA controllers.
195
196 If unsure, say N.
197
198config PATA_ATIIXP
199 tristate "ATI PATA support (Experimental)"
200 depends on PCI && EXPERIMENTAL
201 help
202 This option enables support for the ATI ATA interfaces
203 found on the many ATI chipsets.
204
205 If unsure, say N.
206
Alan Coxb2248da2007-03-06 02:38:11 -0800207config PATA_CMD640_PCI
208 tristate "CMD640 PCI PATA support (Very Experimental)"
209 depends on PCI && EXPERIMENTAL
210 help
211 This option enables support for the CMD640 PCI IDE
212 interface chip. Only the primary channel is currently
213 supported.
214
215 If unsure, say N.
216
Jeff Garzik669a5db2006-08-29 18:12:40 -0400217config PATA_CMD64X
218 tristate "CMD64x PATA support (Very Experimental)"
219 depends on PCI&& EXPERIMENTAL
220 help
221 This option enables support for the CMD64x series chips
222 except for the CMD640.
223
224 If unsure, say N.
225
226config PATA_CS5520
227 tristate "CS5510/5520 PATA support"
228 depends on PCI
229 help
230 This option enables support for the Cyrix 5510/5520
231 companion chip used with the MediaGX/Geode processor family.
232
233 If unsure, say N.
234
235config PATA_CS5530
236 tristate "CS5530 PATA support (Experimental)"
237 depends on PCI && EXPERIMENTAL
238 help
239 This option enables support for the Cyrix/NatSemi/AMD CS5530
240 companion chip used with the MediaGX/Geode processor family.
241
242 If unsure, say N.
243
244config PATA_CS5535
245 tristate "CS5535 PATA support (Experimental)"
246 depends on PCI && X86 && !X86_64 && EXPERIMENTAL
247 help
248 This option enables support for the NatSemi/AMD CS5535
249 companion chip used with the Geode processor family.
250
251 If unsure, say N.
252
253config PATA_CYPRESS
254 tristate "Cypress CY82C693 PATA support (Very Experimental)"
255 depends on PCI && EXPERIMENTAL
256 help
257 This option enables support for the Cypress/Contaq CY82C693
258 chipset found in some Alpha systems
259
260 If unsure, say N.
261
262config PATA_EFAR
263 tristate "EFAR SLC90E66 support"
264 depends on PCI
265 help
266 This option enables support for the EFAR SLC90E66
267 IDE controller found on some older machines.
268
269 If unsure, say N.
270
271config ATA_GENERIC
272 tristate "Generic ATA support"
273 depends on PCI
274 help
275 This option enables support for generic BIOS configured
276 ATA controllers via the new ATA layer
277
278 If unsure, say N.
279
280config PATA_HPT366
Alan Cox942d09472007-03-08 23:24:49 +0000281 tristate "HPT 366/368 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400282 depends on PCI && EXPERIMENTAL
283 help
284 This option enables support for the HPT 366 and 368
285 PATA controllers via the new ATA layer.
286
287 If unsure, say N.
288
289config PATA_HPT37X
Alan Cox942d09472007-03-08 23:24:49 +0000290 tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400291 depends on PCI && EXPERIMENTAL
292 help
293 This option enables support for the majority of the later HPT
294 PATA controllers via the new ATA layer.
295
296 If unsure, say N.
297
298config PATA_HPT3X2N
299 tristate "HPT 372N/302N PATA support (Very Experimental)"
300 depends on PCI && EXPERIMENTAL
301 help
302 This option enables support for the N variant HPT PATA
303 controllers via the new ATA layer
304
305 If unsure, say N.
306
307config PATA_HPT3X3
308 tristate "HPT 343/363 PATA support (Experimental)"
309 depends on PCI
310 help
311 This option enables support for the HPT 343/363
312 PATA controllers via the new ATA layer
313
314 If unsure, say N.
315
316config PATA_ISAPNP
Alan Cox942d09472007-03-08 23:24:49 +0000317 tristate "ISA Plug and Play PATA support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400318 depends on EXPERIMENTAL && ISAPNP
319 help
320 This option enables support for ISA plug & play ATA
321 controllers such as those found on old soundcards.
322
323 If unsure, say N.
324
Jeff Garzik669a5db2006-08-29 18:12:40 -0400325config PATA_IT821X
Alan Cox942d09472007-03-08 23:24:49 +0000326 tristate "IT8211/2 PATA support"
327 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400328 help
329 This option enables support for the ITE 8211 and 8212
330 PATA controllers via the new ATA layer, including RAID
331 mode.
332
333 If unsure, say N.
334
Alan9b13b682006-12-07 08:59:14 -0800335config PATA_IT8213
336 tristate "IT8213 PATA support (Experimental)"
337 depends on PCI && EXPERIMENTAL
338 help
339 This option enables support for the ITE 821 PATA
340 controllers via the new ATA layer.
341
342 If unsure, say N.
343
Jeff Garzik406176e2006-09-06 10:48:19 -0400344config PATA_JMICRON
345 tristate "JMicron PATA support"
346 depends on PCI
347 help
348 Enable support for the JMicron IDE controller, via the new
349 ATA layer.
350
351 If unsure, say N.
352
Jeff Garzik669a5db2006-08-29 18:12:40 -0400353config PATA_LEGACY
354 tristate "Legacy ISA PATA support (Experimental)"
Alan Cox4735ebed2006-09-26 17:37:22 +0100355 depends on ISA && EXPERIMENTAL
Jeff Garzik669a5db2006-08-29 18:12:40 -0400356 help
357 This option enables support for ISA/VLB bus legacy PATA
358 ports and allows them to be accessed via the new ATA layer.
359
360 If unsure, say N.
361
362config PATA_TRIFLEX
363 tristate "Compaq Triflex PATA support"
364 depends on PCI
365 help
366 Enable support for the Compaq 'Triflex' IDE controller as found
367 on many Compaq Pentium-Pro systems, via the new ATA layer.
368
369 If unsure, say N.
370
Alan Cox75742cb2006-10-16 16:40:06 +0100371config PATA_MARVELL
372 tristate "Marvell PATA support via legacy mode"
373 depends on PCI
374 help
375 This option enables limited support for the Marvell 88SE6145 ATA
376 controller.
377
378 If unsure, say N.
379
Sylvain Munaut155d2912006-12-08 00:14:16 +0100380config PATA_MPC52xx
381 tristate "Freescale MPC52xx SoC internal IDE"
382 depends on PPC_MPC52xx
383 help
384 This option enables support for integrated IDE controller
385 of the Freescale MPC52xx SoC.
386
387 If unsure, say N.
388
Jeff Garzik669a5db2006-08-29 18:12:40 -0400389config PATA_MPIIX
390 tristate "Intel PATA MPIIX support"
391 depends on PCI
392 help
393 This option enables support for MPIIX PATA support.
394
395 If unsure, say N.
396
397config PATA_OLDPIIX
Alan Cox942d09472007-03-08 23:24:49 +0000398 tristate "Intel PATA old PIIX support"
399 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400400 help
Alan Cox942d09472007-03-08 23:24:49 +0000401 This option enables support for early PIIX PATA support.
Jeff Garzik669a5db2006-08-29 18:12:40 -0400402
403 If unsure, say N.
404
405config PATA_NETCELL
406 tristate "NETCELL Revolution RAID support"
407 depends on PCI
408 help
409 This option enables support for the Netcell Revolution RAID
410 PATA controller.
411
412 If unsure, say N.
413
414config PATA_NS87410
415 tristate "Nat Semi NS87410 PATA support (Experimental)"
416 depends on PCI && EXPERIMENTAL
417 help
418 This option enables support for the National Semiconductor
419 NS87410 PCI-IDE controller.
420
421 If unsure, say N.
422
423config PATA_OPTI
424 tristate "OPTI621/6215 PATA support (Very Experimental)"
425 depends on PCI && EXPERIMENTAL
426 help
427 This option enables full PIO support for the early Opti ATA
428 controllers found on some old motherboards.
429
430 If unsure, say N.
431
432config PATA_OPTIDMA
Alexey Dobriyan516e72c2007-01-05 16:37:00 -0800433 tristate "OPTI FireStar PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400434 depends on PCI && EXPERIMENTAL
435 help
436 This option enables DMA/PIO support for the later OPTi
437 controllers found on some old motherboards and in some
438 latops
439
440 If unsure, say N.
441
442config PATA_PCMCIA
443 tristate "PCMCIA PATA support"
444 depends on PCMCIA
445 help
446 This option enables support for PCMCIA ATA interfaces, including
447 compact flash card adapters via the new ATA layer.
448
449 If unsure, say N.
450
451config PATA_PDC_OLD
Alan Cox942d09472007-03-08 23:24:49 +0000452 tristate "Older Promise PATA controller support (Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400453 depends on PCI && EXPERIMENTAL
454 help
455 This option enables support for the Promise 20246, 20262, 20263,
456 20265 and 20267 adapters.
457
458 If unsure, say N.
459
460config PATA_QDI
461 tristate "QDI VLB PATA support"
Alan Cox4735ebed2006-09-26 17:37:22 +0100462 depends on ISA
Jeff Garzik669a5db2006-08-29 18:12:40 -0400463 help
464 Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
465
466config PATA_RADISYS
Alan Cox942d09472007-03-08 23:24:49 +0000467 tristate "RADISYS 82600 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400468 depends on PCI && EXPERIMENTAL
469 help
470 This option enables support for the RADISYS 82600
471 PATA controllers via the new ATA layer
472
473 If unsure, say N.
474
475config PATA_RZ1000
476 tristate "PC Tech RZ1000 PATA support"
477 depends on PCI
478 help
479 This option enables basic support for the PC Tech RZ1000/1
480 PATA controllers via the new ATA layer
481
482 If unsure, say N.
483
484config PATA_SC1200
Alan Cox942d09472007-03-08 23:24:49 +0000485 tristate "SC1200 PATA support (Very Experimental)"
Jeff Garzik669a5db2006-08-29 18:12:40 -0400486 depends on PCI && EXPERIMENTAL
487 help
488 This option enables support for the NatSemi/AMD SC1200 SoC
489 companion chip used with the Geode processor family.
490
491 If unsure, say N.
492
493config PATA_SERVERWORKS
Alan Cox942d09472007-03-08 23:24:49 +0000494 tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
495 depends on PCI
Jeff Garzik669a5db2006-08-29 18:12:40 -0400496 help
497 This option enables support for the Serverworks OSB4/CSB5/CSB6 and
498 HT1000 PATA controllers, via the new ATA layer.
499
500 If unsure, say N.
501
502config PATA_PDC2027X
503 tristate "Promise PATA 2027x support"
504 depends on PCI
505 help
506 This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
507
508 If unsure, say N.
509
510config PATA_SIL680
511 tristate "CMD / Silicon Image 680 PATA support"
512 depends on PCI
513 help
514 This option enables support for CMD / Silicon Image 680 PATA.
515
516 If unsure, say N.
517
518config PATA_SIS
519 tristate "SiS PATA support (Experimental)"
520 depends on PCI && EXPERIMENTAL
521 help
522 This option enables support for SiS PATA controllers
523
524 If unsure, say N.
525
526config PATA_VIA
527 tristate "VIA PATA support"
528 depends on PCI
529 help
530 This option enables support for the VIA PATA interfaces
531 found on the many VIA chipsets.
532
533 If unsure, say N.
534
535config PATA_WINBOND
536 tristate "Winbond SL82C105 PATA support"
537 depends on PCI
538 help
539 This option enables support for SL82C105 PATA devices found in the
540 Netwinder and some other systems
541
542 If unsure, say N.
543
Alan Cox7e45b0e2006-09-29 18:30:05 +0100544config PATA_WINBOND_VLB
545 tristate "Winbond W83759A VLB PATA support (Experimental)"
546 depends on ISA && EXPERIMENTAL
547 help
548 Support for the Winbond W83759A controller on Vesa Local Bus
549 systems.
550
Paul Mundta20c9e82006-10-27 19:08:48 -0700551config PATA_PLATFORM
552 tristate "Generic platform device PATA support"
553 depends on EMBEDDED
554 help
555 This option enables support for generic directly connected ATA
556 devices commonly found on embedded systems.
557
558 If unsure, say N.
559
Alessandro Zummo0df0d0a2006-11-14 13:43:21 -0500560config PATA_IXP4XX_CF
561 tristate "IXP4XX Compact Flash support"
562 depends on ARCH_IXP4XX
563 help
564 This option enables support for a Compact Flash connected on
565 the ixp4xx expansion bus. This driver had been written for
566 Loft/Avila boards in mind but can work with others.
567
568 If unsure, say N.
569
Akira Iguchia619f981b2007-01-26 16:28:18 +0900570config PATA_SCC
571 tristate "Toshiba's Cell Reference Set IDE support"
Akira Iguchiaeb93622007-03-15 14:32:58 +0900572 depends on PCI && PPC_CELLEB
Akira Iguchia619f981b2007-01-26 16:28:18 +0900573 help
574 This option enables support for the built-in IDE controller on
575 Toshiba Cell Reference Board.
576
577 If unsure, say N.
578
Jeff Garzik81ce3c42006-08-24 02:41:25 -0400579endif
Jeff Garzik421b20b2006-08-14 14:27:36 -0400580endmenu
581