tve:rk1000: set default cvbd mode to PAL.
[firefly-linux-kernel-4.4.55.git] / drivers / power / Kconfig
1 menuconfig 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
9 if POWER_SUPPLY
10
11 config 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
17 config PDA_POWER
18         tristate "Generic PDA/phone power driver"
19         depends on !S390
20         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
25 config 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
32 config 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
39 config 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
46 config 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
53 config 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
60 config 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
67 config CHARGER_RT5025
68         bool "RT5025 Charger Driver"
69         depends on MFD_RT5025
70         default n
71         help
72           Enable RT5025 Charger driver.
73
74 config BATTERY_RT5025
75         bool "RT5025 PMIC ADC Type gauge driver"
76         depends on MFD_RT5025
77         default n
78         help
79           Enable the RT5025 ADC Fuelgauge driver.
80
81 config RT_JEITA_REMOVE
82         bool "RT Jeita function remobe"
83         depends on CHARGER_RT5025 && BATTERY_RT5025
84         default n
85         help
86           Say Y here to remove Jeita function.
87
88 config CHARGER_RT5036
89         bool "RT5036 charger support"
90         depends on MFD_RT5036
91         default n
92         help
93           Say Y here to enable support for RT5036 chip charger subdevice.
94
95 config CHARGER_RT5036_VMID_HDMI
96         bool "RT5036 charger VMID HDMI support"
97         depends on CHARGER_RT5036
98         default n
99         help
100           Say Y here to enable support for RT5036 charger VMID HDMI Boost.
101
102 config RT_POWER
103         bool "RT PMIC cable report"
104         depends on CHARGER_RT5036 || CHARGER_RT5025
105         default n
106         help
107           Enable AC/USB report.
108
109 config RT_SUPPORT_ACUSB_DUALIN
110         bool "RT AC/USB Dualin Option"
111         depends on RT_POWER
112         default n
113         help
114           Say Y here to enable dualin, otherwise
115           N is just singlein.
116
117 config RT_BATTERY
118         bool "RT Test Battery"
119         depends on CHARGER_RT5036
120         default n
121         help
122           Enable Test Battery report.
123
124 config BATTERY_RICOH619
125         tristate "Ricoh RC5T619 PMIC battery driver"
126         depends on MFD_RICOH619 && I2C && GENERIC_HARDIRQS
127         help
128           Say Y to enable support for the battery control of the Ricoh RC5T619
129           Power Management device.
130
131 config TEST_POWER
132         tristate "Test power driver"
133         help
134           This driver is used for testing. It's safe to say M here.
135
136 config BATTERY_88PM860X
137         tristate "Marvell 88PM860x battery driver"
138         depends on MFD_88PM860X
139         help
140           Say Y here to enable battery monitor for Marvell 88PM860x chip.
141
142 config BATTERY_DS2760
143         tristate "DS2760 battery driver (HP iPAQ & others)"
144         depends on W1 && W1_SLAVE_DS2760
145         help
146           Say Y here to enable support for batteries with ds2760 chip.
147
148 config BATTERY_DS2780
149         tristate "DS2780 battery driver"
150         depends on HAS_IOMEM
151         select W1
152         select W1_SLAVE_DS2780
153         help
154           Say Y here to enable support for batteries with ds2780 chip.
155
156 config BATTERY_DS2781
157         tristate "DS2781 battery driver"
158         depends on HAS_IOMEM
159         select W1
160         select W1_SLAVE_DS2781
161         help
162           If you enable this you will have the DS2781 battery driver support.
163
164           The battery monitor chip is used in many batteries/devices
165           as the one who is responsible for charging/discharging/monitoring
166           Li+ batteries.
167
168           If you are unsure, say N.
169
170 config BATTERY_DS2782
171         tristate "DS2782/DS2786 standalone gas-gauge"
172         depends on I2C
173         help
174           Say Y here to enable support for the DS2782/DS2786 standalone battery
175           gas-gauge.
176
177 config BATTERY_PMU
178         tristate "Apple PMU battery"
179         depends on PPC32 && ADB_PMU
180         help
181           Say Y here to expose battery information on Apple machines
182           through the generic battery class.
183
184 config BATTERY_OLPC
185         tristate "One Laptop Per Child battery"
186         depends on X86_32 && OLPC
187         help
188           Say Y to enable support for the battery on the OLPC laptop.
189
190 config BATTERY_TOSA
191         tristate "Sharp SL-6000 (tosa) battery"
192         depends on MACH_TOSA && MFD_TC6393XB && TOUCHSCREEN_WM97XX
193         help
194           Say Y to enable support for the battery on the Sharp Zaurus
195           SL-6000 (tosa) models.
196
197 config BATTERY_COLLIE
198         tristate "Sharp SL-5500 (collie) battery"
199         depends on SA1100_COLLIE && MCP_UCB1200
200         help
201           Say Y to enable support for the battery on the Sharp Zaurus
202           SL-5500 (collie) models.
203
204 config BATTERY_WM97XX
205         bool "WM97xx generic battery driver"
206         depends on TOUCHSCREEN_WM97XX=y
207         help
208           Say Y to enable support for battery measured by WM97xx aux port.
209
210 config BATTERY_SBS
211         tristate "SBS Compliant gas gauge"
212         depends on I2C
213         help
214           Say Y to include support for SBS battery driver for SBS-compliant
215           gas gauges.
216
217 config BATTERY_BQ27x00
218         tristate "BQ27x00 battery driver"
219         depends on I2C || I2C=n
220         help
221           Say Y here to enable support for batteries with BQ27x00 (I2C/HDQ) chips.
222
223 config BATTERY_BQ27X00_I2C
224         bool "BQ27200/BQ27500 support"
225         depends on BATTERY_BQ27x00
226         depends on I2C
227         default y
228         help
229           Say Y here to enable support for batteries with BQ27x00 (I2C) chips.
230
231 config BATTERY_BQ27X00_PLATFORM
232         bool "BQ27000 support"
233         depends on BATTERY_BQ27x00
234         default y
235         help
236           Say Y here to enable support for batteries with BQ27000 (HDQ) chips.
237
238 config BATTERY_BQ24296  
239         tristate "BQ24296 chargeIC driver"
240         help
241           Say Y here to enable support for batteries with BQ24296 (I2C/HDQ) chips.
242
243 config BATTERY_BQ27320
244         tristate "BQ27320 battery driver"
245         depends on I2C 
246         help
247           Say Y here to enable support for batteries with BQ27320(I2C) chip.
248
249 config BATTERY_DA9030
250         tristate "DA9030 battery driver"
251         depends on PMIC_DA903X
252         help
253           Say Y here to enable support for batteries charger integrated into
254           DA9030 PMIC.
255
256 config BATTERY_DA9052
257         tristate "Dialog DA9052 Battery"
258         depends on PMIC_DA9052
259         help
260           Say Y here to enable support for batteries charger integrated into
261           DA9052 PMIC.
262
263 config BATTERY_MAX17040
264         tristate "Maxim MAX17040 Fuel Gauge"
265         depends on I2C
266         help
267           MAX17040 is fuel-gauge systems for lithium-ion (Li+) batteries
268           in handheld and portable equipment. The MAX17040 is configured
269           to operate with a single lithium cell
270
271 config BATTERY_MAX17042
272         tristate "Maxim MAX17042/17047/17050/8997/8966 Fuel Gauge"
273         depends on I2C
274         help
275           MAX17042 is fuel-gauge systems for lithium-ion (Li+) batteries
276           in handheld and portable equipment. The MAX17042 is configured
277           to operate with a single lithium cell. MAX8997 and MAX8966 are
278           multi-function devices that include fuel gauages that are compatible
279           with MAX17042. This driver also supports max17047/50 chips which are
280           improved version of max17042.
281
282 config BATTERY_Z2
283         tristate "Z2 battery driver"
284         depends on I2C && MACH_ZIPIT2
285         help
286           Say Y to include support for the battery on the Zipit Z2.
287
288 config BATTERY_S3C_ADC
289         tristate "Battery driver for Samsung ADC based monitoring"
290         depends on S3C_ADC
291         help
292           Say Y here to enable support for iPAQ h1930/h1940/rx1950 battery
293
294 config CHARGER_88PM860X
295         tristate "Marvell 88PM860x Charger driver"
296         depends on MFD_88PM860X && BATTERY_88PM860X
297         help
298           Say Y here to enable charger for Marvell 88PM860x chip.
299
300 config CHARGER_PCF50633
301         tristate "NXP PCF50633 MBC"
302         depends on MFD_PCF50633
303         help
304          Say Y to include support for NXP PCF50633 Main Battery Charger.
305
306 config BATTERY_JZ4740
307         tristate "Ingenic JZ4740 battery"
308         depends on MACH_JZ4740
309         depends on MFD_JZ4740_ADC
310         help
311           Say Y to enable support for the battery on Ingenic JZ4740 based
312           boards.
313
314           This driver can be build as a module. If so, the module will be
315           called jz4740-battery.
316
317 config BATTERY_INTEL_MID
318         tristate "Battery driver for Intel MID platforms"
319         depends on INTEL_SCU_IPC && SPI
320         help
321           Say Y here to enable the battery driver on Intel MID
322           platforms.
323
324 config BATTERY_RX51
325         tristate "Nokia RX-51 (N900) battery driver"
326         depends on TWL4030_MADC
327         help
328           Say Y here to enable support for battery information on Nokia
329           RX-51, also known as N900 tablet.
330
331 config CHARGER_ISP1704
332         tristate "ISP1704 USB Charger Detection"
333         depends on USB_PHY
334         help
335           Say Y to enable support for USB Charger Detection with
336           ISP1707/ISP1704 USB transceivers.
337
338 config CHARGER_MAX8903
339         tristate "MAX8903 Battery DC-DC Charger for USB and Adapter Power"
340         depends on GENERIC_HARDIRQS
341         help
342           Say Y to enable support for the MAX8903 DC-DC charger and sysfs.
343           The driver supports controlling charger-enable and current-limit
344           pins based on the status of charger connections with interrupt
345           handlers.
346
347 config CHARGER_TWL4030
348         tristate "OMAP TWL4030 BCI charger driver"
349         depends on TWL4030_CORE
350         help
351           Say Y here to enable support for TWL4030 Battery Charge Interface.
352
353 config CHARGER_LP8727
354         tristate "TI/National Semiconductor LP8727 charger driver"
355         depends on I2C
356         help
357           Say Y here to enable support for LP8727 Charger Driver.
358
359 config CHARGER_LP8788
360         tristate "TI LP8788 charger driver"
361         depends on MFD_LP8788
362         depends on LP8788_ADC
363         depends on IIO
364         help
365           Say Y to enable support for the LP8788 linear charger.
366
367 config CHARGER_GPIO
368         tristate "GPIO charger"
369         depends on GPIOLIB
370         help
371           Say Y to include support for chargers which report their online status
372           through a GPIO pin.
373
374           This driver can be build as a module. If so, the module will be
375           called gpio-charger.
376
377 config CHARGER_MANAGER
378         bool "Battery charger manager for multiple chargers"
379         depends on REGULATOR && RTC_CLASS
380         select EXTCON
381         help
382           Say Y to enable charger-manager support, which allows multiple
383           chargers attached to a battery and multiple batteries attached to a
384           system. The charger-manager also can monitor charging status in
385           runtime and in suspend-to-RAM by waking up the system periodically
386           with help of suspend_again support.
387
388 config CHARGER_MAX8997
389         tristate "Maxim MAX8997/MAX8966 PMIC battery charger driver"
390         depends on MFD_MAX8997 && REGULATOR_MAX8997
391         help
392           Say Y to enable support for the battery charger control sysfs and
393           platform data of MAX8997/LP3974 PMICs.
394
395 config CHARGER_MAX8998
396         tristate "Maxim MAX8998/LP3974 PMIC battery charger driver"
397         depends on MFD_MAX8998 && REGULATOR_MAX8998
398         help
399           Say Y to enable support for the battery charger control sysfs and
400           platform data of MAX8998/LP3974 PMICs.
401
402 config BATTERY_RK30_ADC_FAC
403         tristate "RK30 ADC Battery Factory"
404         help
405           Say Y to enable support for the battery on the RK30.
406
407 config BATTERY_RK30_USB_CHARGE
408         tristate "RK30 USB CHARGE"
409         depends on BATTERY_RK30_ADC||BATTERY_RK30_ADC_FAC
410         default y
411         help
412           say Y to enable suspport for the USB battery charge
413
414
415 config CHARGER_BQ2415X
416         tristate "TI BQ2415x battery charger driver"
417         depends on I2C
418         help
419           Say Y to enable support for the TI BQ2415x battery charger
420           PMICs.
421
422           You'll need this driver to charge batteries on e.g. Nokia
423           RX-51/N900.
424
425 config CHARGER_SMB347
426         tristate "Summit Microelectronics SMB347 Battery Charger"
427         depends on I2C
428         select REGMAP_I2C
429         help
430           Say Y to include support for Summit Microelectronics SMB347
431           Battery Charger.
432
433 config CHARGER_TPS65090
434         tristate "TPS65090 battery charger driver"
435         depends on MFD_TPS65090
436         help
437          Say Y here to enable support for battery charging with TPS65090
438          PMIC chips.
439
440 config CW2015_BATTERY
441         tristate "CW2015 battery driver"
442         help
443           Say Y to enable support for the cw2015 on the Rockchip
444
445 config AB8500_BM
446         bool "AB8500 Battery Management Driver"
447         depends on AB8500_CORE && AB8500_GPADC
448         help
449           Say Y to include support for AB8500 battery management.
450
451 config BATTERY_GOLDFISH
452         tristate "Goldfish battery driver"
453         depends on GENERIC_HARDIRQS
454         help
455           Say Y to enable support for the battery and AC power in the
456           Goldfish emulator.
457
458 config BATTERY_RK818
459        bool "RK818 Battery driver"
460        depends on MFD_RK818
461        default n
462        help
463          Support for RK818 Battery driver.
464          This driver can give support for Rk818 Battery Charge Interface.
465
466 config CHARGER_DISPLAY
467         bool "Support charger display"
468
469 source "drivers/power/reset/Kconfig"
470
471 endif # POWER_SUPPLY
472
473 source "drivers/power/avs/Kconfig"