diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index dd671582c9a1..e54a6fd2a5bd 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -321,6 +321,19 @@ config MFD_88PM860X | |||
321 | select individual components like voltage regulators, RTC and | 321 | select individual components like voltage regulators, RTC and |
322 | battery-charger under the corresponding menus. | 322 | battery-charger under the corresponding menus. |
323 | 323 | ||
324 | config MFD_MAX14577 | ||
325 | bool "Maxim Semiconductor MAX14577 MUIC + Charger Support" | ||
326 | depends on I2C=y | ||
327 | select MFD_CORE | ||
328 | select REGMAP_I2C | ||
329 | select IRQ_DOMAIN | ||
330 | help | ||
331 | Say yes here to support for Maxim Semiconductor MAX14577. | ||
332 | This is a Micro-USB IC with Charger controls on chip. | ||
333 | This driver provides common support for accessing the device; | ||
334 | additional drivers must be enabled in order to use the functionality | ||
335 | of the device. | ||
336 | |||
324 | config MFD_MAX77686 | 337 | config MFD_MAX77686 |
325 | bool "Maxim Semiconductor MAX77686 PMIC Support" | 338 | bool "Maxim Semiconductor MAX77686 PMIC Support" |
326 | depends on I2C=y | 339 | depends on I2C=y |