Skip to content

Commit 009669e

Browse files
lokeshvutlaMarc Zyngier
authored andcommitted
arm64: arch_k3: Enable interrupt controller drivers
Select the TISCI Interrupt Router, Aggregator drivers and all its dependencies for TI's SoCs based on K3 architecture. Suggested-by: Marc Zyngier <marc.zyngier@arm.com> Signed-off-by: Lokesh Vutla <lokeshvutla@ti.com> Acked-by: Tony Lindgren <tony@atomide.com> Signed-off-by: Marc Zyngier <marc.zyngier@arm.com>
1 parent f011df6 commit 009669e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

arch/arm64/Kconfig.platforms

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,11 @@ config ARCH_EXYNOS
8282
config ARCH_K3
8383
bool "Texas Instruments Inc. K3 multicore SoC architecture"
8484
select PM_GENERIC_DOMAINS if PM
85+
select MAILBOX
86+
select TI_MESSAGE_MANAGER
87+
select TI_SCI_PROTOCOL
88+
select TI_SCI_INTR_IRQCHIP
89+
select TI_SCI_INTA_IRQCHIP
8590
help
8691
This enables support for Texas Instruments' K3 multicore SoC
8792
architecture.

0 commit comments

Comments
 (0)