diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 26ad6468d13a..0f394f08db6f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -733,6 +733,20 @@ config MFD_MAX77620 | |||
733 | provides common support for accessing the device; additional drivers | 733 | provides common support for accessing the device; additional drivers |
734 | must be enabled in order to use the functionality of the device. | 734 | must be enabled in order to use the functionality of the device. |
735 | 735 | ||
736 | config MFD_MAX77650 | ||
737 | tristate "Maxim MAX77650/77651 PMIC Support" | ||
738 | depends on I2C | ||
739 | depends on OF || COMPILE_TEST | ||
740 | select MFD_CORE | ||
741 | select REGMAP_I2C | ||
742 | help | ||
743 | Say Y here to add support for Maxim Semiconductor MAX77650 and | ||
744 | MAX77651 Power Management ICs. This is the core multifunction | ||
745 | driver for interacting with the device. The module name is | ||
746 | 'max77650'. Additional drivers can be enabled in order to use | ||
747 | the following functionalities of the device: GPIO, regulator, | ||
748 | charger, LED, onkey. | ||
749 | |||
736 | config MFD_MAX77686 | 750 | config MFD_MAX77686 |
737 | tristate "Maxim Semiconductor MAX77686/802 PMIC Support" | 751 | tristate "Maxim Semiconductor MAX77686/802 PMIC Support" |
738 | depends on I2C | 752 | depends on I2C |