mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2025-01-20 10:56:07 +07:00
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>
This commit is contained in:
parent
f011df6179
commit
009669e748
@ -82,6 +82,11 @@ config ARCH_EXYNOS
|
|||||||
config ARCH_K3
|
config ARCH_K3
|
||||||
bool "Texas Instruments Inc. K3 multicore SoC architecture"
|
bool "Texas Instruments Inc. K3 multicore SoC architecture"
|
||||||
select PM_GENERIC_DOMAINS if PM
|
select PM_GENERIC_DOMAINS if PM
|
||||||
|
select MAILBOX
|
||||||
|
select TI_MESSAGE_MANAGER
|
||||||
|
select TI_SCI_PROTOCOL
|
||||||
|
select TI_SCI_INTR_IRQCHIP
|
||||||
|
select TI_SCI_INTA_IRQCHIP
|
||||||
help
|
help
|
||||||
This enables support for Texas Instruments' K3 multicore SoC
|
This enables support for Texas Instruments' K3 multicore SoC
|
||||||
architecture.
|
architecture.
|
||||||
|
Loading…
Reference in New Issue
Block a user