From: Florian Fainelli Date: Fri, 19 Oct 2018 18:12:32 +0000 (-0700) Subject: spi: Allow building SPI_BCM63XX_HSSPI on ARM-based SoCs X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=79a15f4974ce9613134648e6e1dd0eb7ca199de6;p=openwrt%2Fstaging%2Fblogic.git spi: Allow building SPI_BCM63XX_HSSPI on ARM-based SoCs ARM-based 63xx DSL platforms have the spi-bcm63xx-hsspi controller present, allow using this driver there as well. Signed-off-by: Florian Fainelli Signed-off-by: Mark Brown --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index 71851d00f47d..f756450a8914 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.