]> Git Repo - linux.git/commitdiff
spi: Allow building SPI_BCM63XX_HSSPI on ARM-based SoCs
authorFlorian Fainelli <[email protected]>
Fri, 19 Oct 2018 18:12:32 +0000 (11:12 -0700)
committerMark Brown <[email protected]>
Sun, 21 Oct 2018 11:08:27 +0000 (12:08 +0100)
ARM-based 63xx DSL platforms have the spi-bcm63xx-hsspi controller
present, allow using this driver there as well.

Signed-off-by: Florian Fainelli <[email protected]>
Signed-off-by: Mark Brown <[email protected]>
drivers/spi/Kconfig

index 71851d00f47d41ba44b3b52f98fdd03e56ebe6fd..f756450a891419986dad1f20033f93e7868bbd9e 100644 (file)
@@ -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.
This page took 0.058211 seconds and 4 git commands to generate.