summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorS Twiss <stwiss.opensource@diasemi.com>2015-07-01 13:11:32 (GMT)
committerLee Jones <lee.jones@linaro.org>2015-08-11 14:08:45 (GMT)
commit9b40b030c4ad685732dd3ad5b57249db52a74e71 (patch)
tree3bc1500244a3b05d67609a76ff15c773f3b8c4f0 /drivers/mfd/Kconfig
parent78b7d84c8f6e49f68d7b63c4d67242d4c1bfbadd (diff)
downloadlinux-9b40b030c4ad685732dd3ad5b57249db52a74e71.tar.xz
mfd: da9062: Supply core driver
Add MFD core driver support for DA9062 Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 5f746ef..0b44223 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -186,6 +186,18 @@ config MFD_DA9055
This driver can be built as a module. If built as a module it will be
called "da9055"
+config MFD_DA9062
+ tristate "Dialog Semiconductor DA9062 PMIC Support"
+ select MFD_CORE
+ select REGMAP_I2C
+ select REGMAP_IRQ
+ depends on I2C=y
+ help
+ Say yes here for support for the Dialog Semiconductor DA9062 PMIC.
+ This includes the I2C driver and core APIs.
+ Additional drivers must be enabled in order to use the functionality
+ of the device.
+
config MFD_DA9063
bool "Dialog Semiconductor DA9063 PMIC Support"
select MFD_CORE