Commit 94bc9420 authored by Marc Zyngier's avatar Marc Zyngier

irqchip/wpcm450: Drop COMPILE_TEST

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: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Reported-by: default avatarStephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: default avatarMarc Zyngier <maz@kernel.org>
parent ea4aeaa5
...@@ -579,7 +579,7 @@ config MST_IRQ ...@@ -579,7 +579,7 @@ config MST_IRQ
config WPCM450_AIC config WPCM450_AIC
bool "Nuvoton WPCM450 Advanced Interrupt Controller" bool "Nuvoton WPCM450 Advanced Interrupt Controller"
depends on ARCH_WPCM450 || COMPILE_TEST depends on ARCH_WPCM450
help help
Support for the interrupt controller in the Nuvoton WPCM450 BMC SoC. Support for the interrupt controller in the Nuvoton WPCM450 BMC SoC.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment