Kconfig (b4c7715c10c106a041b0b3fabd26151c214ea394) Kconfig (92f7d909720e188bf5ce411dc2ebdb8049c855b1)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig POWER_SUPPLY
3 bool "Power supply class support"
4 help
5 Say Y here to enable power supply class support. This allows
6 power supply (batteries, AC, USB) monitoring by userspace
7 via sysfs and uevent (if available) and/or APM kernel interface
8 (if selected below).

--- 692 unchanged lines hidden (view full) ---

701 select REGMAP_I2C
702 help
703 Say Y to enable support for Microchip UCS1002 Programmable
704 USB Port Power Controller with Charger Emulation.
705
706config CHARGER_BD70528
707 tristate "ROHM bd70528 charger driver"
708 depends on MFD_ROHM_BD70528
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig POWER_SUPPLY
3 bool "Power supply class support"
4 help
5 Say Y here to enable power supply class support. This allows
6 power supply (batteries, AC, USB) monitoring by userspace
7 via sysfs and uevent (if available) and/or APM kernel interface
8 (if selected below).

--- 692 unchanged lines hidden (view full) ---

701 select REGMAP_I2C
702 help
703 Say Y to enable support for Microchip UCS1002 Programmable
704 USB Port Power Controller with Charger Emulation.
705
706config CHARGER_BD70528
707 tristate "ROHM bd70528 charger driver"
708 depends on MFD_ROHM_BD70528
709 select LINEAR_RANGES
709 default n
710 help
711 Say Y here to enable support for getting battery status
712 information and altering charger configurations from charger
713 block of the ROHM BD70528 Power Management IC.
714
715config CHARGER_WILCO
716 tristate "Wilco EC based charger for ChromeOS"
717 depends on WILCO_EC
718 help
719 Say Y here to enable control of the charging routines performed
720 by the Embedded Controller on the Chromebook named Wilco. Further
721 information can be found in
722 Documentation/ABI/testing/sysfs-class-power-wilco
723
724endif # POWER_SUPPLY
710 default n
711 help
712 Say Y here to enable support for getting battery status
713 information and altering charger configurations from charger
714 block of the ROHM BD70528 Power Management IC.
715
716config CHARGER_WILCO
717 tristate "Wilco EC based charger for ChromeOS"
718 depends on WILCO_EC
719 help
720 Say Y here to enable control of the charging routines performed
721 by the Embedded Controller on the Chromebook named Wilco. Further
722 information can be found in
723 Documentation/ABI/testing/sysfs-class-power-wilco
724
725endif # POWER_SUPPLY