Kconfig 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911
  1. #
  2. # Sensor device configuration
  3. #
  4. menu "I2C Hardware Bus support"
  5. depends on HAS_IOMEM
  6. comment "PC SMBus host controller drivers"
  7. depends on PCI
  8. config I2C_ALI1535
  9. tristate "ALI 1535"
  10. depends on PCI
  11. help
  12. If you say yes to this option, support will be included for the SMB
  13. Host controller on Acer Labs Inc. (ALI) M1535 South Bridges. The SMB
  14. controller is part of the 7101 device, which is an ACPI-compliant
  15. Power Management Unit (PMU).
  16. This driver can also be built as a module. If so, the module
  17. will be called i2c-ali1535.
  18. config I2C_ALI1563
  19. tristate "ALI 1563"
  20. depends on PCI && EXPERIMENTAL
  21. help
  22. If you say yes to this option, support will be included for the SMB
  23. Host controller on Acer Labs Inc. (ALI) M1563 South Bridges. The SMB
  24. controller is part of the 7101 device, which is an ACPI-compliant
  25. Power Management Unit (PMU).
  26. This driver can also be built as a module. If so, the module
  27. will be called i2c-ali1563.
  28. config I2C_ALI15X3
  29. tristate "ALI 15x3"
  30. depends on PCI
  31. help
  32. If you say yes to this option, support will be included for the
  33. Acer Labs Inc. (ALI) M1514 and M1543 motherboard I2C interfaces.
  34. This driver can also be built as a module. If so, the module
  35. will be called i2c-ali15x3.
  36. config I2C_AMD756
  37. tristate "AMD 756/766/768/8111 and nVidia nForce"
  38. depends on PCI
  39. help
  40. If you say yes to this option, support will be included for the AMD
  41. 756/766/768 mainboard I2C interfaces. The driver also includes
  42. support for the first (SMBus 1.0) I2C interface of the AMD 8111 and
  43. the nVidia nForce I2C interface.
  44. This driver can also be built as a module. If so, the module
  45. will be called i2c-amd756.
  46. config I2C_AMD756_S4882
  47. tristate "SMBus multiplexing on the Tyan S4882"
  48. depends on I2C_AMD756 && X86 && EXPERIMENTAL
  49. help
  50. Enabling this option will add specific SMBus support for the Tyan
  51. S4882 motherboard. On this 4-CPU board, the SMBus is multiplexed
  52. over 8 different channels, where the various memory module EEPROMs
  53. and temperature sensors live. Saying yes here will give you access
  54. to these in addition to the trunk.
  55. This driver can also be built as a module. If so, the module
  56. will be called i2c-amd756-s4882.
  57. config I2C_AMD8111
  58. tristate "AMD 8111"
  59. depends on PCI
  60. help
  61. If you say yes to this option, support will be included for the
  62. second (SMBus 2.0) AMD 8111 mainboard I2C interface.
  63. This driver can also be built as a module. If so, the module
  64. will be called i2c-amd8111.
  65. config I2C_I801
  66. tristate "Intel 82801 (ICH/PCH)"
  67. depends on PCI
  68. select CHECK_SIGNATURE if X86 && DMI
  69. select GPIOLIB if I2C_MUX
  70. help
  71. If you say yes to this option, support will be included for the Intel
  72. 801 family of mainboard I2C interfaces. Specifically, the following
  73. versions of the chipset are supported:
  74. 82801AA
  75. 82801AB
  76. 82801BA
  77. 82801CA/CAM
  78. 82801DB
  79. 82801EB/ER (ICH5/ICH5R)
  80. 6300ESB
  81. ICH6
  82. ICH7
  83. ESB2
  84. ICH8
  85. ICH9
  86. EP80579 (Tolapai)
  87. ICH10
  88. 5/3400 Series (PCH)
  89. 6 Series (PCH)
  90. Patsburg (PCH)
  91. DH89xxCC (PCH)
  92. Panther Point (PCH)
  93. Lynx Point (PCH)
  94. Lynx Point-LP (PCH)
  95. This driver can also be built as a module. If so, the module
  96. will be called i2c-i801.
  97. config I2C_ISCH
  98. tristate "Intel SCH SMBus 1.0"
  99. depends on PCI
  100. select LPC_SCH
  101. help
  102. Say Y here if you want to use SMBus controller on the Intel SCH
  103. based systems.
  104. This driver can also be built as a module. If so, the module
  105. will be called i2c-isch.
  106. config I2C_PIIX4
  107. tristate "Intel PIIX4 and compatible (ATI/AMD/Serverworks/Broadcom/SMSC)"
  108. depends on PCI
  109. help
  110. If you say yes to this option, support will be included for the Intel
  111. PIIX4 family of mainboard I2C interfaces. Specifically, the following
  112. versions of the chipset are supported (note that Serverworks is part
  113. of Broadcom):
  114. Intel PIIX4
  115. Intel 440MX
  116. ATI IXP200
  117. ATI IXP300
  118. ATI IXP400
  119. ATI SB600
  120. ATI SB700/SP5100
  121. ATI SB800
  122. AMD Hudson-2
  123. Serverworks OSB4
  124. Serverworks CSB5
  125. Serverworks CSB6
  126. Serverworks HT-1000
  127. Serverworks HT-1100
  128. SMSC Victory66
  129. Some AMD chipsets contain two PIIX4-compatible SMBus
  130. controllers. This driver will attempt to use both controllers
  131. on the SB700/SP5100, if they have been initialized by the BIOS.
  132. This driver can also be built as a module. If so, the module
  133. will be called i2c-piix4.
  134. config I2C_NFORCE2
  135. tristate "Nvidia nForce2, nForce3 and nForce4"
  136. depends on PCI
  137. help
  138. If you say yes to this option, support will be included for the Nvidia
  139. nForce2, nForce3 and nForce4 families of mainboard I2C interfaces.
  140. This driver can also be built as a module. If so, the module
  141. will be called i2c-nforce2.
  142. config I2C_NFORCE2_S4985
  143. tristate "SMBus multiplexing on the Tyan S4985"
  144. depends on I2C_NFORCE2 && X86 && EXPERIMENTAL
  145. help
  146. Enabling this option will add specific SMBus support for the Tyan
  147. S4985 motherboard. On this 4-CPU board, the SMBus is multiplexed
  148. over 4 different channels, where the various memory module EEPROMs
  149. live. Saying yes here will give you access to these in addition
  150. to the trunk.
  151. This driver can also be built as a module. If so, the module
  152. will be called i2c-nforce2-s4985.
  153. config I2C_SIS5595
  154. tristate "SiS 5595"
  155. depends on PCI
  156. help
  157. If you say yes to this option, support will be included for the
  158. SiS5595 SMBus (a subset of I2C) interface.
  159. This driver can also be built as a module. If so, the module
  160. will be called i2c-sis5595.
  161. config I2C_SIS630
  162. tristate "SiS 630/730"
  163. depends on PCI
  164. help
  165. If you say yes to this option, support will be included for the
  166. SiS630 and SiS730 SMBus (a subset of I2C) interface.
  167. This driver can also be built as a module. If so, the module
  168. will be called i2c-sis630.
  169. config I2C_SIS96X
  170. tristate "SiS 96x"
  171. depends on PCI
  172. help
  173. If you say yes to this option, support will be included for the SiS
  174. 96x SMBus (a subset of I2C) interfaces. Specifically, the following
  175. chipsets are supported:
  176. 645/961
  177. 645DX/961
  178. 645DX/962
  179. 648/961
  180. 650/961
  181. 735
  182. 745
  183. This driver can also be built as a module. If so, the module
  184. will be called i2c-sis96x.
  185. config I2C_VIA
  186. tristate "VIA VT82C586B"
  187. depends on PCI && EXPERIMENTAL
  188. select I2C_ALGOBIT
  189. help
  190. If you say yes to this option, support will be included for the VIA
  191. 82C586B I2C interface
  192. This driver can also be built as a module. If so, the module
  193. will be called i2c-via.
  194. config I2C_VIAPRO
  195. tristate "VIA VT82C596/82C686/82xx and CX700/VX8xx/VX900"
  196. depends on PCI
  197. help
  198. If you say yes to this option, support will be included for the VIA
  199. VT82C596 and later SMBus interface. Specifically, the following
  200. chipsets are supported:
  201. VT82C596A/B
  202. VT82C686A/B
  203. VT8231
  204. VT8233/A
  205. VT8235
  206. VT8237R/A/S
  207. VT8251
  208. CX700
  209. VX800/VX820
  210. VX855/VX875
  211. VX900
  212. This driver can also be built as a module. If so, the module
  213. will be called i2c-viapro.
  214. if ACPI
  215. comment "ACPI drivers"
  216. config I2C_SCMI
  217. tristate "SMBus Control Method Interface"
  218. help
  219. This driver supports the SMBus Control Method Interface. It needs the
  220. BIOS to declare ACPI control methods as described in the SMBus Control
  221. Method Interface specification.
  222. To compile this driver as a module, choose M here:
  223. the module will be called i2c-scmi.
  224. endif # ACPI
  225. comment "Mac SMBus host controller drivers"
  226. depends on PPC_CHRP || PPC_PMAC
  227. config I2C_HYDRA
  228. tristate "CHRP Apple Hydra Mac I/O I2C interface"
  229. depends on PCI && PPC_CHRP && EXPERIMENTAL
  230. select I2C_ALGOBIT
  231. help
  232. This supports the use of the I2C interface in the Apple Hydra Mac
  233. I/O chip on some CHRP machines (e.g. the LongTrail). Say Y if you
  234. have such a machine.
  235. This support is also available as a module. If so, the module
  236. will be called i2c-hydra.
  237. config I2C_POWERMAC
  238. tristate "Powermac I2C interface"
  239. depends on PPC_PMAC
  240. default y
  241. help
  242. This exposes the various PowerMac i2c interfaces to the linux i2c
  243. layer and to userland. It is used by various drivers on the PowerMac
  244. platform, and should generally be enabled.
  245. This support is also available as a module. If so, the module
  246. will be called i2c-powermac.
  247. comment "I2C system bus drivers (mostly embedded / system-on-chip)"
  248. config I2C_AT91
  249. tristate "Atmel AT91 I2C Two-Wire interface (TWI)"
  250. depends on ARCH_AT91 && EXPERIMENTAL
  251. help
  252. This supports the use of the I2C interface on Atmel AT91
  253. processors.
  254. A serious problem is that there is no documented way to issue
  255. repeated START conditions for more than two messages, as needed
  256. to support combined I2C messages. Use the i2c-gpio driver
  257. unless your system can cope with this limitation.
  258. Caution! at91rm9200, at91sam9261, at91sam9260, at91sam9263 devices
  259. don't have clock stretching in transmission mode. For that reason,
  260. you can encounter underrun issues causing premature stop sendings if
  261. the latency to fill the transmission register is too long. If you
  262. are facing this situation, use the i2c-gpio driver.
  263. config I2C_AU1550
  264. tristate "Au1550/Au1200/Au1300 SMBus interface"
  265. depends on MIPS_ALCHEMY
  266. help
  267. If you say yes to this option, support will be included for the
  268. Au1550/Au1200/Au1300 SMBus interface.
  269. This driver can also be built as a module. If so, the module
  270. will be called i2c-au1550.
  271. config I2C_BLACKFIN_TWI
  272. tristate "Blackfin TWI I2C support"
  273. depends on BLACKFIN
  274. depends on !BF561 && !BF531 && !BF532 && !BF533
  275. help
  276. This is the I2C bus driver for Blackfin on-chip TWI interface.
  277. This driver can also be built as a module. If so, the module
  278. will be called i2c-bfin-twi.
  279. config I2C_BLACKFIN_TWI_CLK_KHZ
  280. int "Blackfin TWI I2C clock (kHz)"
  281. depends on I2C_BLACKFIN_TWI
  282. range 21 400
  283. default 50
  284. help
  285. The unit of the TWI clock is kHz.
  286. config I2C_CPM
  287. tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)"
  288. depends on (CPM1 || CPM2) && OF_I2C
  289. help
  290. This supports the use of the I2C interface on Freescale
  291. processors with CPM1 or CPM2.
  292. This driver can also be built as a module. If so, the module
  293. will be called i2c-cpm.
  294. config I2C_DAVINCI
  295. tristate "DaVinci I2C driver"
  296. depends on ARCH_DAVINCI
  297. help
  298. Support for TI DaVinci I2C controller driver.
  299. This driver can also be built as a module. If so, the module
  300. will be called i2c-davinci.
  301. Please note that this driver might be needed to bring up other
  302. devices such as DaVinci NIC.
  303. For details please see http://www.ti.com/davinci
  304. config I2C_DESIGNWARE_CORE
  305. tristate
  306. config I2C_DESIGNWARE_PLATFORM
  307. tristate "Synopsys DesignWare Platform"
  308. depends on HAVE_CLK
  309. select I2C_DESIGNWARE_CORE
  310. help
  311. If you say yes to this option, support will be included for the
  312. Synopsys DesignWare I2C adapter. Only master mode is supported.
  313. This driver can also be built as a module. If so, the module
  314. will be called i2c-designware-platform.
  315. config I2C_DESIGNWARE_PCI
  316. tristate "Synopsys DesignWare PCI"
  317. depends on PCI
  318. select I2C_DESIGNWARE_CORE
  319. help
  320. If you say yes to this option, support will be included for the
  321. Synopsys DesignWare I2C adapter. Only master mode is supported.
  322. This driver can also be built as a module. If so, the module
  323. will be called i2c-designware-pci.
  324. config I2C_EG20T
  325. tristate "Intel EG20T PCH/LAPIS Semicon IOH(ML7213/ML7223/ML7831) I2C"
  326. depends on PCI
  327. help
  328. This driver is for PCH(Platform controller Hub) I2C of EG20T which
  329. is an IOH(Input/Output Hub) for x86 embedded processor.
  330. This driver can access PCH I2C bus device.
  331. This driver also can be used for LAPIS Semiconductor IOH(Input/
  332. Output Hub), ML7213, ML7223 and ML7831.
  333. ML7213 IOH is for IVI(In-Vehicle Infotainment) use, ML7223 IOH is
  334. for MP(Media Phone) use and ML7831 IOH is for general purpose use.
  335. ML7213/ML7223/ML7831 is companion chip for Intel Atom E6xx series.
  336. ML7213/ML7223/ML7831 is completely compatible for Intel EG20T PCH.
  337. config I2C_GPIO
  338. tristate "GPIO-based bitbanging I2C"
  339. depends on GENERIC_GPIO
  340. select I2C_ALGOBIT
  341. help
  342. This is a very simple bitbanging I2C driver utilizing the
  343. arch-neutral GPIO API to control the SCL and SDA lines.
  344. config I2C_HIGHLANDER
  345. tristate "Highlander FPGA SMBus interface"
  346. depends on SH_HIGHLANDER
  347. help
  348. If you say yes to this option, support will be included for
  349. the SMBus interface located in the FPGA on various Highlander
  350. boards, particularly the R0P7780LC0011RL and R0P7785LC0011RL
  351. FPGAs. This is wholly unrelated to the SoC I2C.
  352. This driver can also be built as a module. If so, the module
  353. will be called i2c-highlander.
  354. config I2C_IBM_IIC
  355. tristate "IBM PPC 4xx on-chip I2C interface"
  356. depends on 4xx
  357. help
  358. Say Y here if you want to use IIC peripheral found on
  359. embedded IBM PPC 4xx based systems.
  360. This driver can also be built as a module. If so, the module
  361. will be called i2c-ibm_iic.
  362. config I2C_IMX
  363. tristate "IMX I2C interface"
  364. depends on ARCH_MXC
  365. help
  366. Say Y here if you want to use the IIC bus controller on
  367. the Freescale i.MX/MXC processors.
  368. This driver can also be built as a module. If so, the module
  369. will be called i2c-imx.
  370. config I2C_INTEL_MID
  371. tristate "Intel Moorestown/Medfield Platform I2C controller"
  372. depends on PCI
  373. help
  374. Say Y here if you have an Intel Moorestown/Medfield platform I2C
  375. controller.
  376. This support is also available as a module. If so, the module
  377. will be called i2c-intel-mid.
  378. config I2C_IOP3XX
  379. tristate "Intel IOPx3xx and IXP4xx on-chip I2C interface"
  380. depends on ARCH_IOP32X || ARCH_IOP33X || ARCH_IXP4XX || ARCH_IOP13XX
  381. help
  382. Say Y here if you want to use the IIC bus controller on
  383. the Intel IOPx3xx I/O Processors or IXP4xx Network Processors.
  384. This driver can also be built as a module. If so, the module
  385. will be called i2c-iop3xx.
  386. config I2C_MPC
  387. tristate "MPC107/824x/85xx/512x/52xx/83xx/86xx"
  388. depends on PPC
  389. help
  390. If you say yes to this option, support will be included for the
  391. built-in I2C interface on the MPC107, Tsi107, MPC512x, MPC52xx,
  392. MPC8240, MPC8245, MPC83xx, MPC85xx and MPC8641 family processors.
  393. This driver can also be built as a module. If so, the module
  394. will be called i2c-mpc.
  395. config I2C_MV64XXX
  396. tristate "Marvell mv64xxx I2C Controller"
  397. depends on (MV64X60 || PLAT_ORION)
  398. help
  399. If you say yes to this option, support will be included for the
  400. built-in I2C interface on the Marvell 64xxx line of host bridges.
  401. This driver can also be built as a module. If so, the module
  402. will be called i2c-mv64xxx.
  403. config I2C_MXS
  404. tristate "Freescale i.MX28 I2C interface"
  405. depends on SOC_IMX28
  406. select STMP_DEVICE
  407. help
  408. Say Y here if you want to use the I2C bus controller on
  409. the Freescale i.MX28 processors.
  410. This driver can also be built as a module. If so, the module
  411. will be called i2c-mxs.
  412. config I2C_NOMADIK
  413. tristate "ST-Ericsson Nomadik/Ux500 I2C Controller"
  414. depends on ARM_AMBA
  415. help
  416. If you say yes to this option, support will be included for the
  417. I2C interface from ST-Ericsson's Nomadik and Ux500 architectures,
  418. as well as the STA2X11 PCIe I/O HUB.
  419. config I2C_NUC900
  420. tristate "NUC900 I2C Driver"
  421. depends on ARCH_W90X900
  422. help
  423. Say Y here to include support for I2C controller in the
  424. Winbond/Nuvoton NUC900 based System-on-Chip devices.
  425. config I2C_OCORES
  426. tristate "OpenCores I2C Controller"
  427. depends on EXPERIMENTAL
  428. help
  429. If you say yes to this option, support will be included for the
  430. OpenCores I2C controller. For details see
  431. http://www.opencores.org/projects.cgi/web/i2c/overview
  432. This driver can also be built as a module. If so, the module
  433. will be called i2c-ocores.
  434. config I2C_OMAP
  435. tristate "OMAP I2C adapter"
  436. depends on ARCH_OMAP
  437. default y if MACH_OMAP_H3 || MACH_OMAP_OSK
  438. help
  439. If you say yes to this option, support will be included for the
  440. I2C interface on the Texas Instruments OMAP1/2 family of processors.
  441. Like OMAP1510/1610/1710/5912 and OMAP242x.
  442. For details see http://www.ti.com/omap.
  443. config I2C_PASEMI
  444. tristate "PA Semi SMBus interface"
  445. depends on PPC_PASEMI && PCI
  446. help
  447. Supports the PA Semi PWRficient on-chip SMBus interfaces.
  448. config I2C_PCA_PLATFORM
  449. tristate "PCA9564/PCA9665 as platform device"
  450. select I2C_ALGOPCA
  451. default n
  452. help
  453. This driver supports a memory mapped Philips PCA9564/PCA9665
  454. parallel bus to I2C bus controller.
  455. This driver can also be built as a module. If so, the module
  456. will be called i2c-pca-platform.
  457. config I2C_PMCMSP
  458. tristate "PMC MSP I2C TWI Controller"
  459. depends on PMC_MSP
  460. help
  461. This driver supports the PMC TWI controller on MSP devices.
  462. This driver can also be built as module. If so, the module
  463. will be called i2c-pmcmsp.
  464. config I2C_PNX
  465. tristate "I2C bus support for Philips PNX and NXP LPC targets"
  466. depends on ARCH_LPC32XX
  467. help
  468. This driver supports the Philips IP3204 I2C IP block master and/or
  469. slave controller
  470. This driver can also be built as a module. If so, the module
  471. will be called i2c-pnx.
  472. config I2C_PUV3
  473. tristate "PKUnity v3 I2C bus support"
  474. depends on UNICORE32 && ARCH_PUV3
  475. select I2C_ALGOBIT
  476. help
  477. This driver supports the I2C IP inside the PKUnity-v3 SoC.
  478. This I2C bus controller is under AMBA/AXI bus.
  479. This driver can also be built as a module. If so, the module
  480. will be called i2c-puv3.
  481. config I2C_PXA
  482. tristate "Intel PXA2XX I2C adapter"
  483. depends on ARCH_PXA || ARCH_MMP || (X86_32 && PCI && OF)
  484. help
  485. If you have devices in the PXA I2C bus, say yes to this option.
  486. This driver can also be built as a module. If so, the module
  487. will be called i2c-pxa.
  488. config I2C_PXA_PCI
  489. def_bool I2C_PXA && X86_32 && PCI && OF
  490. config I2C_PXA_SLAVE
  491. bool "Intel PXA2XX I2C Slave comms support"
  492. depends on I2C_PXA && !X86_32
  493. help
  494. Support I2C slave mode communications on the PXA I2C bus. This
  495. is necessary for systems where the PXA may be a target on the
  496. I2C bus.
  497. config HAVE_S3C2410_I2C
  498. bool
  499. help
  500. This will include I2C support for Samsung SoCs. If you want to
  501. include I2C support for any machine, kindly select this in the
  502. respective Kconfig file.
  503. config I2C_S3C2410
  504. tristate "S3C2410 I2C Driver"
  505. depends on HAVE_S3C2410_I2C
  506. help
  507. Say Y here to include support for I2C controller in the
  508. Samsung SoCs.
  509. config I2C_S6000
  510. tristate "S6000 I2C support"
  511. depends on XTENSA_VARIANT_S6000
  512. help
  513. This driver supports the on chip I2C device on the
  514. S6000 xtensa processor family.
  515. To compile this driver as a module, choose M here. The module
  516. will be called i2c-s6000.
  517. config I2C_SH7760
  518. tristate "Renesas SH7760 I2C Controller"
  519. depends on CPU_SUBTYPE_SH7760
  520. help
  521. This driver supports the 2 I2C interfaces on the Renesas SH7760.
  522. This driver can also be built as a module. If so, the module
  523. will be called i2c-sh7760.
  524. config I2C_SH_MOBILE
  525. tristate "SuperH Mobile I2C Controller"
  526. depends on SUPERH || ARCH_SHMOBILE
  527. help
  528. If you say yes to this option, support will be included for the
  529. built-in I2C interface on the Renesas SH-Mobile processor.
  530. This driver can also be built as a module. If so, the module
  531. will be called i2c-sh_mobile.
  532. config I2C_SIMTEC
  533. tristate "Simtec Generic I2C interface"
  534. select I2C_ALGOBIT
  535. help
  536. If you say yes to this option, support will be included for
  537. the Simtec Generic I2C interface. This driver is for the
  538. simple I2C bus used on newer Simtec products for general
  539. I2C, such as DDC on the Simtec BBD2016A.
  540. This driver can also be built as a module. If so, the module
  541. will be called i2c-simtec.
  542. config I2C_SIRF
  543. tristate "CSR SiRFprimaII I2C interface"
  544. depends on ARCH_PRIMA2
  545. help
  546. If you say yes to this option, support will be included for the
  547. CSR SiRFprimaII I2C interface.
  548. This driver can also be built as a module. If so, the module
  549. will be called i2c-sirf.
  550. config I2C_STU300
  551. tristate "ST Microelectronics DDC I2C interface"
  552. depends on MACH_U300
  553. default y if MACH_U300
  554. help
  555. If you say yes to this option, support will be included for the
  556. I2C interface from ST Microelectronics simply called "DDC I2C"
  557. supporting both I2C and DDC, used in e.g. the U300 series
  558. mobile platforms.
  559. This driver can also be built as a module. If so, the module
  560. will be called i2c-stu300.
  561. config I2C_TEGRA
  562. tristate "NVIDIA Tegra internal I2C controller"
  563. depends on ARCH_TEGRA
  564. help
  565. If you say yes to this option, support will be included for the
  566. I2C controller embedded in NVIDIA Tegra SOCs
  567. config I2C_VERSATILE
  568. tristate "ARM Versatile/Realview I2C bus support"
  569. depends on ARCH_VERSATILE || ARCH_REALVIEW || ARCH_VEXPRESS
  570. select I2C_ALGOBIT
  571. help
  572. Say yes if you want to support the I2C serial bus on ARMs Versatile
  573. range of platforms.
  574. This driver can also be built as a module. If so, the module
  575. will be called i2c-versatile.
  576. config I2C_OCTEON
  577. tristate "Cavium OCTEON I2C bus support"
  578. depends on CPU_CAVIUM_OCTEON
  579. help
  580. Say yes if you want to support the I2C serial bus on Cavium
  581. OCTEON SOC.
  582. This driver can also be built as a module. If so, the module
  583. will be called i2c-octeon.
  584. config I2C_XILINX
  585. tristate "Xilinx I2C Controller"
  586. depends on EXPERIMENTAL && HAS_IOMEM
  587. help
  588. If you say yes to this option, support will be included for the
  589. Xilinx I2C controller.
  590. This driver can also be built as a module. If so, the module
  591. will be called xilinx_i2c.
  592. config I2C_XLR
  593. tristate "XLR I2C support"
  594. depends on CPU_XLR
  595. help
  596. This driver enables support for the on-chip I2C interface of
  597. the Netlogic XLR/XLS MIPS processors.
  598. This driver can also be built as a module. If so, the module
  599. will be called i2c-xlr.
  600. config I2C_RCAR
  601. tristate "Renesas R-Car I2C Controller"
  602. depends on ARCH_SHMOBILE && I2C
  603. help
  604. If you say yes to this option, support will be included for the
  605. R-Car I2C controller.
  606. This driver can also be built as a module. If so, the module
  607. will be called i2c-rcar.
  608. comment "External I2C/SMBus adapter drivers"
  609. config I2C_DIOLAN_U2C
  610. tristate "Diolan U2C-12 USB adapter"
  611. depends on USB
  612. help
  613. If you say yes to this option, support will be included for Diolan
  614. U2C-12, a USB to I2C interface.
  615. This driver can also be built as a module. If so, the module
  616. will be called i2c-diolan-u2c.
  617. config I2C_PARPORT
  618. tristate "Parallel port adapter"
  619. depends on PARPORT
  620. select I2C_ALGOBIT
  621. select I2C_SMBUS
  622. help
  623. This supports parallel port I2C adapters such as the ones made by
  624. Philips or Velleman, Analog Devices evaluation boards, and more.
  625. Basically any adapter using the parallel port as an I2C bus with
  626. no extra chipset is supported by this driver, or could be.
  627. This driver is a replacement for (and was inspired by) an older
  628. driver named i2c-philips-par. The new driver supports more devices,
  629. and makes it easier to add support for new devices.
  630. An adapter type parameter is now mandatory. Please read the file
  631. Documentation/i2c/busses/i2c-parport for details.
  632. Another driver exists, named i2c-parport-light, which doesn't depend
  633. on the parport driver. This is meant for embedded systems. Don't say
  634. Y here if you intend to say Y or M there.
  635. This support is also available as a module. If so, the module
  636. will be called i2c-parport.
  637. config I2C_PARPORT_LIGHT
  638. tristate "Parallel port adapter (light)"
  639. select I2C_ALGOBIT
  640. select I2C_SMBUS
  641. help
  642. This supports parallel port I2C adapters such as the ones made by
  643. Philips or Velleman, Analog Devices evaluation boards, and more.
  644. Basically any adapter using the parallel port as an I2C bus with
  645. no extra chipset is supported by this driver, or could be.
  646. This driver is a light version of i2c-parport. It doesn't depend
  647. on the parport driver, and uses direct I/O access instead. This
  648. might be preferred on embedded systems where wasting memory for
  649. the clean but heavy parport handling is not an option. The
  650. drawback is a reduced portability and the impossibility to
  651. daisy-chain other parallel port devices.
  652. Don't say Y here if you said Y or M to i2c-parport. Saying M to
  653. both is possible but both modules should not be loaded at the same
  654. time.
  655. This support is also available as a module. If so, the module
  656. will be called i2c-parport-light.
  657. config I2C_TAOS_EVM
  658. tristate "TAOS evaluation module"
  659. depends on EXPERIMENTAL
  660. select SERIO
  661. select SERIO_SERPORT
  662. default n
  663. help
  664. This supports TAOS evaluation modules on serial port. In order to
  665. use this driver, you will need the inputattach tool, which is part
  666. of the input-utils package.
  667. If unsure, say N.
  668. This support is also available as a module. If so, the module
  669. will be called i2c-taos-evm.
  670. config I2C_TINY_USB
  671. tristate "Tiny-USB adapter"
  672. depends on USB
  673. help
  674. If you say yes to this option, support will be included for the
  675. i2c-tiny-usb, a simple do-it-yourself USB to I2C interface. See
  676. http://www.harbaum.org/till/i2c_tiny_usb for hardware details.
  677. This driver can also be built as a module. If so, the module
  678. will be called i2c-tiny-usb.
  679. comment "Other I2C/SMBus bus drivers"
  680. config I2C_ACORN
  681. tristate "Acorn IOC/IOMD I2C bus support"
  682. depends on ARCH_ACORN
  683. default y
  684. select I2C_ALGOBIT
  685. help
  686. Say yes if you want to support the I2C bus on Acorn platforms.
  687. If you don't know, say Y.
  688. config I2C_ELEKTOR
  689. tristate "Elektor ISA card"
  690. depends on ISA && HAS_IOPORT && BROKEN_ON_SMP
  691. select I2C_ALGOPCF
  692. help
  693. This supports the PCF8584 ISA bus I2C adapter. Say Y if you own
  694. such an adapter.
  695. This support is also available as a module. If so, the module
  696. will be called i2c-elektor.
  697. config I2C_PCA_ISA
  698. tristate "PCA9564/PCA9665 on an ISA bus"
  699. depends on ISA
  700. select I2C_ALGOPCA
  701. default n
  702. help
  703. This driver supports ISA boards using the Philips PCA9564/PCA9665
  704. parallel bus to I2C bus controller.
  705. This driver can also be built as a module. If so, the module
  706. will be called i2c-pca-isa.
  707. This device is almost undetectable and using this driver on a
  708. system which doesn't have this device will result in long
  709. delays when I2C/SMBus chip drivers are loaded (e.g. at boot
  710. time). If unsure, say N.
  711. config I2C_SIBYTE
  712. tristate "SiByte SMBus interface"
  713. depends on SIBYTE_SB1xxx_SOC
  714. help
  715. Supports the SiByte SOC on-chip I2C interfaces (2 channels).
  716. config SCx200_I2C
  717. tristate "NatSemi SCx200 I2C using GPIO pins (DEPRECATED)"
  718. depends on SCx200_GPIO
  719. select I2C_ALGOBIT
  720. help
  721. Enable the use of two GPIO pins of a SCx200 processor as an I2C bus.
  722. If you don't know what to do here, say N.
  723. This support is also available as a module. If so, the module
  724. will be called scx200_i2c.
  725. This driver is deprecated and will be dropped soon. Use i2c-gpio
  726. (or scx200_acb) instead.
  727. config SCx200_I2C_SCL
  728. int "GPIO pin used for SCL"
  729. depends on SCx200_I2C
  730. default "12"
  731. help
  732. Enter the GPIO pin number used for the SCL signal. This value can
  733. also be specified with a module parameter.
  734. config SCx200_I2C_SDA
  735. int "GPIO pin used for SDA"
  736. depends on SCx200_I2C
  737. default "13"
  738. help
  739. Enter the GPIO pin number used for the SSA signal. This value can
  740. also be specified with a module parameter.
  741. config SCx200_ACB
  742. tristate "Geode ACCESS.bus support"
  743. depends on X86_32 && PCI
  744. help
  745. Enable the use of the ACCESS.bus controllers on the Geode SCx200 and
  746. SC1100 processors and the CS5535 and CS5536 Geode companion devices.
  747. If you don't know what to do here, say N.
  748. This support is also available as a module. If so, the module
  749. will be called scx200_acb.
  750. endmenu