diff options
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 7df3bcf79490..b1d537053faf 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -174,6 +174,16 @@ config PMIC_DA903X | |||
174 | individual components like LCD backlight, voltage regulators, | 174 | individual components like LCD backlight, voltage regulators, |
175 | LEDs and battery-charger under the corresponding menus. | 175 | LEDs and battery-charger under the corresponding menus. |
176 | 176 | ||
177 | config PMIC_ADP5520 | ||
178 | bool "Analog Devices ADP5520/01 MFD PMIC Core Support" | ||
179 | depends on I2C=y | ||
180 | help | ||
181 | Say yes here to add support for Analog Devices AD5520 and ADP5501, | ||
182 | Multifunction Power Management IC. This includes | ||
183 | the I2C driver and the core APIs _only_, you have to select | ||
184 | individual components like LCD backlight, LEDs, GPIOs and Kepad | ||
185 | under the corresponding menus. | ||
186 | |||
177 | config MFD_WM8400 | 187 | config MFD_WM8400 |
178 | tristate "Support Wolfson Microelectronics WM8400" | 188 | tristate "Support Wolfson Microelectronics WM8400" |
179 | select MFD_CORE | 189 | select MFD_CORE |