Kconfig (3a37471551cd3b287ce7f02ed25bcf8ec37a191d) | Kconfig (da26580f4eb81f3614cf5e3af43155fb45d118fc) |
---|---|
1menuconfig POWER_SUPPLY 2 bool "Power supply class support" 3 help 4 Say Y here to enable power supply class support. This allows 5 power supply (batteries, AC, USB) monitoring by userspace 6 via sysfs and uevent (if available) and/or APM kernel interface 7 (if selected below). 8 --- 424 unchanged lines hidden (view full) --- 433 PMICs. 434 435 You'll need this driver to charge batteries on e.g. Nokia 436 RX-51/N900. 437 438config CHARGER_BQ24190 439 tristate "TI BQ24190 battery charger driver" 440 depends on I2C | 1menuconfig POWER_SUPPLY 2 bool "Power supply class support" 3 help 4 Say Y here to enable power supply class support. This allows 5 power supply (batteries, AC, USB) monitoring by userspace 6 via sysfs and uevent (if available) and/or APM kernel interface 7 (if selected below). 8 --- 424 unchanged lines hidden (view full) --- 433 PMICs. 434 435 You'll need this driver to charge batteries on e.g. Nokia 436 RX-51/N900. 437 438config CHARGER_BQ24190 439 tristate "TI BQ24190 battery charger driver" 440 depends on I2C |
441 depends on EXTCON |
|
441 depends on GPIOLIB || COMPILE_TEST 442 help 443 Say Y to enable support for the TI BQ24190 battery charger. 444 445config CHARGER_BQ24257 446 tristate "TI BQ24250/24251/24257 battery charger driver" 447 depends on I2C 448 depends on GPIOLIB || COMPILE_TEST --- 88 unchanged lines hidden --- | 442 depends on GPIOLIB || COMPILE_TEST 443 help 444 Say Y to enable support for the TI BQ24190 battery charger. 445 446config CHARGER_BQ24257 447 tristate "TI BQ24250/24251/24257 battery charger driver" 448 depends on I2C 449 depends on GPIOLIB || COMPILE_TEST --- 88 unchanged lines hidden --- |