summaryrefslogtreecommitdiff
path: root/configs/P2041RDB_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorXiaowei Bao <xiaowei.bao@nxp.com>2020-06-04 23:16:42 +0800
committerTom Rini <trini@konsulko.com>2020-09-24 08:27:44 -0400
commitc673942a04943b81f32645422be0cc15679f8a5a (patch)
tree344bcc0161d63ae8f6e2b061446d1450760d1ffa /configs/P2041RDB_SPIFLASH_defconfig
parent8cbfaf6ce91fa297df43a7d3af82c4a79abb021d (diff)
configs: P2041RDB: Enable ESPI driver
Enable the DM ESPI driver in P2041RDB 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/P2041RDB_SPIFLASH_defconfig')
-rw-r--r--configs/P2041RDB_SPIFLASH_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P2041RDB_SPIFLASH_defconfig b/configs/P2041RDB_SPIFLASH_defconfig
index 6bfc4fa212..ed946188bc 100644
--- a/configs/P2041RDB_SPIFLASH_defconfig
+++ b/configs/P2041RDB_SPIFLASH_defconfig
@@ -34,6 +34,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_FSL_CAAM=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y