summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-02-21 19:49:07 +0100
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2017-03-09 01:40:24 +0100
commitdc186a6d62f4cff8b5dbba4e20cb44d3b1082eb4 (patch)
treeb55908800206456c2d327e020514f794fcfb8da9
parent67f7dbfa8dd4d1793b007dc150f7310d786a772f (diff)
[wip] lynx_defconfig: i2c => DM
-rw-r--r--configs/lynx_defconfig12
1 files changed, 8 insertions, 4 deletions
diff --git a/configs/lynx_defconfig b/configs/lynx_defconfig
index 0fba279b7c..02bbfd8428 100644
--- a/configs/lynx_defconfig
+++ b/configs/lynx_defconfig
@@ -33,11 +33,15 @@ CONFIG_MMC_SUNXI_SLOT_EXTRA=2
CONFIG_LED=y
CONFIG_LED_GPIO=y
+CONFIG_DM_I2C=y
+# CONFIG_DM_I2C_COMPAT is not set
CONFIG_CMD_I2C=y
-CONFIG_I2C0_ENABLE=y
-CONFIG_I2C1_ENABLE=y
-CONFIG_I2C2_ENABLE=y
-CONFIG_R_I2C_ENABLE=y
+CONFIG_SYS_I2C_MVTWSI=y
+
+# CONFIG_I2C0_ENABLE is not set
+# CONFIG_I2C1_ENABLE is not set
+# CONFIG_I2C2_ENABLE is not set
+# CONFIG_R_I2C_ENABLE=y
CONFIG_DM_SPI=y
CONFIG_SUNXI_SPI=y