summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-01-25 09:50:11 -0600
committerLee Jones <lee.jones@linaro.org>2016-03-16 08:50:15 +0000
commitb45b719ee03162eb54772c30a6474d57b41b6b54 (patch)
tree07f87dcc3b8d1395d0d79e881d3d8078ed0a4545 /drivers/mfd/Kconfig
parenta85b9e0b3ccf4a90cd42f41fdfff1fc91513720c (diff)
mfd: tps65086: Add driver for the TPS65086 PMIC
Add support for the TPS65912 device. It provides communication through I2C and contains the following components: - Regulators - Load switches - GPO controller Signed-off-by: Andrew F. Davis <afd@ti.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig13
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index f47965834a6b..97d94068cb4d 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -1130,6 +1130,19 @@ config TPS6507X
This driver can also be built as a module. If so, the module
will be called tps6507x.
+config MFD_TPS65086
+ tristate "TI TPS65086 Power Management Integrated Chips (PMICs)"
+ select REGMAP
+ select REGMAP_IRQ
+ select REGMAP_I2C
+ depends on I2C
+ help
+ If you say yes here you get support for the TPS65086 series of
+ Power Management chips.
+ This driver provides common support for accessing the device,
+ additional drivers must be enabled in order to use the
+ functionality of the device.
+
config TPS65911_COMPARATOR
tristate