Kconfig 19 KB

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