Kconfig (c82a2fbe6c02d5caf5a3312f6ea119da450ccee0) Kconfig (a4bdea2004b28f47ab48ea99172eda8628f6fb44)
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).

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

224 depends on I2C
225 help
226 Say Y to include support for SBS battery driver for SBS-compliant
227 gas gauges.
228
229config CHARGER_SBS
230 tristate "SBS Compliant charger"
231 depends on I2C
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).

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

224 depends on I2C
225 help
226 Say Y to include support for SBS battery driver for SBS-compliant
227 gas gauges.
228
229config CHARGER_SBS
230 tristate "SBS Compliant charger"
231 depends on I2C
232 select REGMAP_I2C
232 help
233 Say Y to include support for SBS compliant battery chargers.
234
235config MANAGER_SBS
236 tristate "Smart Battery System Manager"
237 depends on I2C && I2C_MUX && GPIOLIB
238 select I2C_SMBUS
239 help

--- 564 unchanged lines hidden ---
233 help
234 Say Y to include support for SBS compliant battery chargers.
235
236config MANAGER_SBS
237 tristate "Smart Battery System Manager"
238 depends on I2C && I2C_MUX && GPIOLIB
239 select I2C_SMBUS
240 help

--- 564 unchanged lines hidden ---