summaryrefslogtreecommitdiff
path: root/configs/T1042D4RDB_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorXiaowei Bao <xiaowei.bao@nxp.com>2020-09-21 12:48:41 +0530
committerTom Rini <trini@konsulko.com>2020-09-24 08:27:44 -0400
commit56621644069a944ab475669356496e465f9ac335 (patch)
tree8905ef3efdfb299a82285736de127ddf3a49c02c /configs/T1042D4RDB_SPIFLASH_defconfig
parent4f085f7f442459e50154e6e81175b55e7a87b083 (diff)
configs: T1042D4RDB: Enable ESPI driver
Enable the DM ESPI driver in T1042D4RDB defconfig. Signed-off-by: Xiaowei Bao <xiaowei.bao@nxp.com> Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> [Rebased] Signed-off-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/T1042D4RDB_SPIFLASH_defconfig')
-rw-r--r--configs/T1042D4RDB_SPIFLASH_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/T1042D4RDB_SPIFLASH_defconfig b/configs/T1042D4RDB_SPIFLASH_defconfig
index e670f068e6..9188dc2671 100644
--- a/configs/T1042D4RDB_SPIFLASH_defconfig
+++ b/configs/T1042D4RDB_SPIFLASH_defconfig
@@ -52,6 +52,8 @@ CONFIG_ENV_OVERWRITE=y
CONFIG_ENV_IS_IN_SPI_FLASH=y
CONFIG_ENV_ADDR=0xFFFC9000
CONFIG_DM=y
+CONFIG_DM_SPI=y
+CONFIG_DM_SPI_FLASH=y
CONFIG_FSL_CAAM=y
CONFIG_DM_I2C=y
CONFIG_DM_MMC=y