[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID:
<PAXPR04MB8459EE334B883AAAE22ACDFB889EA@PAXPR04MB8459.eurprd04.prod.outlook.com>
Date: Wed, 21 May 2025 07:50:44 +0000
From: Peng Fan <peng.fan@....com>
To: Bartosz Golaszewski <brgl@...ev.pl>, Linus Walleij
<linus.walleij@...aro.org>
CC: "linux-gpio@...r.kernel.org" <linux-gpio@...r.kernel.org>,
"linux-kernel@...r.kernel.org" <linux-kernel@...r.kernel.org>, Bartosz
Golaszewski <bartosz.golaszewski@...aro.org>, kernel test robot
<lkp@...el.com>
Subject: RE: [PATCH] gpio: davinci: select GPIOLIB_IRQCHIP
Hi Bartosz,
> Subject: RE: [PATCH] gpio: davinci: select GPIOLIB_IRQCHIP
>
> > Subject: [PATCH] gpio: davinci: select GPIOLIB_IRQCHIP
> >
>
> > ---
> > Another one signalled by the build bot. Peng: if you could go through
> > the other patches you sent and verify their dependencies are
> > satisfied, that would be awesome.
>
> I tried all configs under arch/arm/configs/, no error with this patch
> applied.
> I will give a check on other archs.
For other Kconfig entries, would you help add a patch to
select GPIOLIB_IRQCHIP for them all to avoid potential issue?
GPIO_TIMBERDALE: no configs select this entry
GPIO_BCM_KONA: multi_v7_defconfig has GPIOLIB_IRQCHIP in .config
GPIO_LPC18XX: lpc18xx_defconfig has GPIOLIB_IRQCHIP in .config
GPIO_XGENE: arm64 defconfig has GPIOLIB_IRQCHIP in .config
GPIO_GRGPIO: no configs select this entry
Thanks,
Peng
>
> Thanks,
> Peng
>
> >
> > drivers/gpio/Kconfig | 1 +
> > 1 file changed, 1 insertion(+)
> >
> > diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index
> > bbc71cdde9ed6..5bc31b56b5157 100644
> > --- a/drivers/gpio/Kconfig
> > +++ b/drivers/gpio/Kconfig
> > @@ -253,6 +253,7 @@ config GPIO_DAVINCI
> > tristate "TI Davinci/Keystone GPIO support"
> > default y if ARCH_DAVINCI
> > depends on ((ARM || ARM64) && (ARCH_DAVINCI ||
> ARCH_KEYSTONE ||
> > ARCH_K3)) || COMPILE_TEST
> > + select GPIOLIB_IRQCHIP
> > help
> > Say yes here to enable GPIO support for TI Davinci/Keystone
> SoCs.
> >
> > --
> > 2.48.1
Powered by blists - more mailing lists