diff options
author | Ramona Alexandra Nechita | 2021-09-15 13:40:16 +0300 |
---|---|---|
committer | Lee Jones | 2021-11-05 14:40:05 +0000 |
commit | 23ee74df137378320b3cc607d37cfca1b49907c3 (patch) | |
tree | 0ea5220d80dbf86763768366616350d3ceb1b36e /drivers/mfd | |
parent | fcd8d92f1d1fa6a7db6793d271623381323d13b2 (diff) |
mfd: Kconfig: Fix typo in PMIC_ADP5520 from AD5520 to ADP5520
The description mentioned AD5520, which is a different device.
Fixed the typo.
Signed-off-by: Ramona Alexandra Nechita <ramona.nechita@analog.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index bd090e766ca4..251ffcb06cc4 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -93,7 +93,7 @@ config PMIC_ADP5520 bool "Analog Devices ADP5520/01 MFD PMIC Core Support" depends on I2C=y help - Say yes here to add support for Analog Devices AD5520 and ADP5501, + Say yes here to add support for Analog Devices ADP5520 and ADP5501, Multifunction Power Management IC. This includes the I2C driver and the core APIs _only_, you have to select individual components like LCD backlight, LEDs, GPIOs and Kepad |