Re: [PATCH 3/6] pinctrl: nomadik: make core support explicitly non-modular

2016-08-27 Thread Linus Walleij
On Tue, Aug 23, 2016 at 11:19 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pinctrl/nomadik/Kconfig:config PINCTRL_NOMADIK > drivers/pinctrl/nomadik/Kconfig:bool "Nomadik pin controller driver" > >

Re: [PATCH 3/6] pinctrl: nomadik: make core support explicitly non-modular

2016-08-27 Thread Linus Walleij
On Tue, Aug 23, 2016 at 11:19 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > drivers/pinctrl/nomadik/Kconfig:config PINCTRL_NOMADIK > drivers/pinctrl/nomadik/Kconfig:bool "Nomadik pin controller driver" > > ...meaning that it currently is

[PATCH 3/6] pinctrl: nomadik: make core support explicitly non-modular

2016-08-23 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pinctrl/nomadik/Kconfig:config PINCTRL_NOMADIK drivers/pinctrl/nomadik/Kconfig:bool "Nomadik pin controller driver" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces

[PATCH 3/6] pinctrl: nomadik: make core support explicitly non-modular

2016-08-23 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: drivers/pinctrl/nomadik/Kconfig:config PINCTRL_NOMADIK drivers/pinctrl/nomadik/Kconfig:bool "Nomadik pin controller driver" ...meaning that it currently is not being built as a module by anyone. Lets remove the couple traces