Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(119)

Side by Side Diff: drivers/power/Kconfig

Issue 1637005: add battery driver in st1.5 (Closed)
Patch Set: Correct Created 10 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | drivers/power/Makefile » ('j') | drivers/power/qci_battery.c » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
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
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
OLDNEW
« no previous file with comments | « no previous file | drivers/power/Makefile » ('j') | drivers/power/qci_battery.c » ('J')

Powered by Google App Engine
This is Rietveld 408576698