OLD | NEW |
1 menuconfig POWER_SUPPLY | 1 menuconfig POWER_SUPPLY |
2 tristate "Power supply class support" | 2 tristate "Power supply class support" |
3 help | 3 help |
4 Say Y here to enable power supply class support. This allows | 4 Say Y here to enable power supply class support. This allows |
5 power supply (batteries, AC, USB) monitoring by userspace | 5 power supply (batteries, AC, USB) monitoring by userspace |
6 via sysfs and uevent (if available) and/or APM kernel interface | 6 via sysfs and uevent (if available) and/or APM kernel interface |
7 (if selected below). | 7 (if selected below). |
8 | 8 |
9 if POWER_SUPPLY | 9 if POWER_SUPPLY |
10 | 10 |
(...skipping 85 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
96 MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries | 96 MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries |
97 in handheld and portable equipment. The MAX17040 is configured | 97 in handheld and portable equipment. The MAX17040 is configured |
98 to operate with a single lithium cell | 98 to operate with a single lithium cell |
99 | 99 |
100 config CHARGER_PCF50633 | 100 config CHARGER_PCF50633 |
101 tristate "NXP PCF50633 MBC" | 101 tristate "NXP PCF50633 MBC" |
102 depends on MFD_PCF50633 | 102 depends on MFD_PCF50633 |
103 help | 103 help |
104 Say Y to include support for NXP PCF50633 Main Battery Charger. | 104 Say Y to include support for NXP PCF50633 Main Battery Charger. |
105 | 105 |
| 106 config BATTERY_QCIBAT |
| 107 tristate "Quanta Computer Inc. Battery" |
| 108 depends on SENSORS_WPCE775X && ARCH_MSM_SCORPION |
| 109 default n |
| 110 help |
| 111 Say Y here if you want to use the Quanta battery driver for ST15 |
| 112 platform. |
| 113 |
106 endif # POWER_SUPPLY | 114 endif # POWER_SUPPLY |
OLD | NEW |