]> git.ipfire.org Git - thirdparty/u-boot.git/commitdiff
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)
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

index a3513f0a3ef812845db31e44393a695361599c57..1ae36b5a348be446ba5d75cb36416f0280588ab4 100644 (file)
@@ -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