Commit-ID: 009669e7481361470f7667c96a96893c8ba5f461 Gitweb: https://git.kernel.org/tip/009669e7481361470f7667c96a96893c8ba5f461 Author: Lokesh Vutla <lokeshvutla@xxxxxx> AuthorDate: Tue, 30 Apr 2019 15:42:30 +0530 Committer: Marc Zyngier <marc.zyngier@xxxxxxx> CommitDate: Wed, 1 May 2019 15:30:17 +0100 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@xxxxxxx> Signed-off-by: Lokesh Vutla <lokeshvutla@xxxxxx> Acked-by: Tony Lindgren <tony@xxxxxxxxxxx> Signed-off-by: Marc Zyngier <marc.zyngier@xxxxxxx> --- arch/arm64/Kconfig.platforms | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index b5ca9c50876d..ab9cac8235b3 100644 --- a/arch/arm64/Kconfig.platforms +++ b/arch/arm64/Kconfig.platforms @@ -82,6 +82,11 @@ config ARCH_EXYNOS config ARCH_K3 bool "Texas Instruments Inc. K3 multicore SoC architecture" 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 This enables support for Texas Instruments' K3 multicore SoC architecture.