diff options
author | Biwen Li <biwen.li@nxp.com> | 2020-05-01 20:04:02 +0800 |
---|---|---|
committer | Priyanka Jain <priyanka.jain@nxp.com> | 2020-05-04 09:12:36 +0530 |
commit | 3cbc3822d6c33929a4f170a5c544cd0166e07666 (patch) | |
tree | e342cba940ac6907c78d54ffb1b5983e69c23c79 /configs/P1020RDB-PD_NAND_defconfig | |
parent | 74014dfcd8d990225c9ce2943a41c08896d0e7a6 (diff) | |
download | u-boot-3cbc3822d6c33929a4f170a5c544cd0166e07666.tar.gz |
configs: P1020RDB: enable DM_I2C and DM_RTC
This enables DM_I2C and DM_RTC in P1020RDB defconfigs
Signed-off-by: Biwen Li <biwen.li@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P1020RDB-PD_NAND_defconfig')
-rw-r--r-- | configs/P1020RDB-PD_NAND_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1020RDB-PD_NAND_defconfig b/configs/P1020RDB-PD_NAND_defconfig index e1858e4cac..37b174623f 100644 --- a/configs/P1020RDB-PD_NAND_defconfig +++ b/configs/P1020RDB-PD_NAND_defconfig @@ -85,3 +85,5 @@ CONFIG_SPI=y CONFIG_FSL_ESPI=y CONFIG_USB=y CONFIG_DM_USB=y +CONFIG_DM_I2C=y +CONFIG_DM_RTC=y |