Kconfig (1f422417945d08731e2915e0addb976f11b3a85a) | Kconfig (3bc6d790c39dfc4539c36525e6bcb617abbae467) |
---|---|
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). --- 527 unchanged lines hidden (view full) --- 536 537config CHARGER_MAX8998 538 tristate "Maxim MAX8998/LP3974 PMIC battery charger driver" 539 depends on MFD_MAX8998 && REGULATOR_MAX8998 540 help 541 Say Y to enable support for the battery charger control sysfs and 542 platform data of MAX8998/LP3974 PMICs. 543 | 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). --- 527 unchanged lines hidden (view full) --- 536 537config CHARGER_MAX8998 538 tristate "Maxim MAX8998/LP3974 PMIC battery charger driver" 539 depends on MFD_MAX8998 && REGULATOR_MAX8998 540 help 541 Say Y to enable support for the battery charger control sysfs and 542 platform data of MAX8998/LP3974 PMICs. 543 |
544config CHARGER_MP2629 545 tristate "Monolithic power system MP2629 Battery charger" 546 depends on MFD_MP2629 547 depends on MP2629_ADC 548 depends on IIO 549 help 550 Select this option to enable support for Monolithic power system 551 Battery charger. This driver provides Battery charger power management 552 functions on the systems. 553 |
|
544config CHARGER_QCOM_SMBB 545 tristate "Qualcomm Switch-Mode Battery Charger and Boost" 546 depends on MFD_SPMI_PMIC || COMPILE_TEST 547 depends on OF 548 depends on EXTCON 549 depends on REGULATOR 550 help 551 Say Y to include support for the Switch-Mode Battery Charger and --- 162 unchanged lines hidden --- | 554config CHARGER_QCOM_SMBB 555 tristate "Qualcomm Switch-Mode Battery Charger and Boost" 556 depends on MFD_SPMI_PMIC || COMPILE_TEST 557 depends on OF 558 depends on EXTCON 559 depends on REGULATOR 560 help 561 Say Y to include support for the Switch-Mode Battery Charger and --- 162 unchanged lines hidden --- |