summaryrefslogtreecommitdiff
path: root/configs/P5040DS_NAND_defconfig
diff options
context:
space:
mode:
authorXiaowei Bao <xiaowei.bao@nxp.com>2020-06-04 23:16:51 +0800
committerTom Rini <trini@konsulko.com>2020-09-24 08:27:44 -0400
commitff9227b6341febcc772c834eb9ea5ea0a2f2944e (patch)
tree6f60298ba3597f4d995800cfbe9beb10177b9ab1 /configs/P5040DS_NAND_defconfig
parent68de1ccc001d381eaa10da787657d08e58dc5512 (diff)
configs: P5040DS: Enable ESPI driver
Enable the DM ESPI driver in P5040DS 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/P5040DS_NAND_defconfig')
-rw-r--r--configs/P5040DS_NAND_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P5040DS_NAND_defconfig b/configs/P5040DS_NAND_defconfig
index c8bed42225..368d21d63f 100644
--- a/configs/P5040DS_NAND_defconfig
+++ b/configs/P5040DS_NAND_defconfig
@@ -33,6 +33,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