summaryrefslogtreecommitdiff
path: root/configs/P1010RDB-PA_NAND_defconfig
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2020-06-04 23:17:05 +0800
committerPriyanka Jain <priyanka.jain@nxp.com>2020-09-22 21:15:39 +0530
commit66ca6eeef35ad5882645cbc22f7f06da02ea55a2 (patch)
tree0963a2f14a7a8a7c9f4d1e98e59a8deb0ff4b913 /configs/P1010RDB-PA_NAND_defconfig
parent115732cd9b3e53c3ad9cddd1905280d8dbfb6555 (diff)
downloadu-boot-66ca6eeef35ad5882645cbc22f7f06da02ea55a2.tar.gz
configs: P1010RDB: Enable eSPI controller and SPI flash DM driver
Enable the DM_SPI and DM_SPI_FLASH in P1010RDB defconfigs except SECBOOT defconfigs. Signed-off-by: Hou Zhiqiang <Zhiqiang.Hou@nxp.com> Reviewed-by: Priyanka Jain <priyanka.jain@nxp.com>
Diffstat (limited to 'configs/P1010RDB-PA_NAND_defconfig')
-rw-r--r--configs/P1010RDB-PA_NAND_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1010RDB-PA_NAND_defconfig b/configs/P1010RDB-PA_NAND_defconfig
index ea9f905807..d4e97e4ed0 100644
--- a/configs/P1010RDB-PA_NAND_defconfig
+++ b/configs/P1010RDB-PA_NAND_defconfig
@@ -48,6 +48,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_FSL_ESDHC=y