[U-Boot] [PATCH 5/8] spi: Kconfig: Mark SH_SPI has BROKEN

Jagan Teki jagan at amarulasolutions.com
Sun Apr 28 20:47:58 UTC 2019


Mark SH_SPI has BROKEN, this so the resulting build shows
warning for broken configuration enabled and associated code
will remove in v2019.07 release.

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 393382fee2..ad66e310e1 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -348,6 +348,7 @@ config DAVINCI_SPI
 
 config SH_SPI
 	bool "SuperH SPI driver"
+	select BROKEN
 	help
 	  Enable the SuperH SPI controller driver. This driver can be used
 	  on various SuperH SoCs, such as SH7757.
-- 
2.18.0.321.gffc6fa0e3



More information about the U-Boot mailing list