On Mon, Jan 24, 2022 at 6:30 PM Anuj Mittal <[email protected]> wrote:
> Hi Tim, > > On Mon, 2022-01-24 at 09:23 -0800, Tim Orling wrote: > > CONFIG_GPIO_LYNXPOINT was moved in [1] to CONFIG_PINCTRL_LYNXPOINT > > [2] > > > > [1] > > > https://github.com/intel/linux-intel-lts/commit/cb81404ffe750270f072d1fc839a4afe288046f3 > > [2] > > > https://lore.kernel.org/linux-gpio/[email protected]/ > > > > Signed-off-by: Tim Orling <[email protected]> > > --- > > bsp/intel-x86/intel-x86.cfg | 1 - > > features/intel-pinctrl/intel-pinctrl.cfg | 1 + > > features/soc/skylake/skylake.cfg | 2 +- > > 3 files changed, 2 insertions(+), 2 deletions(-) > > > > diff --git a/bsp/intel-x86/intel-x86.cfg b/bsp/intel-x86/intel- > > x86.cfg > > index 13a97687..285816ce 100644 > > --- a/bsp/intel-x86/intel-x86.cfg > > +++ b/bsp/intel-x86/intel-x86.cfg > > @@ -75,7 +75,6 @@ CONFIG_GPIOLIB=y > > CONFIG_GPIO_SYSFS=y > > CONFIG_GPIO_SCH=m > > CONFIG_GPIO_ICH=m > > -CONFIG_GPIO_LYNXPOINT=y > > CONFIG_GPIO_GENERIC_PLATFORM=m > > I think this is not used by meta-intel. > This is the only place it could be coming from? CONFIG_GPIO_LYNXPOINT only exists in the yocto-5.4 kernel-cache in two files. Our other option is going to be turning off audit in meta-intel for 5.4.170. > > > > # > > diff --git a/features/intel-pinctrl/intel-pinctrl.cfg > > b/features/intel-pinctrl/intel-pinctrl.cfg > > index 6d46eec7..d04f09b1 100644 > > --- a/features/intel-pinctrl/intel-pinctrl.cfg > > +++ b/features/intel-pinctrl/intel-pinctrl.cfg > > @@ -11,3 +11,4 @@ CONFIG_PINCTRL_DENVERTON=y > > CONFIG_PINCTRL_GEMINILAKE=y > > CONFIG_PINCTRL_ICELAKE=y > > CONFIG_PINCTRL_LEWISBURG=y > > +CONFIG_PINCTRL_LYNXPOINT=y > > diff --git a/features/soc/skylake/skylake.cfg > > b/features/soc/skylake/skylake.cfg > > index b2140b05..1c9f1d32 100644 > > --- a/features/soc/skylake/skylake.cfg > > +++ b/features/soc/skylake/skylake.cfg > > @@ -24,7 +24,7 @@ CONFIG_CRC8=m > > CONFIG_BT_HCIUART=m > > CONFIG_BT_HCIUART_INTEL=y > > CONFIG_USB_EHCI_PCI=y > > -CONFIG_GPIO_LYNXPOINT=m > > +CONFIG_PINCTRL_LYNXPOINT=m > > This will break building kernels other than linux-intel and might not > be appropriate here. > > Thanks, > > Anuj > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#10866): https://lists.yoctoproject.org/g/linux-yocto/message/10866 Mute This Topic: https://lists.yoctoproject.org/mt/88651850/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
