summaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorMatt Porter <mporter@linaro.org>2014-03-11 19:33:54 -0400
committerLee Jones <lee.jones@linaro.org>2014-03-19 08:59:59 +0000
commit037b60f2ca9403d02cbee60ad0a10f3806f9dc4b (patch)
tree4f2e42a0adf1595269b6d70a2c43d3c3f374f84d /drivers/mfd/Kconfig
parentc6215037ac5594ef375e07e33572d85aeb0f5e3e (diff)
downloadlinux-037b60f2ca9403d02cbee60ad0a10f3806f9dc4b.tar.bz2
mfd: Add bcm590xx pmu driver
Add a driver for the BCM590xx PMU multi-function devices. The driver initially supports regmap initialization and instantiation of the voltage regulator device function of the PMU. Signed-off-by: Matt Porter <mporter@linaro.org> Reviewed-by: Tim Kryger <tim.kryger@linaro.org> Reviewed-by: Markus Mayer <markus.mayer@linaro.org> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index d22ca0fc873f..7587c9e1a519 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -59,6 +59,14 @@ config MFD_AAT2870_CORE
additional drivers must be enabled in order to use the
functionality of the device.
+config MFD_BCM590XX
+ tristate "Broadcom BCM590xx PMUs"
+ select MFD_CORE
+ select REGMAP_I2C
+ depends on I2C
+ help
+ Support for the BCM590xx PMUs from Broadcom
+
config MFD_CROS_EC
tristate "ChromeOS Embedded Controller"
select MFD_CORE