070-i2c_support.patch 1.1 KB

12345678910111213141516171819202122232425262728293031
  1. --- a/drivers/i2c/busses/Kconfig
  2. +++ b/drivers/i2c/busses/Kconfig
  3. @@ -440,6 +440,18 @@ config I2C_CBUS_GPIO
  4. This driver can also be built as a module. If so, the module
  5. will be called i2c-cbus-gpio.
  6. +config I2C_CNS3XXX
  7. + tristate "Cavium CNS3xxx I2C driver"
  8. + depends on ARCH_CNS3XXX
  9. + help
  10. + Support for Cavium CNS3xxx I2C controller driver.
  11. +
  12. + This driver can also be built as a module. If so, the module
  13. + will be called i2c-cns3xxx.
  14. +
  15. + Please note that this driver might be needed to bring up other
  16. + devices such as Cavium CNS3xxx Ethernet.
  17. +
  18. config I2C_CPM
  19. tristate "Freescale CPM1 or CPM2 (MPC8xx/826x)"
  20. depends on CPM1 || CPM2
  21. --- a/drivers/i2c/busses/Makefile
  22. +++ b/drivers/i2c/busses/Makefile
  23. @@ -111,6 +111,7 @@ obj-$(CONFIG_I2C_VIPERBOARD) += i2c-vipe
  24. obj-$(CONFIG_I2C_ACORN) += i2c-acorn.o
  25. obj-$(CONFIG_I2C_BCM_KONA) += i2c-bcm-kona.o
  26. obj-$(CONFIG_I2C_BRCMSTB) += i2c-brcmstb.o
  27. +obj-$(CONFIG_I2C_CNS3XXX) += i2c-cns3xxx.o
  28. obj-$(CONFIG_I2C_CROS_EC_TUNNEL) += i2c-cros-ec-tunnel.o
  29. obj-$(CONFIG_I2C_ELEKTOR) += i2c-elektor.o
  30. obj-$(CONFIG_I2C_OPAL) += i2c-opal.o