Kconfig (6455a8a84bdfd34829d23328b9d106c2652885f2) Kconfig (4f7f8e87c49e029a52318dd76d561860119d0372)
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).

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

364 monitoring as well as alerts for battery over/under voltage and
365 over/under temperature.
366
367config BATTERY_MAX17040
368 tristate "Maxim MAX17040 Fuel Gauge"
369 depends on I2C
370 select REGMAP_I2C
371 help
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).

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

364 monitoring as well as alerts for battery over/under voltage and
365 over/under temperature.
366
367config BATTERY_MAX17040
368 tristate "Maxim MAX17040 Fuel Gauge"
369 depends on I2C
370 select REGMAP_I2C
371 help
372 MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries
373 in handheld and portable equipment. The MAX17040 is configured
374 to operate with a single lithium cell
372 Maxim models with ModelGauge are fuel-gauge systems for lithium-ion
373 (Li+) batteries in handheld and portable equipment, including
374 max17040, max17041, max17043, max17044, max17048, max17049, max17058,
375 max17059. It is also included in some batteries like max77836.
375
376
377 Driver supports reporting SOC (State of Charge, i.e capacity),
378 voltage and configurable low-SOC wakeup interrupt.
379
376config BATTERY_MAX17042
377 tristate "Maxim MAX17042/17047/17050/8997/8966 Fuel Gauge"
378 depends on I2C
379 select REGMAP_I2C
380 help
381 MAX17042 is fuel-gauge systems for lithium-ion (Li+) batteries
382 in handheld and portable equipment. The MAX17042 is configured
383 to operate with a single lithium cell. MAX8997 and MAX8966 are

--- 381 unchanged lines hidden ---
380config BATTERY_MAX17042
381 tristate "Maxim MAX17042/17047/17050/8997/8966 Fuel Gauge"
382 depends on I2C
383 select REGMAP_I2C
384 help
385 MAX17042 is fuel-gauge systems for lithium-ion (Li+) batteries
386 in handheld and portable equipment. The MAX17042 is configured
387 to operate with a single lithium cell. MAX8997 and MAX8966 are

--- 381 unchanged lines hidden ---