[U-Boot] [PATCH 7/8] spi: Kconfig: Mark FSL_ESPI has BROKEN
Jagan Teki
jagan at amarulasolutions.com
Sun Apr 28 20:48:00 UTC 2019
Mark FSL_ESPI has BROKEN, this so the resulting build shows
warning for broken configuration enabled and associated code
will remove in v2019.07 release.
Cc: Oleksandr Zhadan and Michael Durrant <arcsupport at arcturusnetworks.com>
Signed-off-by: Jagan Teki <jagan at amarulasolutions.com>
---
drivers/spi/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 9e2eba47f7..55f0d6cf2b 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -328,6 +328,7 @@ config CF_SPI
config FSL_ESPI
bool "Freescale eSPI driver"
+ select BROKEN
help
Enable the Freescale eSPI driver. This driver can be used to
access the SPI interface and SPI NOR flash on platforms embedding
--
2.18.0.321.gffc6fa0e3
More information about the U-Boot
mailing list