mbox series

[v2,0/2] irqchip: Kconfig: Add module support for TI inta/intr

Message ID 20221222193201.1552711-1-nfrayer@baylibre.com
Headers show
Series irqchip: Kconfig: Add module support for TI inta/intr | expand

Message

Nicolas Frayer Dec. 22, 2022, 7:31 p.m. UTC
Added module support for TI interrupt aggregator and interrupt router
drivers. Default value for both drivers is ARCH_K3 and the interrupt
aggregator depends on ARCH_K3 as it contains 64 bit only ops.
Tested allmodconfig builds with ARCH=arm and ARCH=arm64.

v1->v2:
- Added depends on ARCH_K3 for the interrupt aggregator driver as it uses
64 bit ops

Nicolas Frayer (2):
  irqchip: Kconfig: module build support for the TI interrupt router
    driver
  irqchip: Kconfig: Added module build support for the TI interrupt
    aggregator

 arch/arm64/Kconfig.platforms | 2 --
 drivers/irqchip/Kconfig      | 8 +++++---
 2 files changed, 5 insertions(+), 5 deletions(-)