Kconfig 20 KB

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