Kconfig 11 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484
  1. #
  2. # SATA/PATA driver configuration
  3. #
  4. menu "Serial ATA (prod) and Parallel ATA (experimental) drivers"
  5. config ATA
  6. tristate "ATA device support"
  7. select SCSI
  8. ---help---
  9. If you want to use a ATA hard disk, ATA tape drive, ATA CD-ROM or
  10. any other ATA device under Linux, say Y and make sure that you know
  11. the name of your ATA host adapter (the card inside your computer
  12. that "speaks" the ATA protocol, also called ATA controller),
  13. because you will be asked for it.
  14. if ATA
  15. config SATA_AHCI
  16. tristate "AHCI SATA support"
  17. depends on PCI
  18. help
  19. This option enables support for AHCI Serial ATA.
  20. If unsure, say N.
  21. config SATA_SVW
  22. tristate "ServerWorks Frodo / Apple K2 SATA support"
  23. depends on PCI
  24. help
  25. This option enables support for Broadcom/Serverworks/Apple K2
  26. SATA support.
  27. If unsure, say N.
  28. config ATA_PIIX
  29. tristate "Intel PIIX/ICH SATA support"
  30. depends on PCI
  31. help
  32. This option enables support for ICH5/6/7/8 Serial ATA.
  33. If PATA support was enabled previously, this enables
  34. support for select Intel PIIX/ICH PATA host controllers.
  35. If unsure, say N.
  36. config SATA_MV
  37. tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
  38. depends on PCI && EXPERIMENTAL
  39. help
  40. This option enables support for the Marvell Serial ATA family.
  41. Currently supports 88SX[56]0[48][01] chips.
  42. If unsure, say N.
  43. config SATA_NV
  44. tristate "NVIDIA SATA support"
  45. depends on PCI
  46. help
  47. This option enables support for NVIDIA Serial ATA.
  48. If unsure, say N.
  49. config PDC_ADMA
  50. tristate "Pacific Digital ADMA support"
  51. depends on PCI
  52. help
  53. This option enables support for Pacific Digital ADMA controllers
  54. If unsure, say N.
  55. config SATA_QSTOR
  56. tristate "Pacific Digital SATA QStor support"
  57. depends on PCI
  58. help
  59. This option enables support for Pacific Digital Serial ATA QStor.
  60. If unsure, say N.
  61. config SATA_PROMISE
  62. tristate "Promise SATA TX2/TX4 support"
  63. depends on PCI
  64. help
  65. This option enables support for Promise Serial ATA TX2/TX4.
  66. If unsure, say N.
  67. config SATA_SX4
  68. tristate "Promise SATA SX4 support"
  69. depends on PCI && EXPERIMENTAL
  70. help
  71. This option enables support for Promise Serial ATA SX4.
  72. If unsure, say N.
  73. config SATA_SIL
  74. tristate "Silicon Image SATA support"
  75. depends on PCI
  76. help
  77. This option enables support for Silicon Image Serial ATA.
  78. If unsure, say N.
  79. config SATA_SIL24
  80. tristate "Silicon Image 3124/3132 SATA support"
  81. depends on PCI
  82. help
  83. This option enables support for Silicon Image 3124/3132 Serial ATA.
  84. If unsure, say N.
  85. config SATA_SIS
  86. tristate "SiS 964/180 SATA support"
  87. depends on PCI
  88. help
  89. This option enables support for SiS Serial ATA 964/180.
  90. If unsure, say N.
  91. config SATA_ULI
  92. tristate "ULi Electronics SATA support"
  93. depends on PCI
  94. help
  95. This option enables support for ULi Electronics SATA.
  96. If unsure, say N.
  97. config SATA_VIA
  98. tristate "VIA SATA support"
  99. depends on PCI
  100. help
  101. This option enables support for VIA Serial ATA.
  102. If unsure, say N.
  103. config SATA_VITESSE
  104. tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
  105. depends on PCI
  106. help
  107. This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
  108. If unsure, say N.
  109. config SATA_INTEL_COMBINED
  110. bool
  111. depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
  112. default y
  113. config PATA_ALI
  114. tristate "ALi PATA support (Experimental)"
  115. depends on PCI && EXPERIMENTAL
  116. help
  117. This option enables support for the ALi ATA interfaces
  118. found on the many ALi chipsets.
  119. If unsure, say N.
  120. config PATA_AMD
  121. tristate "AMD/NVidia PATA support (Experimental)"
  122. depends on PCI
  123. help
  124. This option enables support for the AMD and NVidia PATA
  125. interfaces found on the chipsets for Athlon/Athlon64.
  126. If unsure, say N.
  127. config PATA_ARTOP
  128. tristate "ARTOP 6210/6260 PATA support (Experimental)"
  129. depends on PCI && EXPERIMENTAL
  130. help
  131. This option enables support for ARTOP PATA controllers.
  132. If unsure, say N.
  133. config PATA_ATIIXP
  134. tristate "ATI PATA support (Experimental)"
  135. depends on PCI && EXPERIMENTAL
  136. help
  137. This option enables support for the ATI ATA interfaces
  138. found on the many ATI chipsets.
  139. If unsure, say N.
  140. config PATA_CMD64X
  141. tristate "CMD64x PATA support (Very Experimental)"
  142. depends on PCI&& EXPERIMENTAL
  143. help
  144. This option enables support for the CMD64x series chips
  145. except for the CMD640.
  146. If unsure, say N.
  147. config PATA_CS5520
  148. tristate "CS5510/5520 PATA support"
  149. depends on PCI
  150. help
  151. This option enables support for the Cyrix 5510/5520
  152. companion chip used with the MediaGX/Geode processor family.
  153. If unsure, say N.
  154. config PATA_CS5530
  155. tristate "CS5530 PATA support (Experimental)"
  156. depends on PCI && EXPERIMENTAL
  157. help
  158. This option enables support for the Cyrix/NatSemi/AMD CS5530
  159. companion chip used with the MediaGX/Geode processor family.
  160. If unsure, say N.
  161. config PATA_CS5535
  162. tristate "CS5535 PATA support (Experimental)"
  163. depends on PCI && X86 && !X86_64 && EXPERIMENTAL
  164. help
  165. This option enables support for the NatSemi/AMD CS5535
  166. companion chip used with the Geode processor family.
  167. If unsure, say N.
  168. config PATA_CYPRESS
  169. tristate "Cypress CY82C693 PATA support (Very Experimental)"
  170. depends on PCI && EXPERIMENTAL
  171. help
  172. This option enables support for the Cypress/Contaq CY82C693
  173. chipset found in some Alpha systems
  174. If unsure, say N.
  175. config PATA_EFAR
  176. tristate "EFAR SLC90E66 support"
  177. depends on PCI
  178. help
  179. This option enables support for the EFAR SLC90E66
  180. IDE controller found on some older machines.
  181. If unsure, say N.
  182. config ATA_GENERIC
  183. tristate "Generic ATA support"
  184. depends on PCI
  185. help
  186. This option enables support for generic BIOS configured
  187. ATA controllers via the new ATA layer
  188. If unsure, say N.
  189. config PATA_HPT366
  190. tristate "HPT 366/368 PATA support (Very Experimental)"
  191. depends on PCI && EXPERIMENTAL
  192. help
  193. This option enables support for the HPT 366 and 368
  194. PATA controllers via the new ATA layer.
  195. If unsure, say N.
  196. config PATA_HPT37X
  197. tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)"
  198. depends on PCI && EXPERIMENTAL
  199. help
  200. This option enables support for the majority of the later HPT
  201. PATA controllers via the new ATA layer.
  202. If unsure, say N.
  203. config PATA_HPT3X2N
  204. tristate "HPT 372N/302N PATA support (Very Experimental)"
  205. depends on PCI && EXPERIMENTAL
  206. help
  207. This option enables support for the N variant HPT PATA
  208. controllers via the new ATA layer
  209. If unsure, say N.
  210. config PATA_HPT3X3
  211. tristate "HPT 343/363 PATA support (Experimental)"
  212. depends on PCI
  213. help
  214. This option enables support for the HPT 343/363
  215. PATA controllers via the new ATA layer
  216. If unsure, say N.
  217. config PATA_ISAPNP
  218. tristate "ISA Plug and Play PATA support (Very Experimental)"
  219. depends on EXPERIMENTAL && ISAPNP
  220. help
  221. This option enables support for ISA plug & play ATA
  222. controllers such as those found on old soundcards.
  223. If unsure, say N.
  224. config PATA_IT8172
  225. tristate "IT8172 PATA support (Very Experimental)"
  226. depends on PCI && EXPERIMENTAL
  227. help
  228. This option enables support for the ITE 8172 PATA controller
  229. via the new ATA layer.
  230. If unsure, say N.
  231. config PATA_IT821X
  232. tristate "IT821x PATA support (Experimental)"
  233. depends on PCI && EXPERIMENTAL
  234. help
  235. This option enables support for the ITE 8211 and 8212
  236. PATA controllers via the new ATA layer, including RAID
  237. mode.
  238. If unsure, say N.
  239. config PATA_LEGACY
  240. tristate "Legacy ISA PATA support (Experimental)"
  241. depends on PCI && EXPERIMENTAL
  242. help
  243. This option enables support for ISA/VLB bus legacy PATA
  244. ports and allows them to be accessed via the new ATA layer.
  245. If unsure, say N.
  246. config PATA_TRIFLEX
  247. tristate "Compaq Triflex PATA support"
  248. depends on PCI
  249. help
  250. Enable support for the Compaq 'Triflex' IDE controller as found
  251. on many Compaq Pentium-Pro systems, via the new ATA layer.
  252. If unsure, say N.
  253. config PATA_MPIIX
  254. tristate "Intel PATA MPIIX support"
  255. depends on PCI
  256. help
  257. This option enables support for MPIIX PATA support.
  258. If unsure, say N.
  259. config PATA_OLDPIIX
  260. tristate "Intel PATA old PIIX support (Experimental)"
  261. depends on PCI && EXPERIMENTAL
  262. help
  263. This option enables support for old(?) PIIX PATA support.
  264. If unsure, say N.
  265. config PATA_NETCELL
  266. tristate "NETCELL Revolution RAID support"
  267. depends on PCI
  268. help
  269. This option enables support for the Netcell Revolution RAID
  270. PATA controller.
  271. If unsure, say N.
  272. config PATA_NS87410
  273. tristate "Nat Semi NS87410 PATA support (Experimental)"
  274. depends on PCI && EXPERIMENTAL
  275. help
  276. This option enables support for the National Semiconductor
  277. NS87410 PCI-IDE controller.
  278. If unsure, say N.
  279. config PATA_OPTI
  280. tristate "OPTI621/6215 PATA support (Very Experimental)"
  281. depends on PCI && EXPERIMENTAL
  282. help
  283. This option enables full PIO support for the early Opti ATA
  284. controllers found on some old motherboards.
  285. If unsure, say N.
  286. config PATA_OPTIDMA
  287. tristate "OPTI FireStar PATA support (Veyr Experimental)"
  288. depends on PCI && EXPERIMENTAL
  289. help
  290. This option enables DMA/PIO support for the later OPTi
  291. controllers found on some old motherboards and in some
  292. latops
  293. If unsure, say N.
  294. config PATA_PCMCIA
  295. tristate "PCMCIA PATA support"
  296. depends on PCMCIA
  297. help
  298. This option enables support for PCMCIA ATA interfaces, including
  299. compact flash card adapters via the new ATA layer.
  300. If unsure, say N.
  301. config PATA_PDC_OLD
  302. tristate "Older Promise PATA controller support (Very Experimental)"
  303. depends on PCI && EXPERIMENTAL
  304. help
  305. This option enables support for the Promise 20246, 20262, 20263,
  306. 20265 and 20267 adapters.
  307. If unsure, say N.
  308. config PATA_QDI
  309. tristate "QDI VLB PATA support"
  310. help
  311. Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
  312. config PATA_RADISYS
  313. tristate "RADISYS 82600 PATA support (Very experimental)"
  314. depends on PCI && EXPERIMENTAL
  315. help
  316. This option enables support for the RADISYS 82600
  317. PATA controllers via the new ATA layer
  318. If unsure, say N.
  319. config PATA_RZ1000
  320. tristate "PC Tech RZ1000 PATA support"
  321. depends on PCI
  322. help
  323. This option enables basic support for the PC Tech RZ1000/1
  324. PATA controllers via the new ATA layer
  325. If unsure, say N.
  326. config PATA_SC1200
  327. tristate "SC1200 PATA support (Raving Lunatic)"
  328. depends on PCI && EXPERIMENTAL
  329. help
  330. This option enables support for the NatSemi/AMD SC1200 SoC
  331. companion chip used with the Geode processor family.
  332. If unsure, say N.
  333. config PATA_SERVERWORKS
  334. tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)"
  335. depends on PCI && EXPERIMENTAL
  336. help
  337. This option enables support for the Serverworks OSB4/CSB5/CSB6 and
  338. HT1000 PATA controllers, via the new ATA layer.
  339. If unsure, say N.
  340. config PATA_PDC2027X
  341. tristate "Promise PATA 2027x support"
  342. depends on PCI
  343. help
  344. This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
  345. If unsure, say N.
  346. config PATA_SIL680
  347. tristate "CMD / Silicon Image 680 PATA support"
  348. depends on PCI
  349. help
  350. This option enables support for CMD / Silicon Image 680 PATA.
  351. If unsure, say N.
  352. config PATA_SIS
  353. tristate "SiS PATA support (Experimental)"
  354. depends on PCI && EXPERIMENTAL
  355. help
  356. This option enables support for SiS PATA controllers
  357. If unsure, say N.
  358. config PATA_VIA
  359. tristate "VIA PATA support"
  360. depends on PCI
  361. help
  362. This option enables support for the VIA PATA interfaces
  363. found on the many VIA chipsets.
  364. If unsure, say N.
  365. config PATA_WINBOND
  366. tristate "Winbond SL82C105 PATA support"
  367. depends on PCI
  368. help
  369. This option enables support for SL82C105 PATA devices found in the
  370. Netwinder and some other systems
  371. If unsure, say N.
  372. endif
  373. endmenu