Kconfig 13 KB

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