Skip to content

Commit 452d18c

Browse files
ryan-wannerclaudiubeznea
authored andcommitted
ARM: at91: add new SoC sama7d65
Add new SoC from at91 family: sama7d65 Signed-off-by: Ryan Wanner <[email protected]> Reviewed-by: Claudiu Beznea <[email protected]> Link: https://lore.kernel.org/r/aafa6115adc52d30bc83206f8fab5964d4dd7fb7.1734723585.git.Ryan.Wanner@microchip.com Signed-off-by: Claudiu Beznea <[email protected]>
1 parent 6fc5bdf commit 452d18c

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

arch/arm/mach-at91/Kconfig

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,17 @@ config SOC_SAMA5D4
5858
help
5959
Select this if you are using one of Microchip's SAMA5D4 family SoC.
6060

61+
config SOC_SAMA7D65
62+
bool "SAMA7D65 family"
63+
depends on ARCH_MULTI_V7
64+
select HAVE_AT91_GENERATED_CLK
65+
select HAVE_AT91_SAM9X60_PLL
66+
select HAVE_AT91_USB_CLK
67+
select HAVE_AT91_UTMI
68+
select SOC_SAMA7
69+
help
70+
Select this if you are using one of Microchip's SAMA7D65 family SoC.
71+
6172
config SOC_SAMA7G5
6273
bool "SAMA7G5 family"
6374
depends on ARCH_MULTI_V7

0 commit comments

Comments
 (0)