]> git.ipfire.org Git - thirdparty/linux.git/commit
irqchip/ti-sci-inta : Add module build support
authorNicolas Frayer <nfrayer@baylibre.com>
Tue, 24 Dec 2024 19:36:43 +0000 (20:36 +0100)
committerThomas Gleixner <tglx@linutronix.de>
Wed, 15 Jan 2025 08:54:29 +0000 (09:54 +0100)
commitb8b26ae398c4577893a4c43195dba0e75af6e33f
tree138d6c9104ece50a55e32f08f487976176d4b045
parent2d95ffaecbc2a29cf4a0fa8e63ce99ded7184991
irqchip/ti-sci-inta : Add module build support

Add module build support in Kconfig for the TI SCI interrupt aggregator
driver. The driver's default build is built-in and it also depends on
ARCH_K3 as the driver uses some 64 bit ops and should only be built for
64-bit platforms.

Signed-off-by: Nicolas Frayer <nfrayer@baylibre.com>
Signed-off-by: Guillaume La Roque <glaroque@baylibre.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Reviewed-by: Nishanth Menon <nm@ti.com>
Link: https://lore.kernel.org/all/20241224-timodules-v4-2-c5e010f58e2c@baylibre.com
arch/arm64/Kconfig.platforms
drivers/irqchip/Kconfig
drivers/irqchip/irq-ti-sci-inta.c