Kconfig 20 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803
  1. #
  2. # SATA/PATA driver configuration
  3. #
  4. menuconfig ATA
  5. tristate "Serial ATA and Parallel ATA drivers"
  6. depends on HAS_IOMEM
  7. depends on BLOCK
  8. depends on !(M32R || M68K) || BROKEN
  9. select SCSI
  10. ---help---
  11. If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
  12. any other ATA device under Linux, say Y and make sure that you know
  13. the name of your ATA host adapter (the card inside your computer
  14. that "speaks" the ATA protocol, also called ATA controller),
  15. because you will be asked for it.
  16. NOTE: ATA enables basic SCSI support; *however*,
  17. 'SCSI disk support', 'SCSI tape support', or
  18. 'SCSI CDROM support' may also be needed,
  19. depending on your hardware configuration.
  20. if ATA
  21. config ATA_NONSTANDARD
  22. bool
  23. default n
  24. config ATA_VERBOSE_ERROR
  25. bool "Verbose ATA error reporting"
  26. default y
  27. help
  28. This option adds parsing of ATA command descriptions and error bits
  29. in libata kernel output, making it easier to interpret.
  30. This option will enlarge the kernel by approx. 6KB. Disable it only
  31. if kernel size is more important than ease of debugging.
  32. If unsure, say Y.
  33. config ATA_ACPI
  34. bool "ATA ACPI Support"
  35. depends on ACPI && PCI
  36. default y
  37. help
  38. This option adds support for ATA-related ACPI objects.
  39. These ACPI objects add the ability to retrieve taskfiles
  40. from the ACPI BIOS and write them to the disk controller.
  41. These objects may be related to performance, security,
  42. power management, or other areas.
  43. You can disable this at kernel boot time by using the
  44. option libata.noacpi=1
  45. config SATA_PMP
  46. bool "SATA Port Multiplier support"
  47. default y
  48. help
  49. This option adds support for SATA Port Multipliers
  50. (the SATA version of an ethernet hub, or SAS expander).
  51. config SATA_AHCI
  52. tristate "AHCI SATA support"
  53. depends on PCI
  54. help
  55. This option enables support for AHCI Serial ATA.
  56. If unsure, say N.
  57. config SATA_SIL24
  58. tristate "Silicon Image 3124/3132 SATA support"
  59. depends on PCI
  60. help
  61. This option enables support for Silicon Image 3124/3132 Serial ATA.
  62. If unsure, say N.
  63. config SATA_FSL
  64. tristate "Freescale 3.0Gbps SATA support"
  65. depends on FSL_SOC
  66. help
  67. This option enables support for Freescale 3.0Gbps SATA controller.
  68. It can be found on MPC837x and MPC8315.
  69. If unsure, say N.
  70. config ATA_SFF
  71. bool "ATA SFF support"
  72. default y
  73. help
  74. This option adds support for ATA controllers with SFF
  75. compliant or similar programming interface.
  76. SFF is the legacy IDE interface that has been around since
  77. the dawn of time. Almost all PATA controllers have an
  78. SFF interface. Many SATA controllers have an SFF interface
  79. when configured into a legacy compatibility mode.
  80. For users with exclusively modern controllers like AHCI,
  81. Silicon Image 3124, or Marvell 6440, you may choose to
  82. disable this unneeded SFF support.
  83. If unsure, say Y.
  84. if ATA_SFF
  85. config SATA_SVW
  86. tristate "ServerWorks Frodo / Apple K2 SATA support"
  87. depends on PCI
  88. help
  89. This option enables support for Broadcom/Serverworks/Apple K2
  90. SATA support.
  91. If unsure, say N.
  92. config ATA_PIIX
  93. tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
  94. depends on PCI
  95. help
  96. This option enables support for ICH5/6/7/8 Serial ATA
  97. and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
  98. host controllers.
  99. If unsure, say N.
  100. config SATA_MV
  101. tristate "Marvell SATA support"
  102. help
  103. This option enables support for the Marvell Serial ATA family.
  104. Currently supports 88SX[56]0[48][01] PCI(-X) chips,
  105. as well as the newer [67]042 PCI-X/PCIe and SOC devices.
  106. If unsure, say N.
  107. config SATA_NV
  108. tristate "NVIDIA SATA support"
  109. depends on PCI
  110. help
  111. This option enables support for NVIDIA Serial ATA.
  112. If unsure, say N.
  113. config PDC_ADMA
  114. tristate "Pacific Digital ADMA support"
  115. depends on PCI
  116. help
  117. This option enables support for Pacific Digital ADMA controllers
  118. If unsure, say N.
  119. config SATA_QSTOR
  120. tristate "Pacific Digital SATA QStor support"
  121. depends on PCI
  122. help
  123. This option enables support for Pacific Digital Serial ATA QStor.
  124. If unsure, say N.
  125. config SATA_PROMISE
  126. tristate "Promise SATA TX2/TX4 support"
  127. depends on PCI
  128. help
  129. This option enables support for Promise Serial ATA TX2/TX4.
  130. If unsure, say N.
  131. config SATA_SX4
  132. tristate "Promise SATA SX4 support (Experimental)"
  133. depends on PCI && EXPERIMENTAL
  134. help
  135. This option enables support for Promise Serial ATA SX4.
  136. If unsure, say N.
  137. config SATA_SIL
  138. tristate "Silicon Image SATA support"
  139. depends on PCI
  140. help
  141. This option enables support for Silicon Image Serial ATA.
  142. If unsure, say N.
  143. config SATA_SIS
  144. tristate "SiS 964/965/966/180 SATA support"
  145. depends on PCI
  146. select PATA_SIS
  147. help
  148. This option enables support for SiS Serial ATA on
  149. SiS 964/965/966/180 and Parallel ATA on SiS 180.
  150. The PATA support for SiS 180 requires additionally to
  151. enable the PATA_SIS driver in the config.
  152. If unsure, say N.
  153. config SATA_ULI
  154. tristate "ULi Electronics SATA support"
  155. depends on PCI
  156. help
  157. This option enables support for ULi Electronics SATA.
  158. If unsure, say N.
  159. config SATA_VIA
  160. tristate "VIA SATA support"
  161. depends on PCI
  162. help
  163. This option enables support for VIA Serial ATA.
  164. If unsure, say N.
  165. config SATA_VITESSE
  166. tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
  167. depends on PCI
  168. help
  169. This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
  170. If unsure, say N.
  171. config SATA_INIC162X
  172. tristate "Initio 162x SATA support"
  173. depends on PCI
  174. help
  175. This option enables support for Initio 162x Serial ATA.
  176. config PATA_ACPI
  177. tristate "ACPI firmware driver for PATA"
  178. depends on ATA_ACPI
  179. help
  180. This option enables an ACPI method driver which drives
  181. motherboard PATA controller interfaces through the ACPI
  182. firmware in the BIOS. This driver can sometimes handle
  183. otherwise unsupported hardware.
  184. config PATA_ALI
  185. tristate "ALi PATA support"
  186. depends on PCI
  187. help
  188. This option enables support for the ALi ATA interfaces
  189. found on the many ALi chipsets.
  190. If unsure, say N.
  191. config PATA_AMD
  192. tristate "AMD/NVidia PATA support"
  193. depends on PCI
  194. help
  195. This option enables support for the AMD and NVidia PATA
  196. interfaces found on the chipsets for Athlon/Athlon64.
  197. If unsure, say N.
  198. config PATA_ARTOP
  199. tristate "ARTOP 6210/6260 PATA support"
  200. depends on PCI
  201. help
  202. This option enables support for ARTOP PATA controllers.
  203. If unsure, say N.
  204. config PATA_ATP867X
  205. tristate "ARTOP/Acard ATP867X PATA support"
  206. depends on PCI
  207. help
  208. This option enables support for ARTOP/Acard ATP867X PATA
  209. controllers.
  210. If unsure, say N.
  211. config PATA_AT32
  212. tristate "Atmel AVR32 PATA support (Experimental)"
  213. depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
  214. help
  215. This option enables support for the IDE devices on the
  216. Atmel AT32AP platform.
  217. If unsure, say N.
  218. config PATA_ATIIXP
  219. tristate "ATI PATA support"
  220. depends on PCI
  221. help
  222. This option enables support for the ATI ATA interfaces
  223. found on the many ATI chipsets.
  224. If unsure, say N.
  225. config PATA_CMD640_PCI
  226. tristate "CMD640 PCI PATA support (Experimental)"
  227. depends on PCI && EXPERIMENTAL
  228. help
  229. This option enables support for the CMD640 PCI IDE
  230. interface chip. Only the primary channel is currently
  231. supported.
  232. If unsure, say N.
  233. config PATA_CMD64X
  234. tristate "CMD64x PATA support"
  235. depends on PCI
  236. help
  237. This option enables support for the CMD64x series chips
  238. except for the CMD640.
  239. If unsure, say N.
  240. config PATA_CS5520
  241. tristate "CS5510/5520 PATA support"
  242. depends on PCI
  243. help
  244. This option enables support for the Cyrix 5510/5520
  245. companion chip used with the MediaGX/Geode processor family.
  246. If unsure, say N.
  247. config PATA_CS5530
  248. tristate "CS5530 PATA support"
  249. depends on PCI
  250. help
  251. This option enables support for the Cyrix/NatSemi/AMD CS5530
  252. companion chip used with the MediaGX/Geode processor family.
  253. If unsure, say N.
  254. config PATA_CS5535
  255. tristate "CS5535 PATA support (Experimental)"
  256. depends on PCI && X86 && !X86_64 && EXPERIMENTAL
  257. help
  258. This option enables support for the NatSemi/AMD CS5535
  259. companion chip used with the Geode processor family.
  260. If unsure, say N.
  261. config PATA_CS5536
  262. tristate "CS5536 PATA support"
  263. depends on PCI && X86 && !X86_64
  264. help
  265. This option enables support for the AMD CS5536
  266. companion chip used with the Geode LX processor family.
  267. If unsure, say N.
  268. config PATA_CYPRESS
  269. tristate "Cypress CY82C693 PATA support (Very Experimental)"
  270. depends on PCI && EXPERIMENTAL
  271. help
  272. This option enables support for the Cypress/Contaq CY82C693
  273. chipset found in some Alpha systems
  274. If unsure, say N.
  275. config PATA_EFAR
  276. tristate "EFAR SLC90E66 support"
  277. depends on PCI
  278. help
  279. This option enables support for the EFAR SLC90E66
  280. IDE controller found on some older machines.
  281. If unsure, say N.
  282. config ATA_GENERIC
  283. tristate "Generic ATA support"
  284. depends on PCI
  285. help
  286. This option enables support for generic BIOS configured
  287. ATA controllers via the new ATA layer
  288. If unsure, say N.
  289. config PATA_HPT366
  290. tristate "HPT 366/368 PATA support"
  291. depends on PCI
  292. help
  293. This option enables support for the HPT 366 and 368
  294. PATA controllers via the new ATA layer.
  295. If unsure, say N.
  296. config PATA_HPT37X
  297. tristate "HPT 370/370A/371/372/374/302 PATA support"
  298. depends on PCI
  299. help
  300. This option enables support for the majority of the later HPT
  301. PATA controllers via the new ATA layer.
  302. If unsure, say N.
  303. config PATA_HPT3X2N
  304. tristate "HPT 372N/302N PATA support"
  305. depends on PCI
  306. help
  307. This option enables support for the N variant HPT PATA
  308. controllers via the new ATA layer
  309. If unsure, say N.
  310. config PATA_HPT3X3
  311. tristate "HPT 343/363 PATA support"
  312. depends on PCI
  313. help
  314. This option enables support for the HPT 343/363
  315. PATA controllers via the new ATA layer
  316. If unsure, say N.
  317. config PATA_HPT3X3_DMA
  318. bool "HPT 343/363 DMA support"
  319. depends on PATA_HPT3X3
  320. help
  321. This option enables DMA support for the HPT343/363
  322. controllers. Enable with care as there are still some
  323. problems with DMA on this chipset.
  324. config PATA_ISAPNP
  325. tristate "ISA Plug and Play PATA support"
  326. depends on ISAPNP
  327. help
  328. This option enables support for ISA plug & play ATA
  329. controllers such as those found on old soundcards.
  330. If unsure, say N.
  331. config PATA_IT821X
  332. tristate "IT8211/2 PATA support"
  333. depends on PCI
  334. help
  335. This option enables support for the ITE 8211 and 8212
  336. PATA controllers via the new ATA layer, including RAID
  337. mode.
  338. If unsure, say N.
  339. config 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. If unsure, say N.
  346. config PATA_JMICRON
  347. tristate "JMicron PATA support"
  348. depends on PCI
  349. help
  350. Enable support for the JMicron IDE controller, via the new
  351. ATA layer.
  352. If unsure, say N.
  353. config PATA_LEGACY
  354. tristate "Legacy ISA PATA support (Experimental)"
  355. depends on ISA && EXPERIMENTAL
  356. 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. If unsure, say N.
  360. config PATA_TRIFLEX
  361. tristate "Compaq Triflex PATA support"
  362. depends on PCI
  363. help
  364. Enable support for the Compaq 'Triflex' IDE controller as found
  365. on many Compaq Pentium-Pro systems, via the new ATA layer.
  366. If unsure, say N.
  367. config PATA_MARVELL
  368. tristate "Marvell PATA support via legacy mode"
  369. depends on PCI
  370. help
  371. This option enables limited support for the Marvell 88SE61xx ATA
  372. controllers. If you wish to use only the SATA ports then select
  373. the AHCI driver alone. If you wish to the use the PATA port or
  374. both SATA and PATA include this driver.
  375. If unsure, say N.
  376. config PATA_MPC52xx
  377. tristate "Freescale MPC52xx SoC internal IDE"
  378. depends on PPC_MPC52xx && PPC_BESTCOMM
  379. select PPC_BESTCOMM_ATA
  380. help
  381. This option enables support for integrated IDE controller
  382. of the Freescale MPC52xx SoC.
  383. If unsure, say N.
  384. config PATA_MPIIX
  385. tristate "Intel PATA MPIIX support"
  386. depends on PCI
  387. help
  388. This option enables support for MPIIX PATA support.
  389. If unsure, say N.
  390. config PATA_OLDPIIX
  391. tristate "Intel PATA old PIIX support"
  392. depends on PCI
  393. help
  394. This option enables support for early PIIX PATA support.
  395. If unsure, say N.
  396. config PATA_NETCELL
  397. tristate "NETCELL Revolution RAID support"
  398. depends on PCI
  399. help
  400. This option enables support for the Netcell Revolution RAID
  401. PATA controller.
  402. If unsure, say N.
  403. config PATA_NINJA32
  404. tristate "Ninja32/Delkin Cardbus ATA support"
  405. depends on PCI
  406. help
  407. This option enables support for the Ninja32, Delkin and
  408. possibly other brands of Cardbus ATA adapter
  409. If unsure, say N.
  410. config PATA_NS87410
  411. tristate "Nat Semi NS87410 PATA support"
  412. depends on PCI
  413. help
  414. This option enables support for the National Semiconductor
  415. NS87410 PCI-IDE controller.
  416. If unsure, say N.
  417. config PATA_NS87415
  418. tristate "Nat Semi NS87415 PATA support"
  419. depends on PCI
  420. help
  421. This option enables support for the National Semiconductor
  422. NS87415 PCI-IDE controller.
  423. If unsure, say N.
  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. If unsure, say N.
  431. config PATA_OPTIDMA
  432. tristate "OPTI FireStar PATA support (Very Experimental)"
  433. 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
  437. laptops.
  438. If unsure, say N.
  439. config PATA_PALMLD
  440. tristate "Palm LifeDrive PATA support"
  441. depends on MACH_PALMLD
  442. help
  443. This option enables support for Palm LifeDrive's internal ATA
  444. port via the new ATA layer.
  445. If unsure, say N.
  446. config 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. If unsure, say N.
  453. config PATA_PDC2027X
  454. tristate "Promise PATA 2027x support"
  455. depends on PCI
  456. help
  457. This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
  458. If unsure, say N.
  459. config PATA_PDC_OLD
  460. tristate "Older Promise PATA controller support"
  461. depends on PCI
  462. help
  463. This option enables support for the Promise 20246, 20262, 20263,
  464. 20265 and 20267 adapters.
  465. If unsure, say N.
  466. config PATA_QDI
  467. tristate "QDI VLB PATA support"
  468. depends on ISA
  469. help
  470. Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
  471. config PATA_RADISYS
  472. tristate "RADISYS 82600 PATA support (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. If unsure, say N.
  478. config PATA_RB532
  479. tristate "RouterBoard 532 PATA CompactFlash support"
  480. depends on MIKROTIK_RB532
  481. help
  482. This option enables support for the RouterBoard 532
  483. PATA CompactFlash controller.
  484. If unsure, say N.
  485. config PATA_RDC
  486. tristate "RDC PATA support"
  487. depends on PCI
  488. help
  489. This option enables basic support for the later RDC PATA controllers
  490. controllers via the new ATA layer. For the RDC 1010, you need to
  491. enable the IT821X driver instead.
  492. If unsure, say N.
  493. config PATA_RZ1000
  494. tristate "PC Tech RZ1000 PATA support"
  495. depends on PCI
  496. help
  497. This option enables basic support for the PC Tech RZ1000/1
  498. PATA controllers via the new ATA layer
  499. If unsure, say N.
  500. config PATA_SC1200
  501. tristate "SC1200 PATA support"
  502. depends on PCI
  503. help
  504. This option enables support for the NatSemi/AMD SC1200 SoC
  505. companion chip used with the Geode processor family.
  506. If unsure, say N.
  507. config PATA_SERVERWORKS
  508. tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
  509. depends on PCI
  510. help
  511. This option enables support for the Serverworks OSB4/CSB5/CSB6 and
  512. HT1000 PATA controllers, via the new ATA layer.
  513. If unsure, say N.
  514. config 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. If unsure, say N.
  520. config PATA_SIS
  521. tristate "SiS PATA support"
  522. depends on PCI
  523. help
  524. This option enables support for SiS PATA controllers
  525. If unsure, say N.
  526. config PATA_TOSHIBA
  527. tristate "Toshiba Piccolo support (Experimental)"
  528. depends on PCI && EXPERIMENTAL
  529. help
  530. Support for the Toshiba Piccolo controllers. Currently only the
  531. primary channel is supported by this driver.
  532. If unsure, say N.
  533. config PATA_VIA
  534. tristate "VIA PATA support"
  535. depends on PCI
  536. help
  537. This option enables support for the VIA PATA interfaces
  538. found on the many VIA chipsets.
  539. If unsure, say N.
  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. If unsure, say N.
  547. config PATA_WINBOND_VLB
  548. tristate "Winbond W83759A VLB PATA support (Experimental)"
  549. depends on ISA && EXPERIMENTAL
  550. help
  551. Support for the Winbond W83759A controller on Vesa Local Bus
  552. systems.
  553. config HAVE_PATA_PLATFORM
  554. bool
  555. help
  556. This is an internal configuration node for any machine that
  557. uses pata-platform driver to enable the relevant driver in the
  558. configuration structure without having to submit endless patches
  559. to update the PATA_PLATFORM entry.
  560. config PATA_PLATFORM
  561. tristate "Generic platform device PATA support"
  562. depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
  563. help
  564. This option enables support for generic directly connected ATA
  565. devices commonly found on embedded systems.
  566. If unsure, say N.
  567. config PATA_AT91
  568. tristate "PATA support for AT91SAM9260"
  569. depends on ARM && ARCH_AT91
  570. help
  571. This option enables support for IDE devices on the Atmel AT91SAM9260 SoC.
  572. If unsure, say N.
  573. config PATA_OF_PLATFORM
  574. tristate "OpenFirmware platform device PATA support"
  575. depends on PATA_PLATFORM && PPC_OF
  576. help
  577. This option enables support for generic directly connected ATA
  578. devices commonly found on embedded systems with OpenFirmware
  579. bindings.
  580. If unsure, say N.
  581. config PATA_ICSIDE
  582. tristate "Acorn ICS PATA support"
  583. depends on ARM && ARCH_ACORN
  584. help
  585. On Acorn systems, say Y here if you wish to use the ICS PATA
  586. interface card. This is not required for ICS partition support.
  587. If you are unsure, say N to this.
  588. config PATA_IXP4XX_CF
  589. tristate "IXP4XX Compact Flash support"
  590. depends on ARCH_IXP4XX
  591. help
  592. This option enables support for a Compact Flash connected on
  593. the ixp4xx expansion bus. This driver had been written for
  594. Loft/Avila boards in mind but can work with others.
  595. If unsure, say N.
  596. config PATA_OCTEON_CF
  597. tristate "OCTEON Boot Bus Compact Flash support"
  598. depends on CPU_CAVIUM_OCTEON
  599. help
  600. This option enables a polled compact flash driver for use with
  601. compact flash cards attached to the OCTEON boot bus.
  602. If unsure, say N.
  603. config PATA_SCC
  604. tristate "Toshiba's Cell Reference Set IDE support"
  605. depends on PCI && PPC_CELLEB
  606. help
  607. This option enables support for the built-in IDE controller on
  608. Toshiba Cell Reference Board.
  609. If unsure, say N.
  610. config PATA_SCH
  611. tristate "Intel SCH PATA support"
  612. depends on PCI
  613. help
  614. This option enables support for Intel SCH PATA on the Intel
  615. SCH (US15W, US15L, UL11L) series host controllers.
  616. If unsure, say N.
  617. config PATA_BF54X
  618. tristate "Blackfin 54x ATAPI support"
  619. depends on BF542 || BF548 || BF549
  620. help
  621. This option enables support for the built-in ATAPI controller on
  622. Blackfin 54x family chips.
  623. If unsure, say N.
  624. config PATA_MACIO
  625. tristate "Apple PowerMac/PowerBook internal 'MacIO' IDE"
  626. depends on PPC_PMAC
  627. help
  628. Most IDE capable PowerMacs have IDE busses driven by a variant
  629. of this controller which is part of the Apple chipset used on
  630. most PowerMac models. Some models have multiple busses using
  631. different chipsets, though generally, MacIO is one of them.
  632. endif # ATA_SFF
  633. endif # ATA