diff options
author | Matt Porter <mporter@linaro.org> | 2014-03-12 00:33:54 +0100 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-03-19 09:59:59 +0100 |
commit | 037b60f2ca9403d02cbee60ad0a10f3806f9dc4b (patch) | |
tree | 4f2e42a0adf1595269b6d70a2c43d3c3f374f84d /drivers/mfd/Kconfig | |
parent | mfd: Add bcm590xx pmu DT binding (diff) | |
download | linux-037b60f2ca9403d02cbee60ad0a10f3806f9dc4b.tar.xz linux-037b60f2ca9403d02cbee60ad0a10f3806f9dc4b.zip |
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 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 |