Re: [PATCH 18/35] irqchip: davinci-aintc: move the driver to drivers/irqchip

From: Bartosz Golaszewski
Date: Fri Feb 08 2019 - 11:04:02 EST


wt., 5 lut 2019 o 00:43 David Lechner <david@xxxxxxxxxxxxxx> napisaÅ(a):
>
> On 1/31/19 7:39 AM, Bartosz Golaszewski wrote:
> > From: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
> >
> > The aintc driver has now been cleaned up. Move it to drivers/irqchip
> > where it belongs. There's no device-tree support for any dm* board so
> > there's no IRQCHIP_OF_DECLARE() - there's only the exported init
> > function called from machine code.
> >
> > Signed-off-by: Bartosz Golaszewski <bgolaszewski@xxxxxxxxxxxx>
> > ---
>
> Reviewed-by: David Lechner <david@xxxxxxxxxxxxxx>
>
>
> > diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
> > index 3d1e60779078..ea0eb82bf1d2 100644
> > --- a/drivers/irqchip/Kconfig
> > +++ b/drivers/irqchip/Kconfig
> > @@ -129,6 +129,11 @@ config BRCMSTB_L2_IRQ
> > select GENERIC_IRQ_CHIP
> > select IRQ_DOMAIN
> >
> > +config DAVINCI_AINTC
> > + bool
> > + select GENERIC_IRQ_CHIP
> > + select IRQ_DOMAIN
>
> No help section? :-)
>

Most Kconfig options that cannot be interactively selected don't have one.

I'll leave it as is.

Bart

> > +
> > config DW_APB_ICTL
> > bool
> > select GENERIC_IRQ_CHIP
>