]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - drivers/i2c/Kconfig
karo: tx6ul: enable soft i2c driver and 'i2c' command
[karo-tx-uboot.git] / drivers / i2c / Kconfig
index fced6ebf9432ecf868d4b3d338231bc7cd4682f8..f0dc19ac088e609c1fb782b6b773fbc954ce8ce9 100644 (file)
@@ -10,6 +10,10 @@ config HARD_I2C
 config SYS_I2C
        bool
 
+config SYS_I2C_SOFT
+       bool "Software emulated I2C bus driver"
+       depends on SYS_I2C
+
 config DM_I2C
        bool "Enable Driver Model for I2C drivers"
        depends on DM