spi: mvebu: Correct dependencies on MVEBU_A3700_SPI
authorTom Rini <trini@konsulko.com>
Wed, 2 Jul 2025 01:04:05 +0000 (19:04 -0600)
committerStefan Roese <stefan.roese@mailbox.org>
Tue, 29 Jul 2025 06:44:18 +0000 (08:44 +0200)
commitc8114a01ad66d74586f66c81d40e2c92a6249446
tree3935bd78a0c9ffa5ad55aa51b6122ddee01326f9
parent53f328663da65c6c4c62bf1312c96d363d3f5f05
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>
drivers/spi/Kconfig