Re: [PATCH v3 01/12] irqchip: armada-370-xp: add Kconfig option for the driver

From: Arnd Bergmann
Date: Tue Feb 09 2016 - 10:15:50 EST


On Monday 08 February 2016 18:14:09 Gregory CLEMENT wrote:
>
> +config ARMADA_370_XP_IRQ
> + bool
> + default y if ARCH_MVEBU
> + select GENERIC_IRQ_CHIP
> +
>

Looks good. I wonder if we should also enable this for COMPILE_TEST, e.g.

config ARMADA_370_XP_IRQ
bool "Marvell Armada 3xx/XP/3xxx interrupt controller" if COMPILE_TEST && !ARCH_MVEBU
default ARCH_MVEBU
select GENERIC_IRQ_CHIP

If we do this, it's probably something outside of your series that we should
do for all patches, so don't worry about it here. Any opinions on the general
question?

Arnd