diff options
author | 2024-12-20 14:07:14 -0700 | |
---|---|---|
committer | 2025-01-02 12:30:01 +0200 | |
commit | 452d18c78a469cd18b3f7bc7bc9427f9af390f7e (patch) | |
tree | 0d7eada875c8f252b5a1028b154d5ae0c8159975 | |
parent | ARM: at91: pm: change BU Power Switch to automatic mode (diff) | |
download | wireguard-linux-452d18c78a469cd18b3f7bc7bc9427f9af390f7e.tar.xz wireguard-linux-452d18c78a469cd18b3f7bc7bc9427f9af390f7e.zip |
ARM: at91: add new SoC sama7d65
Add new SoC from at91 family: sama7d65
Signed-off-by: Ryan Wanner <Ryan.Wanner@microchip.com>
Reviewed-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Link: https://lore.kernel.org/r/aafa6115adc52d30bc83206f8fab5964d4dd7fb7.1734723585.git.Ryan.Wanner@microchip.com
Signed-off-by: Claudiu Beznea <claudiu.beznea@tuxon.dev>
Diffstat (limited to '')
-rw-r--r-- | arch/arm/mach-at91/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig index 344f5305f69a..04bd91c72521 100644 --- a/arch/arm/mach-at91/Kconfig +++ b/arch/arm/mach-at91/Kconfig @@ -58,6 +58,17 @@ config SOC_SAMA5D4 help Select this if you are using one of Microchip's SAMA5D4 family SoC. +config SOC_SAMA7D65 + bool "SAMA7D65 family" + depends on ARCH_MULTI_V7 + select HAVE_AT91_GENERATED_CLK + select HAVE_AT91_SAM9X60_PLL + select HAVE_AT91_USB_CLK + select HAVE_AT91_UTMI + select SOC_SAMA7 + help + Select this if you are using one of Microchip's SAMA7D65 family SoC. + config SOC_SAMA7G5 bool "SAMA7G5 family" depends on ARCH_MULTI_V7 |