aboutsummaryrefslogtreecommitdiff
path: root/configs/P2041RDB_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_defconfig
parent8cbfaf6ce91fa297df43a7d3af82c4a79abb021d (diff)
downloadu-boot-c673942a04943b81f32645422be0cc15679f8a5a.zip
u-boot-c673942a04943b81f32645422be0cc15679f8a5a.tar.gz
u-boot-c673942a04943b81f32645422be0cc15679f8a5a.tar.bz2
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_defconfig')
-rw-r--r--configs/P2041RDB_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P2041RDB_defconfig b/configs/P2041RDB_defconfig
index 1d6b011..8648d5b 100644
--- a/configs/P2041RDB_defconfig
+++ b/configs/P2041RDB_defconfig
@@ -32,6 +32,8 @@ CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_FLASH=y
CONFIG_ENV_ADDR=0xEFF20000
CONFIG_DM=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_FSL_CAAM=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y