summaryrefslogtreecommitdiff
path: root/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
diff options
context:
space:
mode:
authorHou Zhiqiang <Zhiqiang.Hou@nxp.com>2020-06-04 23:17:05 +0800
committerTom Rini <trini@konsulko.com>2020-09-24 08:27:44 -0400
commitf51ce945d0da4ae45980f3105165172f60fa574c (patch)
tree35e84b861470837d443780b8bc9f49a7f78c4200 /configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
parent3f8e7315998021acf0ff7d6fd93bc6f7a27e1837 (diff)
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-PB_36BIT_SPIFLASH_defconfig')
-rw-r--r--configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig b/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
index 57d0687230..a837427630 100644
--- a/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
+++ b/configs/P1010RDB-PB_36BIT_SPIFLASH_defconfig
@@ -46,6 +46,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_FSL_ESDHC=y