]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - drivers/i2c/Kconfig
dm: i2c: Add driver for Cadence I2C IP
[people/ms/u-boot.git] / drivers / i2c / Kconfig
index 46b83e78941887a6f9c9edab64d751bf5a3461b9..9324c6c9e5f3aecfe65f6dc92b2e33d2b17f5e89 100644 (file)
@@ -58,6 +58,13 @@ config DM_I2C_GPIO
          bindings are supported.
          Binding info: doc/device-tree-bindings/i2c/i2c-gpio.txt
 
+config SYS_I2C_CADENCE
+       tristate "Cadence I2C Controller"
+       depends on DM_I2C && (ARCH_ZYNQ || ARM64)
+       help
+         Say yes here to select Cadence I2C Host Controller. This controller is
+         e.g. used by Xilinx Zynq.
+
 config SYS_I2C_INTEL
        bool "Intel I2C/SMBUS driver"
        depends on DM_I2C