Skip to content

Commit

Permalink
irqchip: Kconfig: module build support for the TI interrupt router dr…
Browse files Browse the repository at this point in the history
…iver

Added module build support in Kconfig for the TI SCI interrupt router
driver

Signed-off-by: Nicolas Frayer <nfrayer@baylibre.com>
  • Loading branch information
Nicolas Frayer authored and intel-lab-lkp committed Nov 16, 2022
1 parent 4c021b1 commit 3755b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 0 additions & 1 deletion arch/arm64/Kconfig.platforms
Expand Up @@ -128,7 +128,6 @@ config ARCH_K3
select SOC_TI
select TI_MESSAGE_MANAGER
select TI_SCI_PROTOCOL
select TI_SCI_INTR_IRQCHIP
select TI_SCI_INTA_IRQCHIP
select TI_K3_SOCINFO
help
Expand Down
5 changes: 3 additions & 2 deletions drivers/irqchip/Kconfig
Expand Up @@ -506,9 +506,10 @@ config LS1X_IRQ
Support for the Loongson-1 platform Interrupt Controller.

config TI_SCI_INTR_IRQCHIP
bool
depends on TI_SCI_PROTOCOL
tristate "TI SCI INTR Interrupt Controller"
select TI_SCI_PROTOCOL
select IRQ_DOMAIN_HIERARCHY
default ARCH_K3
help
This enables the irqchip driver support for K3 Interrupt router
over TI System Control Interface available on some new TI's SoCs.
Expand Down

0 comments on commit 3755b38

Please sign in to comment.