diff options
author | Matt Porter <mporter@linaro.org> | 2014-03-11 19:33:54 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 08:59:59 +0000 |
commit | 037b60f2ca9403d02cbee60ad0a10f3806f9dc4b (patch) | |
tree | 4f2e42a0adf1595269b6d70a2c43d3c3f374f84d /drivers/mfd/Kconfig | |
parent | c6215037ac5594ef375e07e33572d85aeb0f5e3e (diff) | |
download | op-kernel-dev-037b60f2ca9403d02cbee60ad0a10f3806f9dc4b.zip op-kernel-dev-037b60f2ca9403d02cbee60ad0a10f3806f9dc4b.tar.gz |
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/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index d22ca0f..7587c9e 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 |