aboutsummaryrefslogtreecommitdiff
path: root/drivers/mfd
diff options
context:
space:
mode:
authorGravatar Paul Gortmaker <paul.gortmaker@windriver.com> 2016-09-12 10:40:50 -0400
committerGravatar Lee Jones <lee.jones@linaro.org> 2016-10-04 15:48:03 +0100
commited401e8ff47c0e935f6fc3c0726e9e480056c372 (patch)
treea6a23e915f9fd43a73c5018bf822f2375fbc9154 /drivers/mfd
parentmfd: altera-a10sr: Make it explicitly non-modular (diff)
downloadlinux-ed401e8ff47c0e935f6fc3c0726e9e480056c372.tar.gz
linux-ed401e8ff47c0e935f6fc3c0726e9e480056c372.tar.bz2
linux-ed401e8ff47c0e935f6fc3c0726e9e480056c372.zip
mfd: as3722: Convert MFD_AS3722 from bool to tristate
The Kconfig currently controlling compilation of this code is: drivers/mfd/Kconfig:config MFD_AS3722 drivers/mfd/Kconfig: bool "ams AS3722 Power Management IC" ...meaning that it currently is not being built as a module by anyone. In response to an earlier patch set suggesting removal of the unused modular code, Laxman suggested that this driver be instead moved to tristate. We do that here, and confirm it can build and modpost as a tristate. However there remains to be runtime testing in order to ensure this change is 100% functional for "=m". Cc: Florian Lobmaier <florian.lobmaier@ams.com> Cc: Laxman Dewangan <ldewangan@nvidia.com> Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index a23ef437572b..ceb29f31e6c8 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -50,7 +50,7 @@ config MFD_AS3711
Support for the AS3711 PMIC from AMS
config MFD_AS3722
- bool "ams AS3722 Power Management IC"
+ tristate "ams AS3722 Power Management IC"
select MFD_CORE
select REGMAP_I2C
select REGMAP_IRQ