On Thursday 30 October 2014 14:10:30 Sergei Shtylyov wrote: > > diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig > > index b21f12f..09c79d1 100644 > > --- a/drivers/irqchip/Kconfig > > +++ b/drivers/irqchip/Kconfig > > @@ -50,7 +50,6 @@ config ATMEL_AIC5_IRQ > > > > config BRCMSTB_L2_IRQ > > bool > > - depends on ARM > > How about the following? > > depends on ARM || MIPS || COMPILE_TEST > Makes no sense when the driver isn't user-selectable. Arnd