summaryrefslogtreecommitdiff
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r--drivers/mfd/Kconfig27
1 files changed, 27 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 9da0e504bbe9..0da643fe59f6 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -347,6 +347,15 @@ config MFD_WM8994
core support for the WM8994, in order to use the actual
functionaltiy of the device other drivers must be enabled.
+config MFD_LTC3589
+ bool
+ depends on GENERIC_HARDIRQS
+
+config MFD_LTC3589_I2C
+ bool "Support for Linear LTC3589 with I2C"
+ select MFD_LTC3589
+ depends on I2C=y && GENERIC_HARDIRQS
+
config MFD_PCF50633
tristate "Support for NXP PCF50633"
depends on I2C
@@ -366,6 +375,17 @@ config MFD_MC13783
additional drivers must be enabled in order to use the
functionality of the device.
+config PMIC_DA9052
+ tristate "Dialog DA9052 with SPI/I2C"
+ depends on SPI_MASTER=y
+ depends on I2C=y
+ select MFD_CORE
+ help
+ SPI/I2C Support for the Dialog semiconductor DA9052 PMIC.
+ This driver provides common support for accessing the device,
+ additional drivers must be enabled in order to use the
+ functionality of the device.
+
config PCF50633_ADC
tristate "Support for NXP PCF50633 ADC"
depends on MFD_PCF50633
@@ -482,6 +502,13 @@ config MFD_JANZ_CMODIO
host many different types of MODULbus daughterboards, including
CAN and GPIO controllers.
+config MFD_MAX17135
+ tristate "MAX17135 PMIC core"
+ depends on I2C
+ help
+ This is the MAX17135 PMIC support. It includes
+ core support for communication with the MAX17135 chip.
+
endif # MFD_SUPPORT
menu "Multimedia Capabilities Port drivers"