From b36decf81e077a858db92bdbc3de3ddc5877033a Mon Sep 17 00:00:00 2001 From: Biwen Li Date: Fri, 1 May 2020 20:04:04 +0800 Subject: configs: P2020RDB: enable DM_I2C and DM_RTC This enables DM_I2C and DM_RTC in P2020RDB defconfigs Signed-off-by: Biwen Li Reviewed-by: Priyanka Jain --- configs/P2020RDB-PC_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/P2020RDB-PC_defconfig') diff --git a/configs/P2020RDB-PC_defconfig b/configs/P2020RDB-PC_defconfig index e37ca66d1f..dd5c14e4cb 100644 --- a/configs/P2020RDB-PC_defconfig +++ b/configs/P2020RDB-PC_defconfig @@ -70,3 +70,5 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_DM_I2C=y +CONFIG_DM_RTC=y -- cgit v1.2.3