Kconfig 23 KB

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