summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBiwen Li <biwen.li@nxp.com>2020-05-01 15:04:18 +0300
committerPriyanka Jain <priyanka.jain@nxp.com>2020-05-04 06:42:36 +0300
commit30ea84768b678c64fbd890b952b719bf3b8d9dc0 (patch)
treeca7776cbb01c48f97229e3f27d3e5d03d6c78f7b
parente6bd72f880a76652ce1d6742880e7efcd85b8fb1 (diff)
downloadu-boot-30ea84768b678c64fbd890b952b719bf3b8d9dc0.tar.xz
configs: T4240RDB: enable DM_I2C
This enable DM_I2C in T4240RDB defconfigs Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
-rw-r--r--configs/T4240RDB_SDCARD_defconfig1
-rw-r--r--configs/T4240RDB_defconfig1
2 files changed, 2 insertions, 0 deletions
diff --git a/configs/T4240RDB_SDCARD_defconfig b/configs/T4240RDB_SDCARD_defconfig
index 646cd88793..33432d14cf 100644
--- a/configs/T4240RDB_SDCARD_defconfig
+++ b/configs/T4240RDB_SDCARD_defconfig
@@ -71,3 +71,4 @@ CONFIG_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_DM_I2C=y
diff --git a/configs/T4240RDB_defconfig b/configs/T4240RDB_defconfig
index d74afc71eb..a47615e12f 100644
--- a/configs/T4240RDB_defconfig
+++ b/configs/T4240RDB_defconfig
@@ -59,3 +59,4 @@ CONFIG_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_DM_I2C=y