Kconfig 29 KB

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