Skip to content

Commit 428ae88

Browse files
Daniel Danzbergerarndb
authored andcommitted
arm64: add Airoha EN7581 platform
Introduce the Kconfig entry for the Airoha EN7581 multicore architecture available in the Airoha EN7581 evaluation board. Signed-off-by: Daniel Danzberger <[email protected]> Co-developed-by: Lorenzo Bianconi <[email protected]> Signed-off-by: Lorenzo Bianconi <[email protected]> Link: https://lore.kernel.org/r/d52d95db313e6a58ba997ba2181faf78a1014bcc.1709975956.git.lorenzo@kernel.org Signed-off-by: AngeloGioacchino Del Regno <[email protected]> Signed-off-by: Arnd Bergmann <[email protected]>
1 parent 5a0054b commit 428ae88

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ config ARCH_ACTIONS
88
help
99
This enables support for the Actions Semiconductor S900 SoC family.
1010

11+
config ARCH_AIROHA
12+
bool "Airoha SoC Support"
13+
select ARM_PSCI
14+
select HAVE_ARM_ARCH_TIMER
15+
help
16+
This enables support for the ARM64 based Airoha SoCs.
17+
1118
config ARCH_SUNXI
1219
bool "Allwinner sunxi 64-bit SoC Family"
1320
select ARCH_HAS_RESET_CONTROLLER

0 commit comments

Comments
 (0)