summaryrefslogtreecommitdiff
path: root/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorBiwen Li <biwen.li@nxp.com>2020-05-01 20:04:14 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-05-04 09:12:36 +0530
commit70571f981b01e900c2ae320f7f06726ce69291bd (patch)
treea04fd0fe9a3ab7619f49a1b6ece4cc20b83bba78 /configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
parent2703e640d218d9bf297bd9ad9ccdd10e8bd2ce56 (diff)
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_36BIT_SPIFLASH_defconfig')
-rw-r--r--configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig b/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
index 6247d4706f..4291002d34 100644
--- a/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
+++ b/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
@@ -73,3 +73,5 @@ CONFIG_FSL_ESPI=y
CONFIG_USB=y
CONFIG_USB_STORAGE=y
CONFIG_OF_LIBFDT=y
+CONFIG_DM_I2C=y
+CONFIG_DM_RTC=y