]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
irqchip/irq-pic32-evic: Allow driver to be compiled with COMPILE_TEST
authorBrian Masney <bmasney@redhat.com>
Sun, 22 Feb 2026 23:43:48 +0000 (18:43 -0500)
committerThomas Gleixner <tglx@kernel.org>
Tue, 24 Feb 2026 07:15:44 +0000 (08:15 +0100)
commit4b52df1b4e1d9cf4cb5a8e1b5287d1e3d1a6aa0c
treeb7297fdb95dcda766472172f187b4e1fa0cb44ab
parent6096f427ed8efff6198f2330f1756f9381c8a8ec
irqchip/irq-pic32-evic: Allow driver to be compiled with COMPILE_TEST

This driver currently only supports builds against a PIC32 target. To avoid
future breakage in the future update Kconfig so that it can be built with
COMPILE_TEST enabled.

[ tglx: Drop the now pointless select in the pic32 Kconfig ]

Signed-off-by: Brian Masney <bmasney@redhat.com>
Signed-off-by: Thomas Gleixner <tglx@kernel.org>
Link: https://patch.msgid.link/20260222-irqchip-pic32-v1-5-37f50d1f14af@redhat.com
arch/mips/pic32/Kconfig
drivers/irqchip/Kconfig