Kconfig 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551
  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. 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. if ATA
  18. config ATA_NONSTANDARD
  19. bool
  20. default n
  21. config SATA_AHCI
  22. tristate "AHCI SATA support"
  23. depends on PCI
  24. help
  25. This option enables support for AHCI Serial ATA.
  26. If unsure, say N.
  27. config SATA_SVW
  28. tristate "ServerWorks Frodo / Apple K2 SATA support"
  29. depends on PCI
  30. help
  31. This option enables support for Broadcom/Serverworks/Apple K2
  32. SATA support.
  33. If unsure, say N.
  34. config ATA_PIIX
  35. tristate "Intel PIIX/ICH SATA support"
  36. depends on PCI
  37. help
  38. This option enables support for ICH5/6/7/8 Serial ATA
  39. and support for PATA on the Intel PIIX3/PIIX4/ICH series
  40. PATA host controllers.
  41. If unsure, say N.
  42. config SATA_MV
  43. tristate "Marvell SATA support (HIGHLY EXPERIMENTAL)"
  44. depends on PCI && EXPERIMENTAL
  45. help
  46. This option enables support for the Marvell Serial ATA family.
  47. Currently supports 88SX[56]0[48][01] chips.
  48. If unsure, say N.
  49. config SATA_NV
  50. tristate "NVIDIA SATA support"
  51. depends on PCI
  52. help
  53. This option enables support for NVIDIA Serial ATA.
  54. If unsure, say N.
  55. config PDC_ADMA
  56. tristate "Pacific Digital ADMA support"
  57. depends on PCI
  58. help
  59. This option enables support for Pacific Digital ADMA controllers
  60. If unsure, say N.
  61. config SATA_QSTOR
  62. tristate "Pacific Digital SATA QStor support"
  63. depends on PCI
  64. help
  65. This option enables support for Pacific Digital Serial ATA QStor.
  66. If unsure, say N.
  67. config SATA_PROMISE
  68. tristate "Promise SATA TX2/TX4 support"
  69. depends on PCI
  70. help
  71. This option enables support for Promise Serial ATA TX2/TX4.
  72. If unsure, say N.
  73. config SATA_SX4
  74. tristate "Promise SATA SX4 support"
  75. depends on PCI && EXPERIMENTAL
  76. help
  77. This option enables support for Promise Serial ATA SX4.
  78. If unsure, say N.
  79. config SATA_SIL
  80. tristate "Silicon Image SATA support"
  81. depends on PCI
  82. help
  83. This option enables support for Silicon Image Serial ATA.
  84. If unsure, say N.
  85. config SATA_SIL24
  86. tristate "Silicon Image 3124/3132 SATA support"
  87. depends on PCI
  88. help
  89. This option enables support for Silicon Image 3124/3132 Serial ATA.
  90. If unsure, say N.
  91. config SATA_SIS
  92. tristate "SiS 964/180 SATA support"
  93. depends on PCI
  94. help
  95. This option enables support for SiS Serial ATA 964/180.
  96. If unsure, say N.
  97. config SATA_ULI
  98. tristate "ULi Electronics SATA support"
  99. depends on PCI
  100. help
  101. This option enables support for ULi Electronics SATA.
  102. If unsure, say N.
  103. config SATA_VIA
  104. tristate "VIA SATA support"
  105. depends on PCI
  106. help
  107. This option enables support for VIA Serial ATA.
  108. If unsure, say N.
  109. config SATA_VITESSE
  110. tristate "VITESSE VSC-7174 / INTEL 31244 SATA support"
  111. depends on PCI
  112. help
  113. This option enables support for Vitesse VSC7174 and Intel 31244 Serial ATA.
  114. If unsure, say N.
  115. config SATA_INIC162X
  116. tristate "Initio 162x SATA support (HIGHLY EXPERIMENTAL)"
  117. depends on PCI && EXPERIMENTAL
  118. help
  119. This option enables support for Initio 162x Serial ATA.
  120. config SATA_INTEL_COMBINED
  121. bool
  122. depends on IDE=y && !BLK_DEV_IDE_SATA && (SATA_AHCI || ATA_PIIX)
  123. default y
  124. config PATA_ALI
  125. tristate "ALi PATA support (Experimental)"
  126. depends on PCI && EXPERIMENTAL
  127. help
  128. This option enables support for the ALi ATA interfaces
  129. found on the many ALi chipsets.
  130. If unsure, say N.
  131. config PATA_AMD
  132. tristate "AMD/NVidia PATA support (Experimental)"
  133. depends on PCI
  134. help
  135. This option enables support for the AMD and NVidia PATA
  136. interfaces found on the chipsets for Athlon/Athlon64.
  137. If unsure, say N.
  138. config PATA_ARTOP
  139. tristate "ARTOP 6210/6260 PATA support (Experimental)"
  140. depends on PCI && EXPERIMENTAL
  141. help
  142. This option enables support for ARTOP PATA controllers.
  143. If unsure, say N.
  144. config PATA_ATIIXP
  145. tristate "ATI PATA support (Experimental)"
  146. depends on PCI && EXPERIMENTAL
  147. help
  148. This option enables support for the ATI ATA interfaces
  149. found on the many ATI chipsets.
  150. If unsure, say N.
  151. config PATA_CMD64X
  152. tristate "CMD64x PATA support (Very Experimental)"
  153. depends on PCI&& EXPERIMENTAL
  154. help
  155. This option enables support for the CMD64x series chips
  156. except for the CMD640.
  157. If unsure, say N.
  158. config PATA_CS5520
  159. tristate "CS5510/5520 PATA support"
  160. depends on PCI
  161. help
  162. This option enables support for the Cyrix 5510/5520
  163. companion chip used with the MediaGX/Geode processor family.
  164. If unsure, say N.
  165. config PATA_CS5530
  166. tristate "CS5530 PATA support (Experimental)"
  167. depends on PCI && EXPERIMENTAL
  168. help
  169. This option enables support for the Cyrix/NatSemi/AMD CS5530
  170. companion chip used with the MediaGX/Geode processor family.
  171. If unsure, say N.
  172. config PATA_CS5535
  173. tristate "CS5535 PATA support (Experimental)"
  174. depends on PCI && X86 && !X86_64 && EXPERIMENTAL
  175. help
  176. This option enables support for the NatSemi/AMD CS5535
  177. companion chip used with the Geode processor family.
  178. If unsure, say N.
  179. config PATA_CYPRESS
  180. tristate "Cypress CY82C693 PATA support (Very Experimental)"
  181. depends on PCI && EXPERIMENTAL
  182. help
  183. This option enables support for the Cypress/Contaq CY82C693
  184. chipset found in some Alpha systems
  185. If unsure, say N.
  186. config PATA_EFAR
  187. tristate "EFAR SLC90E66 support"
  188. depends on PCI
  189. help
  190. This option enables support for the EFAR SLC90E66
  191. IDE controller found on some older machines.
  192. If unsure, say N.
  193. config ATA_GENERIC
  194. tristate "Generic ATA support"
  195. depends on PCI
  196. help
  197. This option enables support for generic BIOS configured
  198. ATA controllers via the new ATA layer
  199. If unsure, say N.
  200. config PATA_HPT366
  201. tristate "HPT 366/368 PATA support (Very Experimental)"
  202. depends on PCI && EXPERIMENTAL
  203. help
  204. This option enables support for the HPT 366 and 368
  205. PATA controllers via the new ATA layer.
  206. If unsure, say N.
  207. config PATA_HPT37X
  208. tristate "HPT 370/370A/371/372/374/302 PATA support (Very Experimental)"
  209. depends on PCI && EXPERIMENTAL
  210. help
  211. This option enables support for the majority of the later HPT
  212. PATA controllers via the new ATA layer.
  213. If unsure, say N.
  214. config PATA_HPT3X2N
  215. tristate "HPT 372N/302N PATA support (Very Experimental)"
  216. depends on PCI && EXPERIMENTAL
  217. help
  218. This option enables support for the N variant HPT PATA
  219. controllers via the new ATA layer
  220. If unsure, say N.
  221. config PATA_HPT3X3
  222. tristate "HPT 343/363 PATA support (Experimental)"
  223. depends on PCI
  224. help
  225. This option enables support for the HPT 343/363
  226. PATA controllers via the new ATA layer
  227. If unsure, say N.
  228. config PATA_ISAPNP
  229. tristate "ISA Plug and Play PATA support (Very Experimental)"
  230. depends on EXPERIMENTAL && ISAPNP
  231. help
  232. This option enables support for ISA plug & play ATA
  233. controllers such as those found on old soundcards.
  234. If unsure, say N.
  235. config PATA_IT821X
  236. tristate "IT8211/2 PATA support (Experimental)"
  237. depends on PCI && EXPERIMENTAL
  238. help
  239. This option enables support for the ITE 8211 and 8212
  240. PATA controllers via the new ATA layer, including RAID
  241. mode.
  242. If unsure, say N.
  243. config PATA_IT8213
  244. tristate "IT8213 PATA support (Experimental)"
  245. depends on PCI && EXPERIMENTAL
  246. help
  247. This option enables support for the ITE 821 PATA
  248. controllers via the new ATA layer.
  249. If unsure, say N.
  250. config PATA_JMICRON
  251. tristate "JMicron PATA support"
  252. depends on PCI
  253. help
  254. Enable support for the JMicron IDE controller, via the new
  255. ATA layer.
  256. If unsure, say N.
  257. config PATA_LEGACY
  258. tristate "Legacy ISA PATA support (Experimental)"
  259. depends on ISA && EXPERIMENTAL
  260. help
  261. This option enables support for ISA/VLB bus legacy PATA
  262. ports and allows them to be accessed via the new ATA layer.
  263. If unsure, say N.
  264. config PATA_TRIFLEX
  265. tristate "Compaq Triflex PATA support"
  266. depends on PCI
  267. help
  268. Enable support for the Compaq 'Triflex' IDE controller as found
  269. on many Compaq Pentium-Pro systems, via the new ATA layer.
  270. If unsure, say N.
  271. config PATA_MARVELL
  272. tristate "Marvell PATA support via legacy mode"
  273. depends on PCI
  274. help
  275. This option enables limited support for the Marvell 88SE6145 ATA
  276. controller.
  277. If unsure, say N.
  278. config PATA_MPC52xx
  279. tristate "Freescale MPC52xx SoC internal IDE"
  280. depends on PPC_MPC52xx
  281. help
  282. This option enables support for integrated IDE controller
  283. of the Freescale MPC52xx SoC.
  284. If unsure, say N.
  285. config PATA_MPIIX
  286. tristate "Intel PATA MPIIX support"
  287. depends on PCI
  288. help
  289. This option enables support for MPIIX PATA support.
  290. If unsure, say N.
  291. config PATA_OLDPIIX
  292. tristate "Intel PATA old PIIX support (Experimental)"
  293. depends on PCI && EXPERIMENTAL
  294. help
  295. This option enables support for old(?) PIIX PATA support.
  296. If unsure, say N.
  297. config PATA_NETCELL
  298. tristate "NETCELL Revolution RAID support"
  299. depends on PCI
  300. help
  301. This option enables support for the Netcell Revolution RAID
  302. PATA controller.
  303. If unsure, say N.
  304. config PATA_NS87410
  305. tristate "Nat Semi NS87410 PATA support (Experimental)"
  306. depends on PCI && EXPERIMENTAL
  307. help
  308. This option enables support for the National Semiconductor
  309. NS87410 PCI-IDE controller.
  310. If unsure, say N.
  311. config PATA_OPTI
  312. tristate "OPTI621/6215 PATA support (Very Experimental)"
  313. depends on PCI && EXPERIMENTAL
  314. help
  315. This option enables full PIO support for the early Opti ATA
  316. controllers found on some old motherboards.
  317. If unsure, say N.
  318. config PATA_OPTIDMA
  319. tristate "OPTI FireStar PATA support (Very Experimental)"
  320. depends on PCI && EXPERIMENTAL
  321. help
  322. This option enables DMA/PIO support for the later OPTi
  323. controllers found on some old motherboards and in some
  324. latops
  325. If unsure, say N.
  326. config PATA_PCMCIA
  327. tristate "PCMCIA PATA support"
  328. depends on PCMCIA
  329. help
  330. This option enables support for PCMCIA ATA interfaces, including
  331. compact flash card adapters via the new ATA layer.
  332. If unsure, say N.
  333. config PATA_PDC_OLD
  334. tristate "Older Promise PATA controller support (Very Experimental)"
  335. depends on PCI && EXPERIMENTAL
  336. help
  337. This option enables support for the Promise 20246, 20262, 20263,
  338. 20265 and 20267 adapters.
  339. If unsure, say N.
  340. config PATA_QDI
  341. tristate "QDI VLB PATA support"
  342. depends on ISA
  343. help
  344. Support for QDI 6500 and 6580 PATA controllers on VESA local bus.
  345. config PATA_RADISYS
  346. tristate "RADISYS 82600 PATA support (Very experimental)"
  347. depends on PCI && EXPERIMENTAL
  348. help
  349. This option enables support for the RADISYS 82600
  350. PATA controllers via the new ATA layer
  351. If unsure, say N.
  352. config PATA_RZ1000
  353. tristate "PC Tech RZ1000 PATA support"
  354. depends on PCI
  355. help
  356. This option enables basic support for the PC Tech RZ1000/1
  357. PATA controllers via the new ATA layer
  358. If unsure, say N.
  359. config PATA_SC1200
  360. tristate "SC1200 PATA support (Raving Lunatic)"
  361. depends on PCI && EXPERIMENTAL
  362. help
  363. This option enables support for the NatSemi/AMD SC1200 SoC
  364. companion chip used with the Geode processor family.
  365. If unsure, say N.
  366. config PATA_SERVERWORKS
  367. tristate "SERVERWORKS OSB4/CSB5/CSB6/HT1000 PATA support (Experimental)"
  368. depends on PCI && EXPERIMENTAL
  369. help
  370. This option enables support for the Serverworks OSB4/CSB5/CSB6 and
  371. HT1000 PATA controllers, via the new ATA layer.
  372. If unsure, say N.
  373. config PATA_PDC2027X
  374. tristate "Promise PATA 2027x support"
  375. depends on PCI
  376. help
  377. This option enables support for Promise PATA pdc20268 to pdc20277 host adapters.
  378. If unsure, say N.
  379. config PATA_SIL680
  380. tristate "CMD / Silicon Image 680 PATA support"
  381. depends on PCI
  382. help
  383. This option enables support for CMD / Silicon Image 680 PATA.
  384. If unsure, say N.
  385. config PATA_SIS
  386. tristate "SiS PATA support (Experimental)"
  387. depends on PCI && EXPERIMENTAL
  388. help
  389. This option enables support for SiS PATA controllers
  390. If unsure, say N.
  391. config PATA_VIA
  392. tristate "VIA PATA support"
  393. depends on PCI
  394. help
  395. This option enables support for the VIA PATA interfaces
  396. found on the many VIA chipsets.
  397. If unsure, say N.
  398. config PATA_WINBOND
  399. tristate "Winbond SL82C105 PATA support"
  400. depends on PCI
  401. help
  402. This option enables support for SL82C105 PATA devices found in the
  403. Netwinder and some other systems
  404. If unsure, say N.
  405. config PATA_WINBOND_VLB
  406. tristate "Winbond W83759A VLB PATA support (Experimental)"
  407. depends on ISA && EXPERIMENTAL
  408. help
  409. Support for the Winbond W83759A controller on Vesa Local Bus
  410. systems.
  411. config PATA_PLATFORM
  412. tristate "Generic platform device PATA support"
  413. depends on EMBEDDED
  414. help
  415. This option enables support for generic directly connected ATA
  416. devices commonly found on embedded systems.
  417. If unsure, say N.
  418. config PATA_IXP4XX_CF
  419. tristate "IXP4XX Compact Flash support"
  420. depends on ARCH_IXP4XX
  421. help
  422. This option enables support for a Compact Flash connected on
  423. the ixp4xx expansion bus. This driver had been written for
  424. Loft/Avila boards in mind but can work with others.
  425. If unsure, say N.
  426. endif
  427. endmenu