Kconfig 17 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586
  1. #
  2. # Sensor device configuration
  3. #
  4. menu "I2C Hardware Bus support"
  5. depends on I2C
  6. config I2C_ALI1535
  7. tristate "ALI 1535"
  8. depends on I2C && PCI
  9. help
  10. If you say yes to this option, support will be included for the SMB
  11. Host controller on Acer Labs Inc. (ALI) M1535 South Bridges. The SMB
  12. controller is part of the 7101 device, which is an ACPI-compliant
  13. Power Management Unit (PMU).
  14. This driver can also be built as a module. If so, the module
  15. will be called i2c-ali1535.
  16. config I2C_ALI1563
  17. tristate "ALI 1563"
  18. depends on I2C && PCI && EXPERIMENTAL
  19. help
  20. If you say yes to this option, support will be included for the SMB
  21. Host controller on Acer Labs Inc. (ALI) M1563 South Bridges. The SMB
  22. controller is part of the 7101 device, which is an ACPI-compliant
  23. Power Management Unit (PMU).
  24. This driver can also be built as a module. If so, the module
  25. will be called i2c-ali1563.
  26. config I2C_ALI15X3
  27. tristate "ALI 15x3"
  28. depends on I2C && PCI
  29. help
  30. If you say yes to this option, support will be included for the
  31. Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
  32. This driver can also be built as a module. If so, the module
  33. will be called i2c-ali15x3.
  34. config I2C_AMD756
  35. tristate "AMD 756/766/768/8111 and nVidia nForce"
  36. depends on I2C && PCI
  37. help
  38. If you say yes to this option, support will be included for the AMD
  39. 756/766/768 mainboard I2C interfaces. The driver also includes
  40. support for the first (SMBus 1.0) I2C interface of the AMD 8111 and
  41. the nVidia nForce I2C interface.
  42. This driver can also be built as a module. If so, the module
  43. will be called i2c-amd756.
  44. config I2C_AMD756_S4882
  45. tristate "SMBus multiplexing on the Tyan S4882"
  46. depends on I2C_AMD756 && EXPERIMENTAL
  47. help
  48. Enabling this option will add specific SMBus support for the Tyan
  49. S4882 motherboard. On this 4-CPU board, the SMBus is multiplexed
  50. over 8 different channels, where the various memory module EEPROMs
  51. and temperature sensors live. Saying yes here will give you access
  52. to these in addition to the trunk.
  53. This driver can also be built as a module. If so, the module
  54. will be called i2c-amd756-s4882.
  55. config I2C_AMD8111
  56. tristate "AMD 8111"
  57. depends on I2C && PCI
  58. help
  59. If you say yes to this option, support will be included for the
  60. second (SMBus 2.0) AMD 8111 mainboard I2C interface.
  61. This driver can also be built as a module. If so, the module
  62. will be called i2c-amd8111.
  63. config I2C_AT91
  64. tristate "Atmel AT91 I2C Two-Wire interface (TWI)"
  65. depends on I2C && ARCH_AT91 && EXPERIMENTAL
  66. help
  67. This supports the use of the I2C interface on Atmel AT91
  68. processors.
  69. config I2C_AU1550
  70. tristate "Au1550/Au1200 SMBus interface"
  71. depends on I2C && (SOC_AU1550 || SOC_AU1200)
  72. help
  73. If you say yes to this option, support will be included for the
  74. Au1550 and Au1200 SMBus interface.
  75. This driver can also be built as a module. If so, the module
  76. will be called i2c-au1550.
  77. config I2C_ELEKTOR
  78. tristate "Elektor ISA card"
  79. depends on I2C && ISA && BROKEN_ON_SMP
  80. select I2C_ALGOPCF
  81. help
  82. This supports the PCF8584 ISA bus I2C adapter. Say Y if you own
  83. such an adapter.
  84. This support is also available as a module. If so, the module
  85. will be called i2c-elektor.
  86. config I2C_HYDRA
  87. tristate "CHRP Apple Hydra Mac I/O I2C interface"
  88. depends on I2C && PCI && PPC_CHRP && EXPERIMENTAL
  89. select I2C_ALGOBIT
  90. help
  91. This supports the use of the I2C interface in the Apple Hydra Mac
  92. I/O chip on some CHRP machines (e.g. the LongTrail). Say Y if you
  93. have such a machine.
  94. This support is also available as a module. If so, the module
  95. will be called i2c-hydra.
  96. config I2C_I801
  97. tristate "Intel 82801 (ICH)"
  98. depends on I2C && PCI
  99. help
  100. If you say yes to this option, support will be included for the Intel
  101. 801 family of mainboard I2C interfaces. Specifically, the following
  102. versions of the chipset are supported:
  103. 82801AA
  104. 82801AB
  105. 82801BA
  106. 82801CA/CAM
  107. 82801DB
  108. 82801EB/ER (ICH5/ICH5R)
  109. 6300ESB
  110. ICH6
  111. ICH7
  112. ESB2
  113. ICH8
  114. ICH9
  115. This driver can also be built as a module. If so, the module
  116. will be called i2c-i801.
  117. config I2C_I810
  118. tristate "Intel 810/815"
  119. depends on I2C && PCI
  120. select I2C_ALGOBIT
  121. help
  122. If you say yes to this option, support will be included for the Intel
  123. 810/815 family of mainboard I2C interfaces. Specifically, the
  124. following versions of the chipset are supported:
  125. i810AA
  126. i810AB
  127. i810E
  128. i815
  129. i845G
  130. This driver can also be built as a module. If so, the module
  131. will be called i2c-i810.
  132. config I2C_PXA
  133. tristate "Intel PXA2XX I2C adapter (EXPERIMENTAL)"
  134. depends on I2C && EXPERIMENTAL && ARCH_PXA
  135. help
  136. If you have devices in the PXA I2C bus, say yes to this option.
  137. This driver can also be built as a module. If so, the module
  138. will be called i2c-pxa.
  139. config I2C_PXA_SLAVE
  140. bool "Intel PXA2XX I2C Slave comms support"
  141. depends on I2C_PXA
  142. help
  143. Support I2C slave mode communications on the PXA I2C bus. This
  144. is necessary for systems where the PXA may be a target on the
  145. I2C bus.
  146. config I2C_PIIX4
  147. tristate "Intel PIIX4 and compatible (ATI/Serverworks/Broadcom/SMSC)"
  148. depends on I2C && PCI
  149. help
  150. If you say yes to this option, support will be included for the Intel
  151. PIIX4 family of mainboard I2C interfaces. Specifically, the following
  152. versions of the chipset are supported (note that Serverworks is part
  153. of Broadcom):
  154. Intel PIIX4
  155. Intel 440MX
  156. ATI IXP200
  157. ATI IXP300
  158. ATI IXP400
  159. ATI SB600
  160. Serverworks OSB4
  161. Serverworks CSB5
  162. Serverworks CSB6
  163. Serverworks HT-1000
  164. SMSC Victory66
  165. This driver can also be built as a module. If so, the module
  166. will be called i2c-piix4.
  167. config I2C_IBM_IIC
  168. tristate "IBM PPC 4xx on-chip I2C interface"
  169. depends on IBM_OCP && I2C
  170. help
  171. Say Y here if you want to use IIC peripheral found on
  172. embedded IBM PPC 4xx based systems.
  173. This driver can also be built as a module. If so, the module
  174. will be called i2c-ibm_iic.
  175. config I2C_IOP3XX
  176. tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
  177. depends on (ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX) && I2C
  178. help
  179. Say Y here if you want to use the IIC bus controller on
  180. the Intel IOPx3xx I/O Processors or IXP4xx Network Processors.
  181. This driver can also be built as a module. If so, the module
  182. will be called i2c-iop3xx.
  183. config I2C_ISA
  184. tristate
  185. depends on I2C
  186. config I2C_IXP4XX
  187. tristate "IXP4xx GPIO-Based I2C Interface"
  188. depends on I2C && ARCH_IXP4XX
  189. select I2C_ALGOBIT
  190. help
  191. Say Y here if you have an Intel IXP4xx(420,421,422,425) based
  192. system and are using GPIO lines for an I2C bus.
  193. This support is also available as a module. If so, the module
  194. will be called i2c-ixp4xx.
  195. config I2C_IXP2000
  196. tristate "IXP2000 GPIO-Based I2C Interface"
  197. depends on I2C && ARCH_IXP2000
  198. select I2C_ALGOBIT
  199. help
  200. Say Y here if you have an Intel IXP2000(2400, 2800, 2850) based
  201. system and are using GPIO lines for an I2C bus.
  202. This support is also available as a module. If so, the module
  203. will be called i2c-ixp2000.
  204. config I2C_POWERMAC
  205. tristate "Powermac I2C interface"
  206. depends on I2C && PPC_PMAC
  207. default y
  208. help
  209. This exposes the various PowerMac i2c interfaces to the linux i2c
  210. layer and to userland. It is used by various drivers on the powemac
  211. platform, thus should generally be enabled.
  212. This support is also available as a module. If so, the module
  213. will be called i2c-powermac.
  214. config I2C_MPC
  215. tristate "MPC107/824x/85xx/52xx/86xx"
  216. depends on I2C && PPC32
  217. help
  218. If you say yes to this option, support will be included for the
  219. built-in I2C interface on the MPC107/Tsi107/MPC8240/MPC8245 and
  220. MPC85xx/MPC8641 family processors. The driver may also work on 52xx
  221. family processors, though interrupts are known not to work.
  222. This driver can also be built as a module. If so, the module
  223. will be called i2c-mpc.
  224. config I2C_NFORCE2
  225. tristate "Nvidia nForce2, nForce3 and nForce4"
  226. depends on I2C && PCI
  227. help
  228. If you say yes to this option, support will be included for the Nvidia
  229. nForce2, nForce3 and nForce4 families of mainboard I2C interfaces.
  230. This driver can also be built as a module. If so, the module
  231. will be called i2c-nforce2.
  232. config I2C_OCORES
  233. tristate "OpenCores I2C Controller"
  234. depends on I2C && EXPERIMENTAL
  235. help
  236. If you say yes to this option, support will be included for the
  237. OpenCores I2C controller. For details see
  238. http://www.opencores.org/projects.cgi/web/i2c/overview
  239. This driver can also be built as a module. If so, the module
  240. will be called i2c-ocores.
  241. config I2C_OMAP
  242. tristate "OMAP I2C adapter"
  243. depends on I2C && ARCH_OMAP
  244. default y if MACH_OMAP_H3 || MACH_OMAP_OSK
  245. help
  246. If you say yes to this option, support will be included for the
  247. I2C interface on the Texas Instruments OMAP1/2 family of processors.
  248. Like OMAP1510/1610/1710/5912 and OMAP242x.
  249. For details see http://www.ti.com/omap.
  250. config I2C_PARPORT
  251. tristate "Parallel port adapter"
  252. depends on I2C && PARPORT
  253. select I2C_ALGOBIT
  254. help
  255. This supports parallel port I2C adapters such as the ones made by
  256. Philips or Velleman, Analog Devices evaluation boards, and more.
  257. Basically any adapter using the parallel port as an I2C bus with
  258. no extra chipset is supported by this driver, or could be.
  259. This driver is a replacement for (and was inspired by) an older
  260. driver named i2c-philips-par. The new driver supports more devices,
  261. and makes it easier to add support for new devices.
  262. An adapter type parameter is now mandatory. Please read the file
  263. Documentation/i2c/busses/i2c-parport for details.
  264. Another driver exists, named i2c-parport-light, which doesn't depend
  265. on the parport driver. This is meant for embedded systems. Don't say
  266. Y here if you intend to say Y or M there.
  267. This support is also available as a module. If so, the module
  268. will be called i2c-parport.
  269. config I2C_PARPORT_LIGHT
  270. tristate "Parallel port adapter (light)"
  271. depends on I2C
  272. select I2C_ALGOBIT
  273. help
  274. This supports parallel port I2C adapters such as the ones made by
  275. Philips or Velleman, Analog Devices evaluation boards, and more.
  276. Basically any adapter using the parallel port as an I2C bus with
  277. no extra chipset is supported by this driver, or could be.
  278. This driver is a light version of i2c-parport. It doesn't depend
  279. on the parport driver, and uses direct I/O access instead. This
  280. might be preferred on embedded systems where wasting memory for
  281. the clean but heavy parport handling is not an option. The
  282. drawback is a reduced portability and the impossibility to
  283. daisy-chain other parallel port devices.
  284. Don't say Y here if you said Y or M to i2c-parport. Saying M to
  285. both is possible but both modules should not be loaded at the same
  286. time.
  287. This support is also available as a module. If so, the module
  288. will be called i2c-parport-light.
  289. config I2C_PASEMI
  290. tristate "PA Semi SMBus interface"
  291. # depends on PPC_PASEMI && I2C && PCI
  292. depends on I2C && PCI
  293. help
  294. Supports the PA Semi PWRficient on-chip SMBus interfaces.
  295. config I2C_PROSAVAGE
  296. tristate "S3/VIA (Pro)Savage"
  297. depends on I2C && PCI
  298. select I2C_ALGOBIT
  299. help
  300. If you say yes to this option, support will be included for the
  301. I2C bus and DDC bus of the S3VIA embedded Savage4 and ProSavage8
  302. graphics processors.
  303. chipsets supported:
  304. S3/VIA KM266/VT8375 aka ProSavage8
  305. S3/VIA KM133/VT8365 aka Savage4
  306. This support is also available as a module. If so, the module
  307. will be called i2c-prosavage.
  308. config I2C_RPXLITE
  309. tristate "Embedded Planet RPX Lite/Classic support"
  310. depends on (RPXLITE || RPXCLASSIC) && I2C
  311. select I2C_ALGO8XX
  312. config I2C_S3C2410
  313. tristate "S3C2410 I2C Driver"
  314. depends on I2C && ARCH_S3C2410
  315. help
  316. Say Y here to include support for I2C controller in the
  317. Samsung S3C2410 based System-on-Chip devices.
  318. config I2C_SAVAGE4
  319. tristate "S3 Savage 4"
  320. depends on I2C && PCI && EXPERIMENTAL
  321. select I2C_ALGOBIT
  322. help
  323. If you say yes to this option, support will be included for the
  324. S3 Savage 4 I2C interface.
  325. This driver can also be built as a module. If so, the module
  326. will be called i2c-savage4.
  327. config I2C_SIBYTE
  328. tristate "SiByte SMBus interface"
  329. depends on SIBYTE_SB1xxx_SOC && I2C
  330. help
  331. Supports the SiByte SOC on-chip I2C interfaces (2 channels).
  332. config SCx200_I2C
  333. tristate "NatSemi SCx200 I2C using GPIO pins"
  334. depends on SCx200_GPIO && I2C
  335. select I2C_ALGOBIT
  336. help
  337. Enable the use of two GPIO pins of a SCx200 processor as an I2C bus.
  338. If you don't know what to do here, say N.
  339. This support is also available as a module. If so, the module
  340. will be called scx200_i2c.
  341. config SCx200_I2C_SCL
  342. int "GPIO pin used for SCL"
  343. depends on SCx200_I2C
  344. default "12"
  345. help
  346. Enter the GPIO pin number used for the SCL signal. This value can
  347. also be specified with a module parameter.
  348. config SCx200_I2C_SDA
  349. int "GPIO pin used for SDA"
  350. depends on SCx200_I2C
  351. default "13"
  352. help
  353. Enter the GPIO pin number used for the SSA signal. This value can
  354. also be specified with a module parameter.
  355. config SCx200_ACB
  356. tristate "Geode ACCESS.bus support"
  357. depends on X86_32 && I2C && PCI
  358. help
  359. Enable the use of the ACCESS.bus controllers on the Geode SCx200 and
  360. SC1100 processors and the CS5535 and CS5536 Geode companion devices.
  361. If you don't know what to do here, say N.
  362. This support is also available as a module. If so, the module
  363. will be called scx200_acb.
  364. config I2C_SIS5595
  365. tristate "SiS 5595"
  366. depends on I2C && PCI
  367. help
  368. If you say yes to this option, support will be included for the
  369. SiS5595 SMBus (a subset of I2C) interface.
  370. This driver can also be built as a module. If so, the module
  371. will be called i2c-sis5595.
  372. config I2C_SIS630
  373. tristate "SiS 630/730"
  374. depends on I2C && PCI
  375. help
  376. If you say yes to this option, support will be included for the
  377. SiS630 and SiS730 SMBus (a subset of I2C) interface.
  378. This driver can also be built as a module. If so, the module
  379. will be called i2c-sis630.
  380. config I2C_SIS96X
  381. tristate "SiS 96x"
  382. depends on I2C && PCI
  383. help
  384. If you say yes to this option, support will be included for the SiS
  385. 96x SMBus (a subset of I2C) interfaces. Specifically, the following
  386. chipsets are supported:
  387. 645/961
  388. 645DX/961
  389. 645DX/962
  390. 648/961
  391. 650/961
  392. 735
  393. 745
  394. This driver can also be built as a module. If so, the module
  395. will be called i2c-sis96x.
  396. config I2C_STUB
  397. tristate "I2C/SMBus Test Stub"
  398. depends on I2C && EXPERIMENTAL && 'm'
  399. default 'n'
  400. help
  401. This module may be useful to developers of SMBus client drivers,
  402. especially for certain kinds of sensor chips.
  403. If you do build this module, be sure to read the notes and warnings
  404. in <file:Documentation/i2c/i2c-stub>.
  405. If you don't know what to do here, definitely say N.
  406. config I2C_VERSATILE
  407. tristate "ARM Versatile/Realview I2C bus support"
  408. depends on I2C && (ARCH_VERSATILE || ARCH_REALVIEW)
  409. select I2C_ALGOBIT
  410. help
  411. Say yes if you want to support the I2C serial bus on ARMs Versatile
  412. range of platforms.
  413. This driver can also be built as a module. If so, the module
  414. will be called i2c-versatile.
  415. config I2C_ACORN
  416. bool "Acorn IOC/IOMD I2C bus support"
  417. depends on I2C && ARCH_ACORN
  418. default y
  419. select I2C_ALGOBIT
  420. help
  421. Say yes if you want to support the I2C bus on Acorn platforms.
  422. If you don't know, say Y.
  423. config I2C_VIA
  424. tristate "VIA 82C586B"
  425. depends on I2C && PCI && EXPERIMENTAL
  426. select I2C_ALGOBIT
  427. help
  428. If you say yes to this option, support will be included for the VIA
  429. 82C586B I2C interface
  430. This driver can also be built as a module. If so, the module
  431. will be called i2c-via.
  432. config I2C_VIAPRO
  433. tristate "VIA VT82C596/82C686/82xx and CX700"
  434. depends on I2C && PCI
  435. help
  436. If you say yes to this option, support will be included for the VIA
  437. VT82C596 and later SMBus interface. Specifically, the following
  438. chipsets are supported:
  439. VT82C596A/B
  440. VT82C686A/B
  441. VT8231
  442. VT8233/A
  443. VT8235
  444. VT8237R/A
  445. VT8251
  446. CX700
  447. This driver can also be built as a module. If so, the module
  448. will be called i2c-viapro.
  449. config I2C_VOODOO3
  450. tristate "Voodoo 3"
  451. depends on I2C && PCI
  452. select I2C_ALGOBIT
  453. help
  454. If you say yes to this option, support will be included for the
  455. Voodoo 3 I2C interface.
  456. This driver can also be built as a module. If so, the module
  457. will be called i2c-voodoo3.
  458. config I2C_PCA_ISA
  459. tristate "PCA9564 on an ISA bus"
  460. depends on I2C
  461. select I2C_ALGOPCA
  462. default n
  463. help
  464. This driver supports ISA boards using the Philips PCA 9564
  465. Parallel bus to I2C bus controller
  466. This driver can also be built as a module. If so, the module
  467. will be called i2c-pca-isa.
  468. This device is almost undetectable and using this driver on a
  469. system which doesn't have this device will result in long
  470. delays when I2C/SMBus chip drivers are loaded (e.g. at boot
  471. time). If unsure, say N.
  472. config I2C_MV64XXX
  473. tristate "Marvell mv64xxx I2C Controller"
  474. depends on I2C && MV64X60 && EXPERIMENTAL
  475. help
  476. If you say yes to this option, support will be included for the
  477. built-in I2C interface on the Marvell 64xxx line of host bridges.
  478. This driver can also be built as a module. If so, the module
  479. will be called i2c-mv64xxx.
  480. config I2C_PNX
  481. tristate "I2C bus support for Philips PNX targets"
  482. depends on ARCH_PNX4008 && I2C
  483. help
  484. This driver supports the Philips IP3204 I2C IP block master and/or
  485. slave controller
  486. This driver can also be built as a module. If so, the module
  487. will be called i2c-pnx.
  488. endmenu