Kconfig 21 KB

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