diff mbox series

[2/3] arm64: Add Airoha en7581 platform

Message ID 20231001122418.2688120-3-dd@embedd.com (mailing list archive)
State New, archived
Headers show
Series arm64: Add support for airoha en7581 Soc | expand

Commit Message

Daniel Danzberger Oct. 1, 2023, 12:24 p.m. UTC
Adds the Kconfig for the airoha en7581 SoC.

Signed-off-by: Daniel Danzberger <dd@embedd.com>
---
 arch/arm64/Kconfig.platforms | 11 +++++++++++
 1 file changed, 11 insertions(+)
diff mbox series

Patch

diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms
index 6069120199bb..d33302f69555 100644
--- a/arch/arm64/Kconfig.platforms
+++ b/arch/arm64/Kconfig.platforms
@@ -8,6 +8,17 @@  config ARCH_ACTIONS
 	help
 	  This enables support for the Actions Semiconductor S900 SoC family.
 
+config ARCH_AIROHA
+	bool "Airoha SoC Support"
+	select ARM_AMBA
+	select ARM_GIC
+	select ARM_GIC_V3
+	select ARM_PSCI
+	select HAVE_ARM_ARCH_TIMER
+	select COMMON_CLK
+	help
+	  This enables Support for Airoha EN7523 SoC family
+
 config ARCH_SUNXI
 	bool "Allwinner sunxi 64-bit SoC Family"
 	select ARCH_HAS_RESET_CONTROLLER