[U-Boot] [PATCH v2] configs: spi: Add the SPI_FLASH_BAR for ESPI

Xiaowei Bao xiaowei.bao at nxp.com
Thu Oct 31 06:34:40 UTC 2019


Add the SPI_FLASH_BAR for the ESPI controller of FSL, this entry
is missed by commit 6d825178364.

Signed-off-by: Xiaowei Bao <xiaowei.bao at nxp.com>
---
v2:
 - Modify the commit message.

 drivers/spi/Kconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 8dd3213..77731af 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -367,6 +367,7 @@ config CF_SPI
 
 config FSL_ESPI
 	bool "Freescale eSPI driver"
+	imply SPI_FLASH_BAR
 	help
 	  Enable the Freescale eSPI driver. This driver can be used to
 	  access the SPI interface and SPI NOR flash on platforms embedding
-- 
2.9.5



More information about the U-Boot mailing list