[PATCH] spi: mvebu: Correct dependencies on MVEBU_A3700_SPI

Stefan Roese sr at denx.de
Wed Jul 2 09:25:42 CEST 2025


On 02.07.25 03:04, Tom Rini wrote:
> 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 at konsulko.com>

Reviewed-by: Stefan Roese <sr at denx.de>

Thanks,
Stefan

> ---
> Cc: Stefan Roese <sr at denx.de>
> ---
>   drivers/spi/Kconfig | 2 ++
>   1 file changed, 2 insertions(+)
> 
> diff --git a/drivers/spi/Kconfig b/drivers/spi/Kconfig
> index a3513f0a3ef8..1ae36b5a348b 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

Viele Grüße,
Stefan Roese

-- 
DENX Software Engineering GmbH,      Managing Director: Erika Unter
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-51 Fax: (+49)-8142-66989-80 Email: sr at denx.de



More information about the U-Boot mailing list