mail archive of the barebox mailing list
 help / color / mirror / Atom feed
* [PATCH] spi: Kconfig: remove dependency list from Freescale QSPI controller
@ 2019-05-15  6:51 Sascha Hauer
  0 siblings, 0 replies; only message in thread
From: Sascha Hauer @ 2019-05-15  6:51 UTC (permalink / raw)
  To: Barebox List

The dependency list for the Freescale QSPI controller doesn't match
the SoCs the hardware is in at all. Remove the dependency entirely as
the driver builds on all machines.

Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
---
 drivers/spi/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index d687105ea4..86411a76ff 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -27,7 +27,6 @@ config DRIVER_SPI_ATMEL
 
 config DRIVER_SPI_FSL_QUADSPI
 	bool "Freescale QSPI controller"
-	depends on ARCH_IMX25 || ARCH_IMX31 || ARCH_IMX35 || ARCH_IMX50 || ARCH_IMX53 || ARCH_LAYERSCAPE
 	depends on SPI_MEM
 	help
 	  This enables support for the Quad SPI controller in master mode.
-- 
2.20.1


_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2019-05-15  6:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-05-15  6:51 [PATCH] spi: Kconfig: remove dependency list from Freescale QSPI controller Sascha Hauer

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox