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 38ad9dc..715eb43 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.