Kconfig 25 KB

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