From: Tom Rini Date: Wed, 2 Jul 2025 01:04:05 +0000 (-0600) Subject: spi: mvebu: Correct dependencies on MVEBU_A3700_SPI X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8114a01ad66d74586f66c81d40e2c92a6249446;p=thirdparty%2Fu-boot.git 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 Reviewed-by: Stefan Roese --- diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig index a3513f0a3ef..1ae36b5a348 100644 --- a/drivers/spi/Kconfig +++ b/drivers/spi/Kconfig @@ -351,6 +351,8 @@ config MTK_SPIM config MVEBU_A3700_SPI bool "Marvell Armada 3700 SPI driver" + depends on ARCH_MVEBU && ARM64 + select CLK_MVEBU select CLK_ARMADA_3720 help Enable the Marvell Armada 3700 SPI driver. This driver can be