summaryrefslogtreecommitdiffstats
path: root/drivers/power/supply/Kconfig
diff options
context:
space:
mode:
authorMichael Hennerich <michael.hennerich@analog.com>2019-04-09 08:24:40 +0200
committerSebastian Reichel <sebastian.reichel@collabora.com>2019-04-10 00:39:01 +0200
commit2e220e6eb3ce97af898046a78725715b6898fe23 (patch)
tree93c6a91317621a099c5e8496977bd0b9f1b59604 /drivers/power/supply/Kconfig
parent252fbeb86ceffa549af9842cefca2412d53a7653 (diff)
downloadlinux-stable-2e220e6eb3ce97af898046a78725715b6898fe23.tar.gz
linux-stable-2e220e6eb3ce97af898046a78725715b6898fe23.tar.bz2
linux-stable-2e220e6eb3ce97af898046a78725715b6898fe23.zip
power: supply: ltc3651-charger: Fix device name
There never was a device called LTC3651, it always was just LT3651. This circumstance makes it pretty difficult to identify what this driver is meant to control.channges since Signed-off-by: Michael Hennerich <michael.hennerich@analog.com> Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/Kconfig')
-rw-r--r--drivers/power/supply/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig
index e901b9879e7e..e907521a7166 100644
--- a/drivers/power/supply/Kconfig
+++ b/drivers/power/supply/Kconfig
@@ -475,12 +475,12 @@ config CHARGER_MANAGER
runtime and in suspend-to-RAM by waking up the system periodically
with help of suspend_again support.
-config CHARGER_LTC3651
- tristate "LTC3651 charger"
+config CHARGER_LT3651
+ tristate "Analog Devices LT3651 charger"
depends on GPIOLIB
help
- Say Y to include support for the LTC3651 battery charger which reports
- its status via GPIO lines.
+ Say Y to include support for the Analog Devices (Linear Technology)
+ LT3651 battery charger which reports its status via GPIO lines.
config CHARGER_MAX14577
tristate "Maxim MAX14577/77836 battery charger driver"