linux-spi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] spi: Allow building SPI_BCM63XX_HSSPI on ARM-based SoCs
@ 2018-10-19 18:12 Florian Fainelli
  2018-10-21 11:09 ` Applied "spi: Allow building SPI_BCM63XX_HSSPI on ARM-based SoCs" to the spi tree Mark Brown
  0 siblings, 1 reply; 2+ messages in thread
From: Florian Fainelli @ 2018-10-19 18:12 UTC (permalink / raw)
  To: linux-spi; +Cc: jonas.gorski, Florian Fainelli, Mark Brown, open list

ARM-based 63xx DSL platforms have the spi-bcm63xx-hsspi controller
present, allow using this driver there as well.

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
---
 drivers/spi/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 671d078349cc..5bc8bdcf46ee 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -129,7 +129,7 @@ config SPI_BCM63XX
 
 config SPI_BCM63XX_HSSPI
 	tristate "Broadcom BCM63XX HS SPI controller driver"
-	depends on BCM63XX || COMPILE_TEST
+	depends on BCM63XX || ARCH_BCM_63XX || COMPILE_TEST
 	help
 	  This enables support for the High Speed SPI controller present on
 	  newer Broadcom BCM63XX SoCs.
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2018-10-21 11:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-10-19 18:12 [PATCH] spi: Allow building SPI_BCM63XX_HSSPI on ARM-based SoCs Florian Fainelli
2018-10-21 11:09 ` Applied "spi: Allow building SPI_BCM63XX_HSSPI on ARM-based SoCs" to the spi tree Mark Brown

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).