Kconfig 20 KB

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