From 70571f981b01e900c2ae320f7f06726ce69291bd Mon Sep 17 00:00:00 2001 From: Biwen Li Date: Fri, 1 May 2020 20:04:14 +0800 Subject: configs: P1010: Enable DM_I2C and DM_RTC Enable DM_I2C and DM_RTC in P1010RDB defconfigs, except P1010RDB SECBOOT defconfigs. Signed-off-by: Biwen Li Reviewed-by: Priyanka Jain --- configs/P1010RDB-PB_SDCARD_defconfig | 2 ++ 1 file changed, 2 insertions(+) (limited to 'configs/P1010RDB-PB_SDCARD_defconfig') diff --git a/configs/P1010RDB-PB_SDCARD_defconfig b/configs/P1010RDB-PB_SDCARD_defconfig index 3548b95110..d90cc8e7bb 100644 --- a/configs/P1010RDB-PB_SDCARD_defconfig +++ b/configs/P1010RDB-PB_SDCARD_defconfig @@ -70,3 +70,5 @@ CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_USB_STORAGE=y CONFIG_OF_LIBFDT=y +CONFIG_DM_I2C=y +CONFIG_DM_RTC=y -- cgit v1.2.3