Kconfig 29 KB

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