Kconfig 27 KB

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