pinctrl: as3722: convert PINCTRL_AS3722 from bool to tristate
authorPaul Gortmaker <paul.gortmaker@windriver.com>
Mon, 13 Jun 2016 21:10:22 +0000 (17:10 -0400)
committerLinus Walleij <linus.walleij@linaro.org>
Wed, 22 Jun 2016 16:09:24 +0000 (18:09 +0200)
The Kconfig currently controlling compilation of this code is:

config PINCTRL_AS3722
        bool "Pinctrl and GPIO driver for ams AS3722 PMIC"

...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: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
drivers/pinctrl/Kconfig

index 9ec1faae1b9d6554a5cfe4e994a3bde1dae4eee0..b3fe1d33963287c4883c0396e9a16764c62e1983 100644 (file)
@@ -35,7 +35,7 @@ config PINCTRL_ADI2
          machine and arch are selected to build.
 
 config PINCTRL_AS3722
-       bool "Pinctrl and GPIO driver for ams AS3722 PMIC"
+       tristate "Pinctrl and GPIO driver for ams AS3722 PMIC"
        depends on MFD_AS3722 && GPIOLIB
        select PINMUX
        select GENERIC_PINCONF
This page took 0.028476 seconds and 5 git commands to generate.