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

Side by Side Diff: drivers/power/Kconfig

Issue 2850001: add battery driver in st1.5 (Closed) Base URL: ssh://gitrw.chromium.org/kernel.git
Patch Set: Created 10 years, 6 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') | no next file with comments »
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 92 matching lines...) Expand 10 before | Expand all | Expand 10 after
103 MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries 103 MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries
104 in handheld and portable equipment. The MAX17040 is configured 104 in handheld and portable equipment. The MAX17040 is configured
105 to operate with a single lithium cell 105 to operate with a single lithium cell
106 106
107 config CHARGER_PCF50633 107 config CHARGER_PCF50633
108 tristate "NXP PCF50633 MBC" 108 tristate "NXP PCF50633 MBC"
109 depends on MFD_PCF50633 109 depends on MFD_PCF50633
110 help 110 help
111 Say Y to include support for NXP PCF50633 Main Battery Charger. 111 Say Y to include support for NXP PCF50633 Main Battery Charger.
112 112
113 config BATTERY_QCIBAT
114 tristate "Quanta Computer Inc. Battery"
115 depends on SENSORS_WPCE775X && ARCH_MSM_SCORPION
116 default n
117 help
118 Say Y here if you want to use the Quanta battery driver for ST15
119 platform.
120
113 endif # POWER_SUPPLY 121 endif # POWER_SUPPLY
OLDNEW
« no previous file with comments | « no previous file | drivers/power/Makefile » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698