Skip to content

Commit 710a1d5

Browse files
tpetazzonibroonie
authored andcommitted
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 <[email protected]> Signed-off-by: Mark Brown <[email protected]>
1 parent f55532a commit 710a1d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/spi/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -432,7 +432,7 @@ config SPI_OMAP_100K
432432

433433
config SPI_ORION
434434
tristate "Orion SPI master"
435-
depends on PLAT_ORION || COMPILE_TEST
435+
depends on PLAT_ORION || ARCH_MVEBU || COMPILE_TEST
436436
help
437437
This enables using the SPI master controller on the Orion chips.
438438

0 commit comments

Comments
 (0)