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

2020-09-29 Thread Linus Walleij
On Tue, Sep 8, 2020 at 10:18 AM Anson Huang wrote: > Change PINCTRL_IMX to tristate to support loadable module build. > > And i.MX common pinctrl driver should depend on CONFIG_OF to make sure > no build error when i.MX common pinctrl driver is enabled for different > architectures without

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

2020-09-08 Thread Anson Huang
Change PINCTRL_IMX to tristate to support loadable module build. And i.MX common pinctrl driver should depend on CONFIG_OF to make sure no build error when i.MX common pinctrl driver is enabled for different architectures without CONFIG_OF. Also add module author, description and license.