Skip to content

Commit b8e594f

Browse files
sumanannaMarc Zyngier
authored andcommitted
irqchip/pruss: Simplify the TI_PRUSS_INTC Kconfig
The TI PRUSS INTC irqchip driver handles the local interrupt controller which is a child device of it's parent PRUSS/ICSSG device. The driver was upstreamed in parallel with the PRUSS platform driver, and was configurable independently previously. The PRUSS interrupt controller is an integral part of the overall PRUSS software architecture, and is not useful at all by itself. Simplify the TI_PRUSS_INTC Kconfig dependencies by making it silent and selected automatically when the TI_PRUSS platform driver is enabled. Signed-off-by: Suman Anna <[email protected]> Reviewed-by: David Lechner <[email protected]> Signed-off-by: Marc Zyngier <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 4cc99d0 commit b8e594f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

drivers/irqchip/Kconfig

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -493,8 +493,9 @@ config TI_SCI_INTA_IRQCHIP
493493
TI System Controller, say Y here. Otherwise, say N.
494494

495495
config TI_PRUSS_INTC
496-
tristate "TI PRU-ICSS Interrupt Controller"
497-
depends on ARCH_DAVINCI || SOC_AM33XX || SOC_AM43XX || SOC_DRA7XX || ARCH_KEYSTONE || ARCH_K3
496+
tristate
497+
depends on TI_PRUSS
498+
default TI_PRUSS
498499
select IRQ_DOMAIN
499500
help
500501
This enables support for the PRU-ICSS Local Interrupt Controller

0 commit comments

Comments
 (0)