diff options
author | Sebastian Reichel <sebastian.reichel@collabora.com> | 2023-10-21 00:55:43 +0200 |
---|---|---|
committer | Sebastian Reichel <sebastian.reichel@collabora.com> | 2023-10-21 00:55:43 +0200 |
commit | e186bd1ac2f984f525b319924cfb0e197051ba47 (patch) | |
tree | 2b78957a7ef7a98ea6664f067c5906784567648e /drivers/power/supply/Kconfig | |
parent | power: supply: surface-charger: replace deprecated strncpy with strscpy (diff) | |
parent | power: supply: qcom_battmgr: fix enable request endianness (diff) | |
download | linux-e186bd1ac2f984f525b319924cfb0e197051ba47.tar.xz linux-e186bd1ac2f984f525b319924cfb0e197051ba47.zip |
Merge power-supply fixes for 6.6 cycle
Merge power-supply fixes for the 6.6 cycle, so that changes
to the vexpress driver apply cleanly.
Signed-off-by: Sebastian Reichel <sebastian.reichel@collabora.com>
Diffstat (limited to 'drivers/power/supply/Kconfig')
-rw-r--r-- | drivers/power/supply/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig index ff00a7491524..f21cb05815ec 100644 --- a/drivers/power/supply/Kconfig +++ b/drivers/power/supply/Kconfig @@ -792,6 +792,7 @@ config BATTERY_RT5033 config CHARGER_RT5033 tristate "RT5033 battery charger support" depends on MFD_RT5033 + depends on EXTCON || !EXTCON help This adds support for battery charger in Richtek RT5033 PMIC. The device supports pre-charge mode, fast charge mode and |