summaryrefslogtreecommitdiff
path: root/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorXiaowei Bao <xiaowei.bao@nxp.com>2020-06-04 23:16:36 +0800
committerTom Rini <trini@konsulko.com>2020-09-24 08:27:44 -0400
commit873a033c7206f906e2f0505e9354d6bc4b90e8d7 (patch)
treee3f0a366914bd58f808aff436013bc8015b0e52e /configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
parent69942590f42eaf890839738ad4a3098de6ad65fd (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_36BIT_SPIFLASH_defconfig')
-rw-r--r--configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig b/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
index 3c9e491b08..676eec6f74 100644
--- a/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
+++ b/configs/P1020RDB-PC_36BIT_SPIFLASH_defconfig
@@ -47,6 +47,8 @@ CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=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