irqchip/pruss: Simplify the TI_PRUSS_INTC Kconfig
authorSuman Anna <s-anna@ti.com>
Fri, 8 Jan 2021 16:29:01 +0000 (10:29 -0600)
committerMarc Zyngier <maz@kernel.org>
Sun, 10 Jan 2021 10:19:14 +0000 (10:19 +0000)
commitb8e594fa20d2e33d40c7a8c7c106549a35c38972
tree7f1afa88901e06f5ad87490967c324b0e2148a5c
parent4cc99d03757df10a4064ba28bf6021406b04d6a9
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 <s-anna@ti.com>
Reviewed-by: David Lechner <david@lechnology.com>
Signed-off-by: Marc Zyngier <maz@kernel.org>
Link: https://lore.kernel.org/r/20210108162901.6003-1-s-anna@ti.com
drivers/irqchip/Kconfig