blob: 80978196aae8b0a59d100a3bc09818dccdd6200b [file] [log] [blame]
Anton Vorontsov4a11b592007-05-04 00:27:45 +04001menuconfig POWER_SUPPLY
Anton Vorontsov0d4ed4e2012-05-04 21:06:19 -07002 bool "Power supply class support"
Anton Vorontsov4a11b592007-05-04 00:27:45 +04003 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
9if POWER_SUPPLY
10
11config POWER_SUPPLY_DEBUG
12 bool "Power supply debug"
13 help
14 Say Y here to enable debugging messages for power supply class
15 and drivers.
16
Anton Vorontsovb2998042007-05-04 00:32:17 +040017config PDA_POWER
18 tristate "Generic PDA/phone power driver"
Al Viro5f17c702007-07-15 21:00:01 +010019 depends on !S390
Anton Vorontsovb2998042007-05-04 00:32:17 +040020 help
21 Say Y here to enable generic power driver for PDAs and phones with
22 one or two external power supplies (AC/USB) connected to main and
23 backup batteries, and optional builtin charger.
24
Anton Vorontsov3788ec92007-05-04 00:43:24 +040025config APM_POWER
26 tristate "APM emulation for class batteries"
27 depends on APM_EMULATION
28 help
29 Say Y here to enable support APM status emulation using
30 battery class devices.
31
anish kumare60fea72012-09-21 17:10:00 +010032config GENERIC_ADC_BATTERY
33 tristate "Generic battery support using IIO"
34 depends on IIO
35 help
36 Say Y here to enable support for the generic battery driver
37 which uses IIO framework to read adc.
38
Haojian Zhuang28db3882010-01-25 10:38:35 -050039config MAX8925_POWER
40 tristate "MAX8925 battery charger support"
41 depends on MFD_MAX8925
42 help
43 Say Y here to enable support for the battery charger in the Maxim
44 MAX8925 PMIC.
45
Mark Brownc26964e2009-10-01 15:41:06 +010046config WM831X_BACKUP
47 tristate "WM831X backup battery charger support"
48 depends on MFD_WM831X
49 help
50 Say Y here to enable support for the backup battery charger
51 in the Wolfson Microelectronics WM831x PMICs.
52
Mark Brown3961f7c2009-08-10 17:43:53 +010053config WM831X_POWER
54 tristate "WM831X PMU support"
55 depends on MFD_WM831X
56 help
57 Say Y here to enable support for the power management unit
58 provided by Wolfson Microelectronics WM831x PMICs.
59
Mark Brown14431aa2008-11-16 20:16:47 +010060config WM8350_POWER
61 tristate "WM8350 PMU support"
62 depends on MFD_WM8350
63 help
64 Say Y here to enable support for the power management unit
65 provided by the Wolfson Microelectronics WM8350 PMIC.
66
Anton Vorontsova1e50fd2010-05-17 23:46:45 +040067config TEST_POWER
68 tristate "Test power driver"
69 help
70 This driver is used for testing. It's safe to say M here.
71
Anton Vorontsovfe0e3152007-05-04 00:45:39 +040072config BATTERY_DS2760
73 tristate "DS2760 battery driver (HP iPAQ & others)"
Martin Schwidefskyf6127b82010-09-23 15:21:36 +020074 depends on W1 && W1_SLAVE_DS2760
Anton Vorontsovfe0e3152007-05-04 00:45:39 +040075 help
76 Say Y here to enable support for batteries with ds2760 chip.
77
Clifton Barnes275ac742011-05-26 16:26:04 -070078config BATTERY_DS2780
79 tristate "DS2780 battery driver"
Al Viro33694652011-08-18 20:11:59 +010080 depends on HAS_IOMEM
Clifton Barnes275ac742011-05-26 16:26:04 -070081 select W1
82 select W1_SLAVE_DS2780
83 help
84 Say Y here to enable support for batteries with ds2780 chip.
85
Renata Sayakhovafef37e92012-02-29 14:58:53 +010086config BATTERY_DS2781
Axel Lin840b91b2012-03-17 15:33:10 +080087 tristate "DS2781 battery driver"
Renata Sayakhovafef37e92012-02-29 14:58:53 +010088 depends on HAS_IOMEM
89 select W1
90 select W1_SLAVE_DS2781
91 help
92 If you enable this you will have the DS2781 battery driver support.
93
94 The battery monitor chip is used in many batteries/devices
95 as the one who is responsible for charging/discharging/monitoring
96 Li+ batteries.
97
98 If you are unsure, say N.
99
Ryan Mallonbfdb46c2009-06-18 11:26:26 +1200100config BATTERY_DS2782
Yulia Vilensky9b9ade62010-04-26 14:05:25 +0300101 tristate "DS2782/DS2786 standalone gas-gauge"
Ryan Mallonbfdb46c2009-06-18 11:26:26 +1200102 depends on I2C
103 help
Yulia Vilensky9b9ade62010-04-26 14:05:25 +0300104 Say Y here to enable support for the DS2782/DS2786 standalone battery
Ryan Mallonbfdb46c2009-06-18 11:26:26 +1200105 gas-gauge.
106
David Woodhouseefea58e2007-05-04 00:47:40 +0400107config BATTERY_PMU
108 tristate "Apple PMU battery"
Paul Mackerrasa1da5f42007-07-22 10:41:39 +1000109 depends on PPC32 && ADB_PMU
David Woodhouseefea58e2007-05-04 00:47:40 +0400110 help
111 Say Y here to expose battery information on Apple machines
112 through the generic battery class.
113
David Woodhousefb972872007-05-04 00:51:18 +0400114config BATTERY_OLPC
115 tristate "One Laptop Per Child battery"
116 depends on X86_32 && OLPC
117 help
118 Say Y to enable support for the battery on the OLPC laptop.
119
Dmitry Baryshkovfece4182008-06-24 18:51:07 +0400120config BATTERY_TOSA
121 tristate "Sharp SL-6000 (tosa) battery"
Dmitry Baryshkov6a903782008-09-22 14:06:01 -0700122 depends on MACH_TOSA && MFD_TC6393XB && TOUCHSCREEN_WM97XX
Dmitry Baryshkovfece4182008-06-24 18:51:07 +0400123 help
124 Say Y to enable support for the battery on the Sharp Zaurus
125 SL-6000 (tosa) models.
126
Thomas Kunzef1fce592009-02-10 14:12:29 +0100127config BATTERY_COLLIE
128 tristate "Sharp SL-5500 (collie) battery"
129 depends on SA1100_COLLIE && MCP_UCB1200
130 help
131 Say Y to enable support for the battery on the Sharp Zaurus
132 SL-5500 (collie) models.
133
Marek Vašut4e9687d2008-09-11 19:37:32 +0100134config BATTERY_WM97XX
135 bool "WM97xx generic battery driver"
Linus Torvalds5e4c5f42008-10-12 12:37:16 -0700136 depends on TOUCHSCREEN_WM97XX=y
Marek Vašutd4b19c42008-07-07 17:31:58 +0100137 help
Marek Vašut4e9687d2008-09-11 19:37:32 +0100138 Say Y to enable support for battery measured by WM97xx aux port.
Marek Vašutd4b19c42008-07-07 17:31:58 +0100139
Rhyland Kleinc78f2b62011-12-05 17:50:45 -0800140config BATTERY_SBS
141 tristate "SBS Compliant gas gauge"
Rhyland Kleina7640bf2010-09-05 15:31:23 -0700142 depends on I2C
143 help
Rhyland Kleinc78f2b62011-12-05 17:50:45 -0800144 Say Y to include support for SBS battery driver for SBS-compliant
145 gas gauges.
Rhyland Kleina7640bf2010-09-05 15:31:23 -0700146
Rodolfo Giomettib996ad02008-08-20 16:52:58 -0700147config BATTERY_BQ27x00
Grazvydas Ignotase20908d2010-02-12 23:57:23 +0200148 tristate "BQ27x00 battery driver"
Lars-Peter Clausen7fb7ba52010-05-24 19:55:27 +0200149 help
150 Say Y here to enable support for batteries with BQ27x00 (I2C/HDQ) chips.
151
152config BATTERY_BQ27X00_I2C
153 bool "BQ27200/BQ27500 support"
154 depends on BATTERY_BQ27x00
Rodolfo Giomettib996ad02008-08-20 16:52:58 -0700155 depends on I2C
Lars-Peter Clausen7fb7ba52010-05-24 19:55:27 +0200156 default y
Rodolfo Giomettib996ad02008-08-20 16:52:58 -0700157 help
Grazvydas Ignotase20908d2010-02-12 23:57:23 +0200158 Say Y here to enable support for batteries with BQ27x00 (I2C) chips.
Rodolfo Giomettib996ad02008-08-20 16:52:58 -0700159
Lars-Peter Clausen7fb7ba52010-05-24 19:55:27 +0200160config BATTERY_BQ27X00_PLATFORM
161 bool "BQ27000 support"
162 depends on BATTERY_BQ27x00
163 default y
164 help
165 Say Y here to enable support for batteries with BQ27000 (HDQ) chips.
166
Mike Rapoport342d7652008-12-30 22:44:53 +0100167config BATTERY_DA9030
168 tristate "DA9030 battery driver"
169 depends on PMIC_DA903X
170 help
171 Say Y here to enable support for batteries charger integrated into
172 DA9030 PMIC.
173
Ashish Jangamded7fc72011-12-14 17:57:56 +0530174config BATTERY_DA9052
175 tristate "Dialog DA9052 Battery"
176 depends on PMIC_DA9052
Anton Vorontsov6cfc2a22012-01-10 04:53:37 +0400177 depends on BROKEN
Ashish Jangamded7fc72011-12-14 17:57:56 +0530178 help
179 Say Y here to enable support for batteries charger integrated into
180 DA9052 PMIC.
181
Minkyu Kangc6f4a422009-06-05 15:33:04 +0900182config BATTERY_MAX17040
183 tristate "Maxim MAX17040 Fuel Gauge"
184 depends on I2C
185 help
186 MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries
187 in handheld and portable equipment. The MAX17040 is configured
188 to operate with a single lithium cell
189
MyungJoo Ham359ab9f2011-01-14 14:46:11 +0900190config BATTERY_MAX17042
Ramakrishna Pallala9a8422d2012-05-05 14:34:26 +0530191 tristate "Maxim MAX17042/17047/17050/8997/8966 Fuel Gauge"
MyungJoo Ham359ab9f2011-01-14 14:46:11 +0900192 depends on I2C
193 help
194 MAX17042 is fuel-gauge systems for lithium-ion (Li+) batteries
195 in handheld and portable equipment. The MAX17042 is configured
196 to operate with a single lithium cell. MAX8997 and MAX8966 are
197 multi-function devices that include fuel gauages that are compatible
Ramakrishna Pallala9a8422d2012-05-05 14:34:26 +0530198 with MAX17042. This driver also supports max17047/50 chips which are
199 improved version of max17042.
MyungJoo Ham359ab9f2011-01-14 14:46:11 +0900200
Marek Vasute3e8d1c2010-02-28 12:47:49 +0100201config BATTERY_Z2
202 tristate "Z2 battery driver"
203 depends on I2C && MACH_ZIPIT2
204 help
205 Say Y to include support for the battery on the Zipit Z2.
206
Vasily Khoruzhick808be4b2010-07-17 13:57:03 +0300207config BATTERY_S3C_ADC
208 tristate "Battery driver for Samsung ADC based monitoring"
209 depends on S3C_ADC
210 help
211 Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery
212
Balaji Raof5714dc2009-01-09 01:50:55 +0100213config CHARGER_PCF50633
214 tristate "NXP PCF50633 MBC"
215 depends on MFD_PCF50633
216 help
217 Say Y to include support for NXP PCF50633 Main Battery Charger.
218
Lars-Peter Clausenf6a21382010-06-19 04:08:29 +0000219config BATTERY_JZ4740
220 tristate "Ingenic JZ4740 battery"
221 depends on MACH_JZ4740
222 depends on MFD_JZ4740_ADC
223 help
224 Say Y to enable support for the battery on Ingenic JZ4740 based
225 boards.
226
227 This driver can be build as a module. If so, the module will be
228 called jz4740-battery.
229
Nithish Mahalingam67210812010-06-17 18:12:36 +0100230config BATTERY_INTEL_MID
231 tristate "Battery driver for Intel MID platforms"
232 depends on INTEL_SCU_IPC && SPI
233 help
234 Say Y here to enable the battery driver on Intel MID
235 platforms.
236
Heikki Krogerusec464752010-08-19 15:09:36 +0300237config CHARGER_ISP1704
238 tristate "ISP1704 USB Charger Detection"
239 depends on USB_OTG_UTILS
240 help
241 Say Y to enable support for USB Charger Detection with
242 ISP1707/ISP1704 USB transceivers.
243
MyungJoo Hamb14a9cc2011-03-29 10:10:16 +0900244config CHARGER_MAX8903
245 tristate "MAX8903 Battery DC-DC Charger for USB and Adapter Power"
Anton Vorontsov6f9efe72011-04-22 03:08:22 +0400246 depends on GENERIC_HARDIRQS
MyungJoo Hamb14a9cc2011-03-29 10:10:16 +0900247 help
248 Say Y to enable support for the MAX8903 DC-DC charger and sysfs.
249 The driver supports controlling charger-enable and current-limit
250 pins based on the status of charger connections with interrupt
251 handlers.
252
Grazvydas Ignotas2e727f12010-09-27 23:18:24 +0300253config CHARGER_TWL4030
254 tristate "OMAP TWL4030 BCI charger driver"
255 depends on TWL4030_CORE
256 help
257 Say Y here to enable support for TWL4030 Battery Charge Interface.
258
Woogyom Kim2165c8a2012-01-04 08:27:43 +0400259config CHARGER_LP8727
Kim, Miloe39b8282012-01-29 17:28:18 -0800260 tristate "TI/National Semiconductor LP8727 charger driver"
Woogyom Kim2165c8a2012-01-04 08:27:43 +0400261 depends on I2C
262 help
263 Say Y here to enable support for LP8727 Charger Driver.
264
Lars-Peter Clausen50704372010-10-21 17:55:01 +0200265config CHARGER_GPIO
266 tristate "GPIO charger"
267 depends on GPIOLIB
268 help
269 Say Y to include support for chargers which report their online status
270 through a GPIO pin.
271
272 This driver can be build as a module. If so, the module will be
273 called gpio-charger.
274
Donggeun Kim3bb3dbb2011-12-27 18:47:48 +0900275config CHARGER_MANAGER
276 bool "Battery charger manager for multiple chargers"
277 depends on REGULATOR && RTC_CLASS
Chanwoo Choic4727552012-07-16 13:46:14 +0900278 select EXTCON
Donggeun Kim3bb3dbb2011-12-27 18:47:48 +0900279 help
280 Say Y to enable charger-manager support, which allows multiple
281 chargers attached to a battery and multiple batteries attached to a
282 system. The charger-manager also can monitor charging status in
283 runtime and in suspend-to-RAM by waking up the system periodically
284 with help of suspend_again support.
285
Donggeun Kim149c0772011-06-22 19:40:06 +0900286config CHARGER_MAX8997
287 tristate "Maxim MAX8997/MAX8966 PMIC battery charger driver"
288 depends on MFD_MAX8997 && REGULATOR_MAX8997
289 help
290 Say Y to enable support for the battery charger control sysfs and
291 platform data of MAX8997/LP3974 PMICs.
292
Donggeun Kimbb4ce972011-06-24 19:04:18 +0900293config CHARGER_MAX8998
294 tristate "Maxim MAX8998/LP3974 PMIC battery charger driver"
295 depends on MFD_MAX8998 && REGULATOR_MAX8998
296 help
297 Say Y to enable support for the battery charger control sysfs and
298 platform data of MAX8998/LP3974 PMICs.
299
Bruce E. Robertsoned1a2302012-02-06 15:59:01 +0000300config CHARGER_SMB347
301 tristate "Summit Microelectronics SMB347 Battery Charger"
302 depends on I2C
Mika Westerberg34298d42012-04-16 11:48:41 +0300303 select REGMAP_I2C
Bruce E. Robertsoned1a2302012-02-06 15:59:01 +0000304 help
305 Say Y to include support for Summit Microelectronics SMB347
306 Battery Charger.
307
Arun Murthy1f855822012-02-29 21:54:28 +0530308config AB8500_BM
309 bool "AB8500 Battery Management Driver"
310 depends on AB8500_CORE && AB8500_GPADC
311 help
Paul Bolle8b7d1332012-06-06 23:28:23 +0200312 Say Y to include support for AB8500 battery management.
Arun Murthy1f855822012-02-29 21:54:28 +0530313
314config AB8500_BATTERY_THERM_ON_BATCTRL
315 bool "Thermistor connected on BATCTRL ADC"
316 depends on AB8500_BM
317 help
318 Say Y to enable battery temperature measurements using
319 thermistor connected on BATCTRL ADC.
Anton Vorontsov4a11b592007-05-04 00:27:45 +0400320endif # POWER_SUPPLY
Jean Pihet21ff63a2012-04-25 16:43:17 +0530321
322source "drivers/power/avs/Kconfig"