]> Git Repo - linux.git/commitdiff
spi: spi-orion: enable the driver on ARCH_MVEBU platforms
authorThomas Petazzoni <[email protected]>
Fri, 22 Apr 2016 13:17:28 +0000 (15:17 +0200)
committerMark Brown <[email protected]>
Fri, 22 Apr 2016 15:07:36 +0000 (16:07 +0100)
The SPI controller managed by the spi-orion is used on the new ARM64
Marvell Armada 7K/8K SoCs. In order to allow this driver to be built
for this platform, we allow it to be selected for ARCH_MVEBU=y
configurations.

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

index 9d8c84bb15446a75153d64f94a5900ab165193ac..720c5ee515c7760a1289b0958382100e0f46501b 100644 (file)
@@ -432,7 +432,7 @@ config SPI_OMAP_100K
 
 config SPI_ORION
        tristate "Orion SPI master"
-       depends on PLAT_ORION || COMPILE_TEST
+       depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
        help
          This enables using the SPI master controller on the Orion chips.
 
This page took 0.061035 seconds and 4 git commands to generate.