]> Git Repo - linux.git/commitdiff
irqchip/wpcm450: Drop COMPILE_TEST
authorMarc Zyngier <[email protected]>
Thu, 8 Apr 2021 07:56:27 +0000 (08:56 +0100)
committerMarc Zyngier <[email protected]>
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 <[email protected]>
Reported-by: Stephen Rothwell <[email protected]>
Signed-off-by: Marc Zyngier <[email protected]>
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.
 
This page took 0.050819 seconds and 4 git commands to generate.