]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commitdiff
irqchip/wpcm450: Drop COMPILE_TEST
authorMarc Zyngier <maz@kernel.org>
Thu, 8 Apr 2021 07:56:27 +0000 (08:56 +0100)
committerMarc Zyngier <maz@kernel.org>
Thu, 8 Apr 2021 10:37:14 +0000 (11:37 +0100)
This driver is (for now) ARM specific, and currently doesn't
build with a variety of architectures (ia64, RISC-V, x86_64
at the very least).

Drop COMPILE_TEST from Kconfig until it gets sorted out.

Reviewed-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Marc Zyngier <maz@kernel.org>
drivers/irqchip/Kconfig

index 38ad9dcf42c3cba13c5750e9be20eee1e57f175b..715eb4366e3580a005b79ba495e1fb41fc05a83a 100644 (file)
@@ -579,7 +579,7 @@ config MST_IRQ
 
 config WPCM450_AIC
        bool "Nuvoton WPCM450 Advanced Interrupt Controller"
-       depends on ARCH_WPCM450 || COMPILE_TEST
+       depends on ARCH_WPCM450
        help
          Support for the interrupt controller in the Nuvoton WPCM450 BMC SoC.