Re: [PATCH 10/15] ARM: configs: at91: sama7: add new SoC config

From: Claudiu Beznea
Date: Sun Nov 24 2024 - 10:50:10 EST


Hi, Ryan,

On 19.11.2024 18:40, Ryan.Wanner@xxxxxxxxxxxxx wrote:
> +config SOC_SAMA7D65
> + bool "SAMA7D65 family"
> + depends on ARCH_MULTI_V7
> + select HAVE_AT91_GENERATED_CLK
> + select HAVE_AT91_SAM9X60_PLL

These starting here:

> + select HAVE_AT91_USB_CLK
> + select HAVE_AT91_UTMI
> + select PM_OPP

ending here are not needed for this phase, AFAICT.

> + select SOC_SAMA7
> + help
> + Select this if you are using one of Microchip's SAMA7D65 family SoC.
> +

The Kconfig changes should be a separate patch.