From 3cbc3822d6c33929a4f170a5c544cd0166e07666 Mon Sep 17 00:00:00 2001 From: Biwen Li Date: Fri, 1 May 2020 20:04:02 +0800 Subject: configs: P1020RDB: enable DM_I2C and DM_RTC This enables DM_I2C and DM_RTC in P1020RDB defconfigs Signed-off-by: Biwen Li Reviewed-by: Priyanka Jain --- configs/P1020RDB-PC_NAND_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/P1020RDB-PC_NAND_defconfig') diff --git a/configs/P1020RDB-PC_NAND_defconfig b/configs/P1020RDB-PC_NAND_defconfig index e99709a2b8..d94885dcbd 100644 --- a/configs/P1020RDB-PC_NAND_defconfig +++ b/configs/P1020RDB-PC_NAND_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 -- cgit v1.2.3