summaryrefslogtreecommitdiffstats
path: root/drivers/spi
diff options
context:
space:
mode:
authorThomas Petazzoni2016-04-22 15:17:28 +0200
committerMark Brown2016-04-22 17:07:36 +0200
commit710a1d54452afbc9435bdb3f48f81f6801db14d6 (patch)
tree8524f0912a004cb7f71d35ed924fbc51359ab3f7 /drivers/spi
parentLinux 4.6-rc1 (diff)
downloadkernel-qcow2-linux-710a1d54452afbc9435bdb3f48f81f6801db14d6.tar.gz
kernel-qcow2-linux-710a1d54452afbc9435bdb3f48f81f6801db14d6.tar.xz
kernel-qcow2-linux-710a1d54452afbc9435bdb3f48f81f6801db14d6.zip
spi: spi-orion: enable the driver on ARCH_MVEBU platforms
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 <thomas.petazzoni@free-electrons.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'drivers/spi')
-rw-r--r--drivers/spi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
index 9d8c84bb1544..720c5ee515c7 100644
--- a/drivers/spi/Kconfig
+++ b/drivers/spi/Kconfig
@@ -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.