Kconfig 15 KB

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