aboutsummaryrefslogtreecommitdiffstats
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 04:59:59 -0400
commit037b60f2ca9403d02cbee60ad0a10f3806f9dc4b (patch)
tree4f2e42a0adf1595269b6d70a2c43d3c3f374f84d /drivers/mfd/Kconfig
parentc6215037ac5594ef375e07e33572d85aeb0f5e3e (diff)
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
59 additional drivers must be enabled in order to use the 59 additional drivers must be enabled in order to use the
60 functionality of the device. 60 functionality of the device.
61 61
62config MFD_BCM590XX
63 tristate "Broadcom BCM590xx PMUs"
64 select MFD_CORE
65 select REGMAP_I2C
66 depends on I2C
67 help
68 Support for the BCM590xx PMUs from Broadcom
69
62config MFD_CROS_EC 70config MFD_CROS_EC
63 tristate "ChromeOS Embedded Controller" 71 tristate "ChromeOS Embedded Controller"
64 select MFD_CORE 72 select MFD_CORE