Kconfig 22 KB

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