Kconfig (36ec807b627b4c0a0a382f0ae48eac7187d14b2b) | Kconfig (b45cdceba64d79a2538aeb36926fd9a065f0f753) |
---|---|
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). --- 479 unchanged lines hidden (view full) --- 488 handlers. 489 490config CHARGER_TWL4030 491 tristate "OMAP TWL4030 BCI charger driver" 492 depends on IIO && TWL4030_CORE 493 help 494 Say Y here to enable support for TWL4030 Battery Charge Interface. 495 | 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). --- 479 unchanged lines hidden (view full) --- 488 handlers. 489 490config CHARGER_TWL4030 491 tristate "OMAP TWL4030 BCI charger driver" 492 depends on IIO && TWL4030_CORE 493 help 494 Say Y here to enable support for TWL4030 Battery Charge Interface. 495 |
496config CHARGER_TWL6030 497 tristate "OMAP TWL6030 BCI charger driver" 498 depends on IIO && TWL4030_CORE 499 help 500 Say Y here to enable support for TWL6030/6032 Battery Charge 501 Interface. 502 503 This driver can be build as a module. If so, the module will be 504 called twl6030_charger. 505 |
|
496config CHARGER_LP8727 497 tristate "TI/National Semiconductor LP8727 charger driver" 498 depends on I2C 499 help 500 Say Y here to enable support for LP8727 Charger Driver. 501 502config CHARGER_LP8788 503 tristate "TI LP8788 charger driver" --- 518 unchanged lines hidden --- | 506config CHARGER_LP8727 507 tristate "TI/National Semiconductor LP8727 charger driver" 508 depends on I2C 509 help 510 Say Y here to enable support for LP8727 Charger Driver. 511 512config CHARGER_LP8788 513 tristate "TI LP8788 charger driver" --- 518 unchanged lines hidden --- |