Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 767b8ce3 authored by Paul Gortmaker's avatar Paul Gortmaker Committed by Linus Walleij
Browse files

pinctrl: palmas: convert PINCTRL_PALMAS from bool to tristate



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 driver showed up.

But rather than demodularize it, Laxman indicated that it would be
prefereable to instead convert the driver option to tristate.

This does that, and confirms that it will compile and modpost as
such.  However, since I do not have the hardware to confirm that
no new runtime issues exist when modular, that remains untested.

Cc: Laxman Dewangan <ldewangan@nvidia.com>
Cc: Linus Walleij <linus.walleij@linaro.org>
Cc: linux-gpio@vger.kernel.org
Signed-off-by: default avatarPaul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent 98849fa0
Loading
Loading
Loading
Loading
+1 −1
Original line number Original line Diff line number Diff line
@@ -219,7 +219,7 @@ config PINCTRL_MAX77620
	  open drain, FPS slots etc.
	  open drain, FPS slots etc.


config PINCTRL_PALMAS
config PINCTRL_PALMAS
	bool "Pinctrl driver for the PALMAS Series MFD devices"
	tristate "Pinctrl driver for the PALMAS Series MFD devices"
	depends on OF && MFD_PALMAS
	depends on OF && MFD_PALMAS
	select PINMUX
	select PINMUX
	select GENERIC_PINCONF
	select GENERIC_PINCONF