aboutsummaryrefslogtreecommitdiff
path: root/configs/P3041DS_NAND_defconfig
diff options
context:
space:
mode:
authorXiaowei Bao <xiaowei.bao@nxp.com>2020-06-04 23:16:45 +0800
committerTom Rini <trini@konsulko.com>2020-09-24 08:27:44 -0400
commit508121c8ef5180b13f7550019e251de0164b6c89 (patch)
treed08f56d1ee10be9b60848e76ae706bfc976439b8 /configs/P3041DS_NAND_defconfig
parente6e00b4c596908a61593ae51a98fb332797ce12e (diff)
downloadu-boot-508121c8ef5180b13f7550019e251de0164b6c89.zip
u-boot-508121c8ef5180b13f7550019e251de0164b6c89.tar.gz
u-boot-508121c8ef5180b13f7550019e251de0164b6c89.tar.bz2
configs: P3041DS: Enable ESPI driver
Enable the DM ESPI driver in P3041DS 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/P3041DS_NAND_defconfig')
-rw-r--r--configs/P3041DS_NAND_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P3041DS_NAND_defconfig b/configs/P3041DS_NAND_defconfig
index 403eb92..2055c07 100644
--- a/configs/P3041DS_NAND_defconfig
+++ b/configs/P3041DS_NAND_defconfig
@@ -32,6 +32,8 @@ CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_NAND=y
CONFIG_SYS_RELOC_GD_ENV_ADDR=y
CONFIG_DM=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_FSL_CAAM=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y