diff options
author | Bartosz Golaszewski <bgolaszewski@baylibre.com> | 2019-04-23 05:04:46 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2019-05-08 07:06:21 -0400 |
commit | d0f60334500b0fe54e55c2df7029b02d8682c6c0 (patch) | |
tree | 684d14fd28af3c0cdcc211d0a8a7d995b4efc9c0 /drivers/mfd/Kconfig | |
parent | 1946f9967c5684ad51a04597c0e9e8a3066374de (diff) |
mfd: Add new driver for MAX77650 PMIC
Add the core MFD driver for max77650 PMIC. We define five sub-devices
for which the drivers will be added in subsequent patches.
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
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 |