[PATCH V3 3/3] pinctrl: imx: Support building i.MX pinctrl core driver as module

Anson Huang anson.huang at nxp.com
Tue Sep 8 03:53:55 EDT 2020


Hi, Arnd

> Subject: Re: [PATCH V3 3/3] pinctrl: imx: Support building i.MX pinctrl core
> driver as module
> 
> On Tue, Sep 8, 2020 at 9:34 AM Anson Huang <anson.huang at nxp.com>
> wrote:
> > > Subject: Re: [PATCH V3 3/3] pinctrl: imx: Support building i.MX
> > > pinctrl core driver as module
> > >
> > > On Tue, Sep 8, 2020 at 9:20 AM Anson Huang <Anson.Huang at nxp.com>
> > > wrote:
> > >
> > > >  # SPDX-License-Identifier: GPL-2.0-only  config PINCTRL_IMX
> > > > -       bool
> > > > +       tristate "IMX pinctrl core driver"
> > > > +       depends on OF
> > > >         select GENERIC_PINCTRL_GROUPS
> > > >         select GENERIC_PINMUX_FUNCTIONS
> > > >         select GENERIC_PINCONF
> > >
> > > I don't see why you need to make this option user-visible when it is
> > > already selected by the drivers that need it. Wouldn't it be enough to
> change the 'bool'
> > > to 'tristate' without adding a prompt?
> >
> > Make sense, so it is same for PINCTRL_IMX_SCU, right?
> 
> Yes, correct.
> 
> I wasn't on Cc on the other two patches, so I missed that.

Sorry, I missed to add you to the list as I just use the list from get_maintainer script, will
add you in V4. Since most of the major comments are addressed, I will send V4 soon.

Thanks,
Anson




More information about the linux-arm-kernel mailing list