Re: [PATCH 1/2] pinctrl: palmas: convert PINCTRL_PALMAS from bool to tristate

2016-06-22 Thread Linus Walleij
On Mon, Jun 13, 2016 at 11:10 PM, Paul Gortmaker wrote: > The Kconfig currently controlling compilation of this code is: > > config PINCTRL_PALMAS > bool "Pinctrl driver for the PALMAS Series MFD devices" > > ...meaning that it currently is not being built as a module by anyone. > > Durin

[PATCH 1/2] pinctrl: palmas: convert PINCTRL_PALMAS from bool to tristate

2016-06-13 Thread Paul Gortmaker
The Kconfig currently controlling compilation of this code is: config PINCTRL_PALMAS bool "Pinctrl driver for the PALMAS Series MFD devices" ...meaning that it currently is not being built as a module by anyone. During an audit for non-modular drivers using modular infrastructure this dr