Re: [PATCH v2] power: supply: Add support for RN5T618/RC5T619 charger and fuel gauge

From: Randy Dunlap
Date: Thu Aug 27 2020 - 13:11:53 EST


Hi--

On 8/27/20 10:07 AM, Andreas Kemnade wrote:
> diff --git a/drivers/power/supply/Kconfig b/drivers/power/supply/Kconfig
> index 44d3c8512fb8..28cea178f6f1 100644
> --- a/drivers/power/supply/Kconfig
> +++ b/drivers/power/supply/Kconfig
> @@ -739,4 +739,12 @@ config CHARGER_WILCO
> information can be found in
> Documentation/ABI/testing/sysfs-class-power-wilco
>
> +config RN5T618_POWER
> + tristate "RN5T618 charger/fuel gauge support"
> + depends on MFD_RN5T618
> + help
> + Say Y here to have support for RN5T618 PMIC family fuel gauge and charger

Missing period at the end of the sentence above.

> + This driver can also be built as a module. If so, the module will be
> + called rn5t618_power.
> +
> endif # POWER_SUPPLY


--
~Randy