diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 84d6ea2d74f4..6bfa2a1ec9df 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -430,6 +430,23 @@ config MFD_DA9052_I2C | |||
430 | for accessing the device, additional drivers must be enabled in | 430 | for accessing the device, additional drivers must be enabled in |
431 | order to use the functionality of the device. | 431 | order to use the functionality of the device. |
432 | 432 | ||
433 | config MFD_DA9055 | ||
434 | bool "Dialog Semiconductor DA9055 PMIC Support" | ||
435 | select REGMAP_I2C | ||
436 | select REGMAP_IRQ | ||
437 | select PMIC_DA9055 | ||
438 | select MFD_CORE | ||
439 | depends on I2C=y | ||
440 | help | ||
441 | Say yes here for support of Dialog Semiconductor DA9055. This is | ||
442 | a Power Management IC. This driver provides common support for | ||
443 | accessing the device as well as the I2C interface to the chip itself. | ||
444 | Additional drivers must be enabled in order to use the functionality | ||
445 | of the device. | ||
446 | |||
447 | This driver can be built as a module. If built as a module it will be | ||
448 | called "da9055" | ||
449 | |||
433 | config PMIC_ADP5520 | 450 | config PMIC_ADP5520 |
434 | bool "Analog Devices ADP5520/01 MFD PMIC Core Support" | 451 | bool "Analog Devices ADP5520/01 MFD PMIC Core Support" |
435 | depends on I2C=y | 452 | depends on I2C=y |