Kconfig 21 KB

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