[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210407170053.298056-1-eugen.hristev@microchip.com>
Date: Wed, 7 Apr 2021 20:00:51 +0300
From: Eugen Hristev <eugen.hristev@...rochip.com>
To: <linux-arm-kernel@...ts.infradead.org>,
<alexandre.belloni@...tlin.com>
CC: <linux-kernel@...r.kernel.org>, <nicolas.ferre@...rochip.com>,
<ludovic.desroches@...rochip.com>,
Eugen Hristev <eugen.hristev@...rochip.com>
Subject: [PATCH 1/3] ARM: at91: add new SoC sama7g5
Add new SoC from at91 family : sama7g5
Signed-off-by: Eugen Hristev <eugen.hristev@...rochip.com>
---
arch/arm/mach-at91/Kconfig | 12 ++++++++++++
1 file changed, 12 insertions(+)
diff --git a/arch/arm/mach-at91/Kconfig b/arch/arm/mach-at91/Kconfig
index ccd7e80ce943..5eb2a9206f42 100644
--- a/arch/arm/mach-at91/Kconfig
+++ b/arch/arm/mach-at91/Kconfig
@@ -57,6 +57,13 @@ config SOC_SAMA5D4
help
Select this if you are using one of Microchip's SAMA5D4 family SoC.
+config SOC_SAMA7G5
+ bool "SAMA7G5 family"
+ depends on ARCH_MULTI_V7
+ select SOC_SAMA7
+ help
+ Select this if you are using one of Microchip's SAMA7G5 family SoC.
+
config SOC_AT91RM9200
bool "AT91RM9200"
depends on ARCH_MULTI_V4T
@@ -191,4 +198,9 @@ config SOC_SAMA5
config ATMEL_PM
bool
+config SOC_SAMA7
+ bool
+ select ARM_GIC
+ select MEMORY
+ select SOC_SAM_V7
endif
--
2.25.1
Powered by blists - more mailing lists