13d0407baSopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 23d0407baSopenharmony_cimenuconfig POWER_SUPPLY 33d0407baSopenharmony_ci bool "Power supply class support" 43d0407baSopenharmony_ci help 53d0407baSopenharmony_ci Say Y here to enable power supply class support. This allows 63d0407baSopenharmony_ci power supply (batteries, AC, USB) monitoring by userspace 73d0407baSopenharmony_ci via sysfs and uevent (if available) and/or APM kernel interface 83d0407baSopenharmony_ci (if selected below). 93d0407baSopenharmony_ci 103d0407baSopenharmony_ciif POWER_SUPPLY 113d0407baSopenharmony_ci 123d0407baSopenharmony_ciconfig CHARGER_BQ25700 133d0407baSopenharmony_ci tristate "TI BQ25700 battery charger driver" 143d0407baSopenharmony_ci depends on REGMAP_I2C 153d0407baSopenharmony_ci help 163d0407baSopenharmony_ci Say Y to enable support for the TI BQ25700 battery charger. 173d0407baSopenharmony_ci 183d0407baSopenharmony_ciconfig BATTERY_CW2017 193d0407baSopenharmony_ci tristate "CW2017 Battery driver" 203d0407baSopenharmony_ci depends on I2C 213d0407baSopenharmony_ci select REGMAP_I2C 223d0407baSopenharmony_ci help 233d0407baSopenharmony_ci Say Y here to enable support for the cellwise cw2017 243d0407baSopenharmony_ci battery fuel gauge (used in the Pinebook Pro & others) 253d0407baSopenharmony_ci 263d0407baSopenharmony_ci This driver can also be built as a module. If so, the module will be 273d0407baSopenharmony_ci called cw2017_battery. 283d0407baSopenharmony_ci 293d0407baSopenharmony_ciconfig BATTERY_RK817 303d0407baSopenharmony_ci tristate "RK817 Battery driver" 313d0407baSopenharmony_ci depends on MFD_RK808 323d0407baSopenharmony_ci help 333d0407baSopenharmony_ci If you say yes here you will get support for the battery of RK817 PMIC. 343d0407baSopenharmony_ci This driver can give support for Rk817 Battery Interface. 353d0407baSopenharmony_ci 363d0407baSopenharmony_ciconfig CHARGER_RK817 373d0407baSopenharmony_ci tristate "RK817 Charger driver" 383d0407baSopenharmony_ci depends on MFD_RK808 393d0407baSopenharmony_ci help 403d0407baSopenharmony_ci If you say yes here you will get support for the charger of RK817 PMIC. 413d0407baSopenharmony_ci This driver can give support for Rk817 Charger Interface. 423d0407baSopenharmony_ci 433d0407baSopenharmony_ciendif # POWER_SUPPLY 44