]> git.sur5r.net Git - u-boot/blobdiff - drivers/i2c/Kconfig
dm: core: Move dev_get_addr() etc. into a separate file
[u-boot] / drivers / i2c / Kconfig
index 4e9afc120a3ff4789afa428387a9a6f2c1fcddf0..c58bc1e1cf56feb12d35b611a7dbc2d15fe3b63e 100644 (file)
@@ -114,6 +114,15 @@ config SYS_I2C_DW_ENABLE_STATUS_UNSUPPORTED
          enable status register. This config option can be enabled in such
          cases.
 
+config SYS_I2C_ASPEED
+       bool "Aspeed I2C Controller"
+       depends on DM_I2C && ARCH_ASPEED
+       help
+         Say yes here to select Aspeed I2C Host Controller. The driver
+         supports AST2500 and AST2400 controllers, but is very limited.
+         Only single master mode is supported and only byte-by-byte
+         synchronous reads and writes are supported, no Pool Buffers or DMA.
+
 config SYS_I2C_INTEL
        bool "Intel I2C/SMBUS driver"
        depends on DM_I2C