summaryrefslogtreecommitdiff
path: root/configs/P1020RDB-PC_36BIT_defconfig
diff options
context:
space:
mode:
authorBiwen Li <biwen.li@nxp.com>2020-05-01 20:04:02 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-05-04 09:12:36 +0530
commit3cbc3822d6c33929a4f170a5c544cd0166e07666 (patch)
treee342cba940ac6907c78d54ffb1b5983e69c23c79 /configs/P1020RDB-PC_36BIT_defconfig
parent74014dfcd8d990225c9ce2943a41c08896d0e7a6 (diff)
configs: P1020RDB: enable DM_I2C and DM_RTC
This enables DM_I2C and DM_RTC in P1020RDB defconfigs Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P1020RDB-PC_36BIT_defconfig')
-rw-r--r--configs/P1020RDB-PC_36BIT_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_36BIT_defconfig b/configs/P1020RDB-PC_36BIT_defconfig
index 9b7901f5c3..b0a3e0f188 100644
--- a/configs/P1020RDB-PC_36BIT_defconfig
+++ b/configs/P1020RDB-PC_36BIT_defconfig
@@ -66,3 +66,5 @@ CONFIG_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_DM_I2C=y
+CONFIG_DM_RTC=y