aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorAxel Lin <axel.lin@ingics.com>2015-10-07 09:18:04 +0800
committerLee Jones <lee.jones@linaro.org>2015-10-30 17:20:12 +0000
commit18eb3f041addcdf8ef4a4b80547a67557c8826d6 (patch)
tree4a36a55162d97e2df9b85e243fb6b51571a923de /drivers/mfd
parentmfd: lm3533: Fix unused variable build warning (diff)
downloadlinux-dev-18eb3f041addcdf8ef4a4b80547a67557c8826d6.tar.xz
linux-dev-18eb3f041addcdf8ef4a4b80547a67557c8826d6.zip
mfd: Make TPS6105X select REGMAP_I2C
This is required since commit 7e5071199355 ("mfd: tps6105x: Use i2c regmap to access registers"). Signed-off-by: Axel Lin <axel.lin@ingics.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 2db1337432cf..4d92df6ef9fe 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1071,6 +1071,7 @@ config MFD_PALMAS
config TPS6105X
tristate "TI TPS61050/61052 Boost Converters"
depends on I2C
+ select REGMAP_I2C
select REGULATOR
select MFD_CORE
select REGULATOR_FIXED_VOLTAGE