diff options
author | Biwen Li <biwen.li@nxp.com> | 2020-05-01 20:04:14 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-05-04 09:12:36 +0530 |
commit | 70571f981b01e900c2ae320f7f06726ce69291bd (patch) | |
tree | a04fd0fe9a3ab7619f49a1b6ece4cc20b83bba78 /configs/P1010RDB-PB_SDCARD_defconfig | |
parent | 2703e640d218d9bf297bd9ad9ccdd10e8bd2ce56 (diff) | |
download | u-boot-70571f981b01e900c2ae320f7f06726ce69291bd.tar.gz |
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 <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P1010RDB-PB_SDCARD_defconfig')
-rw-r--r-- | configs/P1010RDB-PB_SDCARD_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
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 |