spi: mvebu: Correct dependencies on MVEBU_A3700_SPI

A dependency exposed by "make allyesconfig" is that the logic around
this symbol was not quite correct. It needs to depend on ARCH_MVEBU and
ARM64 and then select CLK_MVEBU.

Signed-off-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Stefan Roese <sr@denx.de>
This commit is contained in:
Tom Rini 2025-07-01 19:04:05 -06:00 committed by Stefan Roese
parent 53f328663d
commit c8114a01ad

View File

@ -351,6 +351,8 @@ config MTK_SPIM
config MVEBU_A3700_SPI config MVEBU_A3700_SPI
bool "Marvell Armada 3700 SPI driver" bool "Marvell Armada 3700 SPI driver"
depends on ARCH_MVEBU && ARM64
select CLK_MVEBU
select CLK_ARMADA_3720 select CLK_ARMADA_3720
help help
Enable the Marvell Armada 3700 SPI driver. This driver can be Enable the Marvell Armada 3700 SPI driver. This driver can be