Kconfig 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729
  1. #
  2. # SATA/PATA driver configuration
  3. #
  4. menuconfig ATA
  5. tristate "Serial ATA (prod) and Parallel ATA (experimental) drivers"
  6. depends on HAS_IOMEM
  7. depends on BLOCK
  8. depends on !(M32R || M68K) || BROKEN
  9. depends on !SUN4 || BROKEN
  10. select SCSI
  11. ---help---
  12. If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
  13. any other ATA device under Linux, say Y and make sure that you know
  14. the name of your ATA host adapter (the card inside your computer
  15. that "speaks" the ATA protocol, also called ATA controller),
  16. because you will be asked for it.
  17. NOTE: ATA enables basic SCSI support; *however*,
  18. 'SCSI disk support', 'SCSI tape support', or
  19. 'SCSI CDROM support' may also be needed,
  20. depending on your hardware configuration.
  21. if ATA
  22. config ATA_NONSTANDARD
  23. bool
  24. default n
  25. config ATA_ACPI
  26. bool "ATA ACPI Support"
  27. depends on ACPI && PCI
  28. select ACPI_DOCK
  29. default y
  30. help
  31. This option adds support for ATA-related ACPI objects.
  32. These ACPI objects add the ability to retrieve taskfiles
  33. from the ACPI BIOS and write them to the disk controller.
  34. These objects may be related to performance, security,
  35. power management, or other areas.
  36. You can disable this at kernel boot time by using the
  37. option libata.noacpi=1
  38. config SATA_PMP
  39. bool "SATA Port Multiplier support"
  40. default y
  41. help
  42. This option adds support for SATA Port Multipliers
  43. (the SATA version of an ethernet hub, or SAS expander).
  44. config SATA_AHCI
  45. tristate "AHCI SATA support"
  46. depends on PCI
  47. help
  48. This option enables support for AHCI Serial ATA.
  49. If unsure, say N.
  50. config SATA_SIL24
  51. tristate "Silicon Image 3124/3132 SATA support"
  52. depends on PCI
  53. help
  54. This option enables support for Silicon Image 3124/3132 Serial ATA.
  55. If unsure, say N.
  56. config SATA_FSL
  57. tristate "Freescale 3.0Gbps SATA support"
  58. depends on FSL_SOC
  59. help
  60. This option enables support for Freescale 3.0Gbps SATA controller.
  61. It can be found on MPC837x and MPC8315.
  62. If unsure, say N.
  63. config ATA_SFF
  64. bool "ATA SFF support"
  65. default y
  66. help
  67. This option adds support for ATA controllers with SFF
  68. compliant or similar programming interface.
  69. SFF is the legacy IDE interface that has been around since
  70. the dawn of time. Almost all PATA controllers have an
  71. SFF interface. Many SATA controllers have an SFF interface
  72. when configured into a legacy compatibility mode.
  73. For users with exclusively modern controllers like AHCI,
  74. Silicon Image 3124, or Marvell 6440, you may choose to
  75. disable this uneeded SFF support.
  76. If unsure, say Y.
  77. if ATA_SFF
  78. config SATA_SVW
  79. tristate "ServerWorks Frodo / Apple K2 SATA support"
  80. depends on PCI
  81. help
  82. This option enables support for Broadcom/Serverworks/Apple K2
  83. SATA support.
  84. If unsure, say N.
  85. config ATA_PIIX
  86. tristate "Intel ESB, ICH, PIIX3, PIIX4 PATA/SATA support"
  87. depends on PCI
  88. help
  89. This option enables support for ICH5/6/7/8 Serial ATA
  90. and support for PATA on the Intel ESB/ICH/PIIX3/PIIX4 series
  91. host controllers.
  92. If unsure, say N.
  93. config SATA_MV
  94. tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
  95. depends on EXPERIMENTAL
  96. help
  97. This option enables support for the Marvell Serial ATA family.
  98. Currently supports 88SX[56]0[48][01] chips.
  99. If unsure, say N.
  100. config SATA_NV
  101. tristate "NVIDIA SATA support"
  102. depends on PCI
  103. help
  104. This option enables support for NVIDIA Serial ATA.
  105. If unsure, say N.
  106. config PDC_ADMA
  107. tristate "Pacific Digital ADMA support"
  108. depends on PCI
  109. help
  110. This option enables support for Pacific Digital ADMA controllers
  111. If unsure, say N.
  112. config SATA_QSTOR
  113. tristate "Pacific Digital SATA QStor support"
  114. depends on PCI
  115. help
  116. This option enables support for Pacific Digital Serial ATA QStor.
  117. If unsure, say N.
  118. config SATA_PROMISE
  119. tristate "Promise SATA TX2/TX4 support"
  120. depends on PCI
  121. help
  122. This option enables support for Promise Serial ATA TX2/TX4.
  123. If unsure, say N.
  124. config SATA_SX4
  125. tristate "Promise SATA SX4 support"
  126. depends on PCI && EXPERIMENTAL
  127. help
  128. This option enables support for Promise Serial ATA SX4.
  129. If unsure, say N.
  130. config SATA_SIL
  131. tristate "Silicon Image SATA support"
  132. depends on PCI
  133. help
  134. This option enables support for Silicon Image Serial ATA.
  135. If unsure, say N.
  136. config SATA_SIS
  137. tristate "SiS 964/965/966/180 SATA support"
  138. depends on PCI
  139. select PATA_SIS
  140. help
  141. This option enables support for SiS Serial ATA on
  142. SiS 964/965/966/180 and Parallel ATA on SiS 180.
  143. The PATA support for SiS 180 requires additionally to
  144. enable the PATA_SIS driver in the config.
  145. If unsure, say N.
  146. config SATA_ULI
  147. tristate "ULi Electronics SATA support"
  148. depends on PCI
  149. help
  150. This option enables support for ULi Electronics SATA.
  151. If unsure, say N.
  152. config SATA_VIA
  153. tristate "VIA SATA support"
  154. depends on PCI
  155. help
  156. This option enables support for VIA Serial ATA.
  157. If unsure, say N.
  158. config SATA_VITESSE
  159. tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
  160. depends on PCI
  161. help
  162. This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
  163. If unsure, say N.
  164. config SATA_INIC162X
  165. tristate "Initio 162x SATA support"
  166. depends on PCI
  167. help
  168. This option enables support for Initio 162x Serial ATA.
  169. config PATA_ACPI
  170. tristate "ACPI firmware driver for PATA"
  171. depends on ATA_ACPI
  172. help
  173. This option enables an ACPI method driver which drives
  174. motherboard PATA controller interfaces through the ACPI
  175. firmware in the BIOS. This driver can sometimes handle
  176. otherwise unsupported hardware.
  177. config PATA_ALI
  178. tristate "ALi PATA support (Experimental)"
  179. depends on PCI && EXPERIMENTAL
  180. help
  181. This option enables support for the ALi ATA interfaces
  182. found on the many ALi chipsets.
  183. If unsure, say N.
  184. config PATA_AMD
  185. tristate "AMD/NVidia PATA support"
  186. depends on PCI
  187. help
  188. This option enables support for the AMD and NVidia PATA
  189. interfaces found on the chipsets for Athlon/Athlon64.
  190. If unsure, say N.
  191. config PATA_ARTOP
  192. tristate "ARTOP 6210/6260 PATA support"
  193. depends on PCI
  194. help
  195. This option enables support for ARTOP PATA controllers.
  196. If unsure, say N.
  197. config PATA_AT32
  198. tristate "Atmel AVR32 PATA support (Experimental)"
  199. depends on AVR32 && PLATFORM_AT32AP && EXPERIMENTAL
  200. help
  201. This option enables support for the IDE devices on the
  202. Atmel AT32AP platform.
  203. If unsure, say N.
  204. config PATA_ATIIXP
  205. tristate "ATI PATA support"
  206. depends on PCI
  207. help
  208. This option enables support for the ATI ATA interfaces
  209. found on the many ATI chipsets.
  210. If unsure, say N.
  211. config PATA_CMD640_PCI
  212. tristate "CMD640 PCI PATA support (Very Experimental)"
  213. depends on PCI && EXPERIMENTAL
  214. help
  215. This option enables support for the CMD640 PCI IDE
  216. interface chip. Only the primary channel is currently
  217. supported.
  218. If unsure, say N.
  219. config PATA_CMD64X
  220. tristate "CMD64x PATA support"
  221. depends on PCI
  222. help
  223. This option enables support for the CMD64x series chips
  224. except for the CMD640.
  225. If unsure, say N.
  226. config PATA_CS5520
  227. tristate "CS5510/5520 PATA support"
  228. depends on PCI
  229. help
  230. This option enables support for the Cyrix 5510/5520
  231. companion chip used with the MediaGX/Geode processor family.
  232. If unsure, say N.
  233. config PATA_CS5530
  234. tristate "CS5530 PATA support (Experimental)"
  235. depends on PCI && EXPERIMENTAL
  236. help
  237. This option enables support for the Cyrix/NatSemi/AMD CS5530
  238. companion chip used with the MediaGX/Geode processor family.
  239. If unsure, say N.
  240. config PATA_CS5535
  241. tristate "CS5535 PATA support (Experimental)"
  242. depends on PCI && X86 && !X86_64 && EXPERIMENTAL
  243. help
  244. This option enables support for the NatSemi/AMD CS5535
  245. companion chip used with the Geode processor family.
  246. If unsure, say N.
  247. config PATA_CS5536
  248. tristate "CS5536 PATA support (Experimental)"
  249. depends on PCI && X86 && !X86_64 && EXPERIMENTAL
  250. help
  251. This option enables support for the AMD CS5536
  252. companion chip used with the Geode LX processor family.
  253. If unsure, say N.
  254. config PATA_CYPRESS
  255. tristate "Cypress CY82C693 PATA support (Very Experimental)"
  256. depends on PCI && EXPERIMENTAL
  257. help
  258. This option enables support for the Cypress/Contaq CY82C693
  259. chipset found in some Alpha systems
  260. If unsure, say N.
  261. config PATA_EFAR
  262. tristate "EFAR SLC90E66 support"
  263. depends on PCI
  264. help
  265. This option enables support for the EFAR SLC90E66
  266. IDE controller found on some older machines.
  267. If unsure, say N.
  268. config ATA_GENERIC
  269. tristate "Generic ATA support"
  270. depends on PCI
  271. help
  272. This option enables support for generic BIOS configured
  273. ATA controllers via the new ATA layer
  274. If unsure, say N.
  275. config PATA_HPT366
  276. tristate "HPT 366/368 PATA support"
  277. depends on PCI
  278. help
  279. This option enables support for the HPT 366 and 368
  280. PATA controllers via the new ATA layer.
  281. If unsure, say N.
  282. config PATA_HPT37X
  283. tristate "HPT 370/370A/371/372/374/302 PATA support (Experimental)"
  284. depends on PCI && EXPERIMENTAL
  285. help
  286. This option enables support for the majority of the later HPT
  287. PATA controllers via the new ATA layer.
  288. If unsure, say N.
  289. config PATA_HPT3X2N
  290. tristate "HPT 372N/302N PATA support (Very Experimental)"
  291. depends on PCI && EXPERIMENTAL
  292. help
  293. This option enables support for the N variant HPT PATA
  294. controllers via the new ATA layer
  295. If unsure, say N.
  296. config PATA_HPT3X3
  297. tristate "HPT 343/363 PATA support"
  298. depends on PCI
  299. help
  300. This option enables support for the HPT 343/363
  301. PATA controllers via the new ATA layer
  302. If unsure, say N.
  303. config PATA_HPT3X3_DMA
  304. bool "HPT 343/363 DMA support (Experimental)"
  305. depends on PATA_HPT3X3
  306. help
  307. This option enables DMA support for the HPT343/363
  308. controllers. Enable with care as there are still some
  309. problems with DMA on this chipset.
  310. config PATA_ISAPNP
  311. tristate "ISA Plug and Play PATA support (Experimental)"
  312. depends on EXPERIMENTAL && ISAPNP
  313. help
  314. This option enables support for ISA plug & play ATA
  315. controllers such as those found on old soundcards.
  316. If unsure, say N.
  317. config PATA_IT821X
  318. tristate "IT8211/2 PATA support"
  319. depends on PCI
  320. help
  321. This option enables support for the ITE 8211 and 8212
  322. PATA controllers via the new ATA layer, including RAID
  323. mode.
  324. If unsure, say N.
  325. config PATA_IT8213
  326. tristate "IT8213 PATA support (Experimental)"
  327. depends on PCI && EXPERIMENTAL
  328. help
  329. This option enables support for the ITE 821 PATA
  330. controllers via the new ATA layer.
  331. If unsure, say N.
  332. config PATA_JMICRON
  333. tristate "JMicron PATA support"
  334. depends on PCI
  335. help
  336. Enable support for the JMicron IDE controller, via the new
  337. ATA layer.
  338. If unsure, say N.
  339. config PATA_LEGACY
  340. tristate "Legacy ISA PATA support (Experimental)"
  341. depends on ISA && EXPERIMENTAL
  342. help
  343. This option enables support for ISA/VLB bus legacy PATA
  344. ports and allows them to be accessed via the new ATA layer.
  345. If unsure, say N.
  346. config PATA_TRIFLEX
  347. tristate "Compaq Triflex PATA support"
  348. depends on PCI
  349. help
  350. Enable support for the Compaq 'Triflex' IDE controller as found
  351. on many Compaq Pentium-Pro systems, via the new ATA layer.
  352. If unsure, say N.
  353. config PATA_MARVELL
  354. tristate "Marvell PATA support via legacy mode"
  355. depends on PCI
  356. help
  357. This option enables limited support for the Marvell 88SE61xx ATA
  358. controllers. If you wish to use only the SATA ports then select
  359. the AHCI driver alone. If you wish to the use the PATA port or
  360. both SATA and PATA include this driver.
  361. If unsure, say N.
  362. config PATA_MPC52xx
  363. tristate "Freescale MPC52xx SoC internal IDE"
  364. depends on PPC_MPC52xx
  365. help
  366. This option enables support for integrated IDE controller
  367. of the Freescale MPC52xx SoC.
  368. If unsure, say N.
  369. config PATA_MPIIX
  370. tristate "Intel PATA MPIIX support"
  371. depends on PCI
  372. help
  373. This option enables support for MPIIX PATA support.
  374. If unsure, say N.
  375. config PATA_OLDPIIX
  376. tristate "Intel PATA old PIIX support"
  377. depends on PCI
  378. help
  379. This option enables support for early PIIX PATA support.
  380. If unsure, say N.
  381. config PATA_NETCELL
  382. tristate "NETCELL Revolution RAID support"
  383. depends on PCI
  384. help
  385. This option enables support for the Netcell Revolution RAID
  386. PATA controller.
  387. If unsure, say N.
  388. config PATA_NINJA32
  389. tristate "Ninja32/Delkin Cardbus ATA support (Experimental)"
  390. depends on PCI && EXPERIMENTAL
  391. help
  392. This option enables support for the Ninja32, Delkin and
  393. possibly other brands of Cardbus ATA adapter
  394. If unsure, say N.
  395. config PATA_NS87410
  396. tristate "Nat Semi NS87410 PATA support (Experimental)"
  397. depends on PCI && EXPERIMENTAL
  398. help
  399. This option enables support for the National Semiconductor
  400. NS87410 PCI-IDE controller.
  401. If unsure, say N.
  402. config PATA_NS87415
  403. tristate "Nat Semi NS87415 PATA support (Experimental)"
  404. depends on PCI && EXPERIMENTAL
  405. help
  406. This option enables support for the National Semiconductor
  407. NS87415 PCI-IDE controller.
  408. If unsure, say N.
  409. config PATA_OPTI
  410. tristate "OPTI621/6215 PATA support (Very Experimental)"
  411. depends on PCI && EXPERIMENTAL
  412. help
  413. This option enables full PIO support for the early Opti ATA
  414. controllers found on some old motherboards.
  415. If unsure, say N.
  416. config PATA_OPTIDMA
  417. tristate "OPTI FireStar PATA support (Very Experimental)"
  418. depends on PCI && EXPERIMENTAL
  419. help
  420. This option enables DMA/PIO support for the later OPTi
  421. controllers found on some old motherboards and in some
  422. laptops.
  423. If unsure, say N.
  424. config PATA_PCMCIA
  425. tristate "PCMCIA PATA support"
  426. depends on PCMCIA
  427. help
  428. This option enables support for PCMCIA ATA interfaces, including
  429. compact flash card adapters via the new ATA layer.
  430. If unsure, say N.
  431. config PATA_PDC_OLD
  432. tristate "Older Promise PATA controller support (Experimental)"
  433. depends on PCI && EXPERIMENTAL
  434. help
  435. This option enables support for the Promise 20246, 20262, 20263,
  436. 20265 and 20267 adapters.
  437. If unsure, say N.
  438. config PATA_QDI
  439. tristate "QDI VLB PATA support"
  440. depends on ISA
  441. help
  442. Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
  443. config PATA_RADISYS
  444. tristate "RADISYS 82600 PATA support (Very Experimental)"
  445. depends on PCI && EXPERIMENTAL
  446. help
  447. This option enables support for the RADISYS 82600
  448. PATA controllers via the new ATA layer
  449. If unsure, say N.
  450. config PATA_RB532
  451. tristate "RouterBoard 532 PATA CompactFlash support"
  452. depends on MIKROTIK_RB532
  453. help
  454. This option enables support for the RouterBoard 532
  455. PATA CompactFlash controller.
  456. If unsure, say N.
  457. config PATA_RZ1000
  458. tristate "PC Tech RZ1000 PATA support"
  459. depends on PCI
  460. help
  461. This option enables basic support for the PC Tech RZ1000/1
  462. PATA controllers via the new ATA layer
  463. If unsure, say N.
  464. config PATA_SC1200
  465. tristate "SC1200 PATA support (Very Experimental)"
  466. depends on PCI && EXPERIMENTAL
  467. help
  468. This option enables support for the NatSemi/AMD SC1200 SoC
  469. companion chip used with the Geode processor family.
  470. If unsure, say N.
  471. config PATA_SERVERWORKS
  472. tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support"
  473. depends on PCI
  474. help
  475. This option enables support for the Serverworks OSB4/CSB5/CSB6 and
  476. HT1000 PATA controllers, via the new ATA layer.
  477. If unsure, say N.
  478. config PATA_PDC2027X
  479. tristate "Promise PATA 2027x support"
  480. depends on PCI
  481. help
  482. This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
  483. If unsure, say N.
  484. config PATA_SIL680
  485. tristate "CMD / Silicon Image 680 PATA support"
  486. depends on PCI
  487. help
  488. This option enables support for CMD / Silicon Image 680 PATA.
  489. If unsure, say N.
  490. config PATA_SIS
  491. tristate "SiS PATA support (Experimental)"
  492. depends on PCI && EXPERIMENTAL
  493. help
  494. This option enables support for SiS PATA controllers
  495. If unsure, say N.
  496. config PATA_VIA
  497. tristate "VIA PATA support"
  498. depends on PCI
  499. help
  500. This option enables support for the VIA PATA interfaces
  501. found on the many VIA chipsets.
  502. If unsure, say N.
  503. config PATA_WINBOND
  504. tristate "Winbond SL82C105 PATA support"
  505. depends on PCI
  506. help
  507. This option enables support for SL82C105 PATA devices found in the
  508. Netwinder and some other systems
  509. If unsure, say N.
  510. config PATA_WINBOND_VLB
  511. tristate "Winbond W83759A VLB PATA support (Experimental)"
  512. depends on ISA && EXPERIMENTAL
  513. help
  514. Support for the Winbond W83759A controller on Vesa Local Bus
  515. systems.
  516. config HAVE_PATA_PLATFORM
  517. bool
  518. help
  519. This is an internal configuration node for any machine that
  520. uses pata-platform driver to enable the relevant driver in the
  521. configuration structure without having to submit endless patches
  522. to update the PATA_PLATFORM entry.
  523. config PATA_PLATFORM
  524. tristate "Generic platform device PATA support"
  525. depends on EMBEDDED || PPC || HAVE_PATA_PLATFORM
  526. help
  527. This option enables support for generic directly connected ATA
  528. devices commonly found on embedded systems.
  529. If unsure, say N.
  530. config PATA_OF_PLATFORM
  531. tristate "OpenFirmware platform device PATA support"
  532. depends on PATA_PLATFORM && PPC_OF
  533. help
  534. This option enables support for generic directly connected ATA
  535. devices commonly found on embedded systems with OpenFirmware
  536. bindings.
  537. If unsure, say N.
  538. config PATA_ICSIDE
  539. tristate "Acorn ICS PATA support"
  540. depends on ARM && ARCH_ACORN
  541. help
  542. On Acorn systems, say Y here if you wish to use the ICS PATA
  543. interface card. This is not required for ICS partition support.
  544. If you are unsure, say N to this.
  545. config PATA_IXP4XX_CF
  546. tristate "IXP4XX Compact Flash support"
  547. depends on ARCH_IXP4XX
  548. help
  549. This option enables support for a Compact Flash connected on
  550. the ixp4xx expansion bus. This driver had been written for
  551. Loft/Avila boards in mind but can work with others.
  552. If unsure, say N.
  553. config PATA_SCC
  554. tristate "Toshiba's Cell Reference Set IDE support"
  555. depends on PCI && PPC_CELLEB
  556. help
  557. This option enables support for the built-in IDE controller on
  558. Toshiba Cell Reference Board.
  559. If unsure, say N.
  560. config PATA_SCH
  561. tristate "Intel SCH PATA support"
  562. depends on PCI
  563. help
  564. This option enables support for Intel SCH PATA on the Intel
  565. SCH (US15W, US15L, UL11L) series host controllers.
  566. If unsure, say N.
  567. config PATA_BF54X
  568. tristate "Blackfin 54x ATAPI support"
  569. depends on BF542 || BF548 || BF549
  570. help
  571. This option enables support for the built-in ATAPI controller on
  572. Blackfin 54x family chips.
  573. If unsure, say N.
  574. endif # ATA_SFF
  575. endif # ATA