Merge branch 'i2c/for-4.9' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
[cascardo/linux.git] / drivers / i2c / busses / Kconfig
index 5c3993b..6d94e2e 100644 (file)
@@ -836,7 +836,7 @@ config I2C_SH7760
 config I2C_SH_MOBILE
        tristate "SuperH Mobile I2C Controller"
        depends on HAS_DMA
-       depends on SUPERH || ARCH_RENESAS || COMPILE_TEST
+       depends on ARCH_SHMOBILE || ARCH_RENESAS || COMPILE_TEST
        help
          If you say yes to this option, support will be included for the
          built-in I2C interface on the Renesas SH-Mobile processor.
@@ -956,6 +956,17 @@ config I2C_OCTEON
          This driver can also be built as a module.  If so, the module
          will be called i2c-octeon.
 
+config I2C_THUNDERX
+       tristate "Cavium ThunderX I2C bus support"
+       depends on 64BIT && PCI && (ARM64 || COMPILE_TEST)
+       select I2C_SMBUS
+       help
+         Say yes if you want to support the I2C serial bus on Cavium
+         ThunderX SOC.
+
+         This driver can also be built as a module.  If so, the module
+         will be called i2c-thunderx.
+
 config I2C_XILINX
        tristate "Xilinx I2C Controller"
        depends on HAS_IOMEM