summaryrefslogtreecommitdiff
path: root/configs/P2020RDB-PC_SDCARD_defconfig
diff options
context:
space:
mode:
authorBiwen Li <biwen.li@nxp.com>2020-05-01 20:04:04 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-05-04 09:12:36 +0530
commitb36decf81e077a858db92bdbc3de3ddc5877033a (patch)
treeecaff2518c76693ffc2e6b7b6b77dd5eee25081a /configs/P2020RDB-PC_SDCARD_defconfig
parent2563aea1ea67cd524966974a0ad8627879f86864 (diff)
configs: P2020RDB: enable DM_I2C and DM_RTC
This enables DM_I2C and DM_RTC in P2020RDB defconfigs Signed-off-by: Biwen Li <biwen.li@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P2020RDB-PC_SDCARD_defconfig')
-rw-r--r--configs/P2020RDB-PC_SDCARD_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P2020RDB-PC_SDCARD_defconfig b/configs/P2020RDB-PC_SDCARD_defconfig
index c76958e1f3..280b190be4 100644
--- a/configs/P2020RDB-PC_SDCARD_defconfig
+++ b/configs/P2020RDB-PC_SDCARD_defconfig
@@ -81,3 +81,5 @@ CONFIG_SPI=y
CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_DM_USB=y
+CONFIG_DM_I2C=y
+CONFIG_DM_RTC=y