Kconfig 23 KB

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