diff options
author | Xiaowei Bao | 2020-06-04 23:16:36 +0800 |
---|---|---|
committer | Tom Rini | 2020-09-24 08:27:44 -0400 |
commit | 873a033c7206f906e2f0505e9354d6bc4b90e8d7 (patch) | |
tree | e3f0a366914bd58f808aff436013bc8015b0e52e /configs/P1020RDB-PC_SDCARD_defconfig | |
parent | 69942590f42eaf890839738ad4a3098de6ad65fd (diff) |
configs: P1020RDB: Enable ESPI driver
Enable the DM ESPI driver in P1020RDB defconfig.
Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com>
Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com>
Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P1020RDB-PC_SDCARD_defconfig')
-rw-r--r-- | configs/P1020RDB-PC_SDCARD_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_SDCARD_defconfig b/configs/P1020RDB-PC_SDCARD_defconfig index 22ba4f6501d..e9d5481e0f6 100644 --- a/configs/P1020RDB-PC_SDCARD_defconfig +++ b/configs/P1020RDB-PC_SDCARD_defconfig @@ -44,6 +44,8 @@ CONFIG_ENV_OVERWRITE=y CONFIG_ENV_IS_IN_MMC=y CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM=y +CONFIG_DM_SPI=y +CONFIG_DM_SPI_FLASH=y CONFIG_DM_I2C=y CONFIG_DM_MMC=y CONFIG_FSL_ESDHC=y |