Kconfig 22 KB

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