[PATCH] irqchip/wpcm450: Drop COMPILE_TEST

Jonathan Neuschäfer j.neuschaefer at gmx.net
Thu Apr 8 09:45:52 BST 2021


On Thu, Apr 08, 2021 at 09:00:30AM +0100, Marc Zyngier wrote:
> 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.
> 
> Cc: Jonathan Neuschäfer <j.neuschaefer at gmx.net>
> Reported-by: Stephen Rothwell <sfr at canb.auug.org.au>
> Signed-off-by: Marc Zyngier <maz at kernel.org>
> ---

Reviewed-by: Jonathan Neuschäfer <j.neuschaefer at gmx.net>

>  drivers/irqchip/Kconfig | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> index 38ad9dcf42c3..715eb4366e35 100644
> --- a/drivers/irqchip/Kconfig
> +++ b/drivers/irqchip/Kconfig
> @@ -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

I guess I could use (COMPILE_TEST && ARM) or something…


Thanks,
Jonathan
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: not available
URL: <http://lists.infradead.org/pipermail/linux-arm-kernel/attachments/20210408/0316ee91/attachment.sig>


More information about the linux-arm-kernel mailing list