xref: /linux/drivers/power/supply/Kconfig (revision 37d1a624cb7934687dd9775f7fea771ae5aadd29)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
28c0984e5SSebastian Reichelmenuconfig POWER_SUPPLY
38c0984e5SSebastian Reichel	bool "Power supply class support"
48c0984e5SSebastian Reichel	help
58c0984e5SSebastian Reichel	  Say Y here to enable power supply class support. This allows
68c0984e5SSebastian Reichel	  power supply (batteries, AC, USB) monitoring by userspace
78c0984e5SSebastian Reichel	  via sysfs and uevent (if available) and/or APM kernel interface
88c0984e5SSebastian Reichel	  (if selected below).
98c0984e5SSebastian Reichel
108c0984e5SSebastian Reichelif POWER_SUPPLY
118c0984e5SSebastian Reichel
128c0984e5SSebastian Reichelconfig POWER_SUPPLY_DEBUG
138c0984e5SSebastian Reichel	bool "Power supply debug"
148c0984e5SSebastian Reichel	help
158c0984e5SSebastian Reichel	  Say Y here to enable debugging messages for power supply class
168c0984e5SSebastian Reichel	  and drivers.
178c0984e5SSebastian Reichel
18e67d4dfcSAndrey Smirnovconfig POWER_SUPPLY_HWMON
19e67d4dfcSAndrey Smirnov	bool
20e67d4dfcSAndrey Smirnov	prompt "Expose power supply sensors as hwmon device"
21e67d4dfcSAndrey Smirnov	depends on HWMON=y || HWMON=POWER_SUPPLY
22e67d4dfcSAndrey Smirnov	default y
23e67d4dfcSAndrey Smirnov	help
24e67d4dfcSAndrey Smirnov	  This options enables API that allows sensors found on a
25e67d4dfcSAndrey Smirnov	  power supply device (current, voltage, temperature) to be
26e67d4dfcSAndrey Smirnov	  exposed as a hwmon device.
27e67d4dfcSAndrey Smirnov
28e67d4dfcSAndrey Smirnov	  Say 'Y' here if you want power supplies to
29e67d4dfcSAndrey Smirnov	  have hwmon sysfs interface too.
30e67d4dfcSAndrey Smirnov
318c0984e5SSebastian Reichelconfig APM_POWER
328c0984e5SSebastian Reichel	tristate "APM emulation for class batteries"
338c0984e5SSebastian Reichel	depends on APM_EMULATION
348c0984e5SSebastian Reichel	help
358c0984e5SSebastian Reichel	  Say Y here to enable support APM status emulation using
368c0984e5SSebastian Reichel	  battery class devices.
378c0984e5SSebastian Reichel
388c0984e5SSebastian Reichelconfig GENERIC_ADC_BATTERY
398c0984e5SSebastian Reichel	tristate "Generic battery support using IIO"
408c0984e5SSebastian Reichel	depends on IIO
418c0984e5SSebastian Reichel	help
428c0984e5SSebastian Reichel	  Say Y here to enable support for the generic battery driver
438c0984e5SSebastian Reichel	  which uses IIO framework to read adc.
448c0984e5SSebastian Reichel
4575853406SSamuel Hollandconfig IP5XXX_POWER
4675853406SSamuel Holland	tristate "Injoinic IP5xxx power bank IC driver"
4775853406SSamuel Holland	depends on I2C
4875853406SSamuel Holland	select REGMAP_I2C
4975853406SSamuel Holland	help
5075853406SSamuel Holland	  Say Y to include support for Injoinic IP5xxx power bank ICs,
5175853406SSamuel Holland	  which include a battery charger and a boost converter.
5275853406SSamuel Holland
538c0984e5SSebastian Reichelconfig MAX8925_POWER
548c0984e5SSebastian Reichel	tristate "MAX8925 battery charger support"
558c0984e5SSebastian Reichel	depends on MFD_MAX8925
568c0984e5SSebastian Reichel	help
578c0984e5SSebastian Reichel	  Say Y here to enable support for the battery charger in the Maxim
588c0984e5SSebastian Reichel	  MAX8925 PMIC.
598c0984e5SSebastian Reichel
608c0984e5SSebastian Reichelconfig WM831X_BACKUP
618c0984e5SSebastian Reichel	tristate "WM831X backup battery charger support"
628c0984e5SSebastian Reichel	depends on MFD_WM831X
638c0984e5SSebastian Reichel	help
648c0984e5SSebastian Reichel	  Say Y here to enable support for the backup battery charger
658c0984e5SSebastian Reichel	  in the Wolfson Microelectronics WM831x PMICs.
668c0984e5SSebastian Reichel
678c0984e5SSebastian Reichelconfig WM831X_POWER
688c0984e5SSebastian Reichel	tristate "WM831X PMU support"
698c0984e5SSebastian Reichel	depends on MFD_WM831X
708c0984e5SSebastian Reichel	help
718c0984e5SSebastian Reichel	  Say Y here to enable support for the power management unit
728c0984e5SSebastian Reichel	  provided by Wolfson Microelectronics WM831x PMICs.
738c0984e5SSebastian Reichel
748c0984e5SSebastian Reichelconfig WM8350_POWER
758c0984e5SSebastian Reichel	tristate "WM8350 PMU support"
768c0984e5SSebastian Reichel	depends on MFD_WM8350
778c0984e5SSebastian Reichel	help
788c0984e5SSebastian Reichel	  Say Y here to enable support for the power management unit
798c0984e5SSebastian Reichel	  provided by the Wolfson Microelectronics WM8350 PMIC.
808c0984e5SSebastian Reichel
818c0984e5SSebastian Reichelconfig TEST_POWER
828c0984e5SSebastian Reichel	tristate "Test power driver"
838c0984e5SSebastian Reichel	help
848c0984e5SSebastian Reichel	  This driver is used for testing. It's safe to say M here.
858c0984e5SSebastian Reichel
868c0984e5SSebastian Reichelconfig BATTERY_88PM860X
878c0984e5SSebastian Reichel	tristate "Marvell 88PM860x battery driver"
888c0984e5SSebastian Reichel	depends on MFD_88PM860X
898c0984e5SSebastian Reichel	help
908c0984e5SSebastian Reichel	  Say Y here to enable battery monitor for Marvell 88PM860x chip.
918c0984e5SSebastian Reichel
92fe8e81b7SStefan Popaconfig CHARGER_ADP5061
93fe8e81b7SStefan Popa	tristate "ADP5061 battery charger driver"
94fe8e81b7SStefan Popa	depends on I2C
95fe8e81b7SStefan Popa	select REGMAP_I2C
96fe8e81b7SStefan Popa	help
97fe8e81b7SStefan Popa	  Say Y here to enable support for the ADP5061 standalone battery
98fe8e81b7SStefan Popa	  charger.
99fe8e81b7SStefan Popa
100fe8e81b7SStefan Popa	  This driver can be built as a module. If so, the module will be
101fe8e81b7SStefan Popa	  called adp5061.
102fe8e81b7SStefan Popa
1038c0984e5SSebastian Reichelconfig BATTERY_ACT8945A
1048c0984e5SSebastian Reichel	tristate "Active-semi ACT8945A charger driver"
1058c0984e5SSebastian Reichel	depends on MFD_ACT8945A || COMPILE_TEST
1068c0984e5SSebastian Reichel	help
1078c0984e5SSebastian Reichel	  Say Y here to enable support for power supply provided by
1088c0984e5SSebastian Reichel	  Active-semi ActivePath ACT8945A charger.
1098c0984e5SSebastian Reichel
110874b2adbSTony Lindgrenconfig BATTERY_CPCAP
111874b2adbSTony Lindgren	tristate "Motorola CPCAP PMIC battery driver"
112874b2adbSTony Lindgren	depends on MFD_CPCAP && IIO
113874b2adbSTony Lindgren	default MFD_CPCAP
114874b2adbSTony Lindgren	help
115874b2adbSTony Lindgren	  Say Y here to enable support for battery on Motorola
116874b2adbSTony Lindgren	  phones and tablets such as droid 4.
117874b2adbSTony Lindgren
118b4c7715cSTobias Schrammconfig BATTERY_CW2015
119b4c7715cSTobias Schramm	tristate "CW2015 Battery driver"
120b4c7715cSTobias Schramm	depends on I2C
121b4c7715cSTobias Schramm	select REGMAP_I2C
122b4c7715cSTobias Schramm	help
123b4c7715cSTobias Schramm	  Say Y here to enable support for the cellwise cw2015
124b4c7715cSTobias Schramm	  battery fuel gauge (used in the Pinebook Pro & others)
125b4c7715cSTobias Schramm
126b4c7715cSTobias Schramm	  This driver can also be built as a module. If so, the module will be
127b4c7715cSTobias Schramm	  called cw2015_battery.
128b4c7715cSTobias Schramm
1298c0984e5SSebastian Reichelconfig BATTERY_DS2760
1308c0984e5SSebastian Reichel	tristate "DS2760 battery driver (HP iPAQ & others)"
131bf497355SDaniel Mack	depends on W1
1328c0984e5SSebastian Reichel	help
1338c0984e5SSebastian Reichel	  Say Y here to enable support for batteries with ds2760 chip.
1348c0984e5SSebastian Reichel
1358c0984e5SSebastian Reichelconfig BATTERY_DS2780
1368c0984e5SSebastian Reichel	tristate "DS2780 battery driver"
1378c0984e5SSebastian Reichel	depends on HAS_IOMEM
1388c0984e5SSebastian Reichel	select W1
1398c0984e5SSebastian Reichel	select W1_SLAVE_DS2780
1408c0984e5SSebastian Reichel	help
1418c0984e5SSebastian Reichel	  Say Y here to enable support for batteries with ds2780 chip.
1428c0984e5SSebastian Reichel
1438c0984e5SSebastian Reichelconfig BATTERY_DS2781
1448c0984e5SSebastian Reichel	tristate "DS2781 battery driver"
1458c0984e5SSebastian Reichel	depends on HAS_IOMEM
1468c0984e5SSebastian Reichel	select W1
1478c0984e5SSebastian Reichel	select W1_SLAVE_DS2781
1488c0984e5SSebastian Reichel	help
1498c0984e5SSebastian Reichel	  If you enable this you will have the DS2781 battery driver support.
1508c0984e5SSebastian Reichel
1518c0984e5SSebastian Reichel	  The battery monitor chip is used in many batteries/devices
1528c0984e5SSebastian Reichel	  as the one who is responsible for charging/discharging/monitoring
1538c0984e5SSebastian Reichel	  Li+ batteries.
1548c0984e5SSebastian Reichel
1558c0984e5SSebastian Reichel	  If you are unsure, say N.
1568c0984e5SSebastian Reichel
1578c0984e5SSebastian Reichelconfig BATTERY_DS2782
1588c0984e5SSebastian Reichel	tristate "DS2782/DS2786 standalone gas-gauge"
1598c0984e5SSebastian Reichel	depends on I2C
1608c0984e5SSebastian Reichel	help
1618c0984e5SSebastian Reichel	  Say Y here to enable support for the DS2782/DS2786 standalone battery
1628c0984e5SSebastian Reichel	  gas-gauge.
1638c0984e5SSebastian Reichel
16453db8858SDavid Lechnerconfig BATTERY_LEGO_EV3
16553db8858SDavid Lechner	tristate "LEGO MINDSTORMS EV3 battery"
1668fada2d4SAlex Dewar	depends on OF && IIO && GPIOLIB && (ARCH_DAVINCI_DA850 || COMPILE_TEST)
16753db8858SDavid Lechner	help
16853db8858SDavid Lechner	  Say Y here to enable support for the LEGO MINDSTORMS EV3 battery.
16953db8858SDavid Lechner
1708c0984e5SSebastian Reichelconfig BATTERY_PMU
1718c0984e5SSebastian Reichel	tristate "Apple PMU battery"
1728c0984e5SSebastian Reichel	depends on PPC32 && ADB_PMU
1738c0984e5SSebastian Reichel	help
1748c0984e5SSebastian Reichel	  Say Y here to expose battery information on Apple machines
1758c0984e5SSebastian Reichel	  through the generic battery class.
1768c0984e5SSebastian Reichel
17729e8142bSBjorn Anderssonconfig BATTERY_QCOM_BATTMGR
17829e8142bSBjorn Andersson	tristate "Qualcomm PMIC GLINK battery manager support"
17929e8142bSBjorn Andersson	depends on QCOM_PMIC_GLINK
18029e8142bSBjorn Andersson	select AUXILIARY_BUS
18129e8142bSBjorn Andersson	help
18229e8142bSBjorn Andersson	  Say Y here to enable the Qualcomm PMIC GLINK power supply driver,
18329e8142bSBjorn Andersson	  which is used on modern Qualcomm platforms to provide battery and
18429e8142bSBjorn Andersson	  power supply information.
18529e8142bSBjorn Andersson
1868c0984e5SSebastian Reichelconfig BATTERY_OLPC
1878c0984e5SSebastian Reichel	tristate "One Laptop Per Child battery"
188ef071babSLubomir Rintel	depends on OLPC_EC
1898c0984e5SSebastian Reichel	help
1908c0984e5SSebastian Reichel	  Say Y to enable support for the battery on the OLPC laptop.
1918c0984e5SSebastian Reichel
192c8aee3f4SLinus Walleijconfig BATTERY_SAMSUNG_SDI
193c8aee3f4SLinus Walleij	bool "Samsung SDI batteries"
194c8aee3f4SLinus Walleij	help
195c8aee3f4SLinus Walleij	  Say Y to enable support for Samsung SDI battery data.
196c8aee3f4SLinus Walleij	  These batteries are used in Samsung mobile phones.
197c8aee3f4SLinus Walleij
1988c0984e5SSebastian Reichelconfig BATTERY_COLLIE
1998c0984e5SSebastian Reichel	tristate "Sharp SL-5500 (collie) battery"
2008c0984e5SSebastian Reichel	depends on SA1100_COLLIE && MCP_UCB1200
2018c0984e5SSebastian Reichel	help
2028c0984e5SSebastian Reichel	  Say Y to enable support for the battery on the Sharp Zaurus
2038c0984e5SSebastian Reichel	  SL-5500 (collie) models.
2048c0984e5SSebastian Reichel
205fb24ccfbSArtur Rojekconfig BATTERY_INGENIC
206fb24ccfbSArtur Rojek	tristate "Ingenic JZ47xx SoCs battery driver"
207fb24ccfbSArtur Rojek	depends on MIPS || COMPILE_TEST
208fb24ccfbSArtur Rojek	depends on INGENIC_ADC
209fb24ccfbSArtur Rojek	help
210fb24ccfbSArtur Rojek	  Choose this option if you want to monitor battery status on
211fb24ccfbSArtur Rojek	  Ingenic JZ47xx SoC based devices.
212fb24ccfbSArtur Rojek
213fb24ccfbSArtur Rojek	  This driver can also be built as a module. If so, the module will be
214fb24ccfbSArtur Rojek	  called ingenic-battery.
215fb24ccfbSArtur Rojek
2168c0984e5SSebastian Reichelconfig BATTERY_IPAQ_MICRO
2178c0984e5SSebastian Reichel	tristate "iPAQ Atmel Micro ASIC battery driver"
2188c0984e5SSebastian Reichel	depends on MFD_IPAQ_MICRO
2198c0984e5SSebastian Reichel	help
2208c0984e5SSebastian Reichel	  Choose this option if you want to monitor battery status on
2218c0984e5SSebastian Reichel	  Compaq/HP iPAQ h3100 and h3600.
2228c0984e5SSebastian Reichel
2238c0984e5SSebastian Reichelconfig BATTERY_WM97XX
2248c0984e5SSebastian Reichel	bool "WM97xx generic battery driver"
2258c0984e5SSebastian Reichel	depends on TOUCHSCREEN_WM97XX=y
2268c0984e5SSebastian Reichel	help
2278c0984e5SSebastian Reichel	  Say Y to enable support for battery measured by WM97xx aux port.
2288c0984e5SSebastian Reichel
2298c0984e5SSebastian Reichelconfig BATTERY_SBS
2308c0984e5SSebastian Reichel	tristate "SBS Compliant gas gauge"
2318c0984e5SSebastian Reichel	depends on I2C
2328c0984e5SSebastian Reichel	help
2338c0984e5SSebastian Reichel	  Say Y to include support for SBS battery driver for SBS-compliant
2348c0984e5SSebastian Reichel	  gas gauges.
2358c0984e5SSebastian Reichel
236feb583e3SNicolas Saenz Julienneconfig CHARGER_SBS
237feb583e3SNicolas Saenz Julienne	tristate "SBS Compliant charger"
238feb583e3SNicolas Saenz Julienne	depends on I2C
239a4bdea20SRandy Dunlap	select REGMAP_I2C
240feb583e3SNicolas Saenz Julienne	help
24183fc61a5SMasanari Iida	  Say Y to include support for SBS compliant battery chargers.
242feb583e3SNicolas Saenz Julienne
243dbc4dedaSKarl-Heinz Schneiderconfig MANAGER_SBS
244dbc4dedaSKarl-Heinz Schneider	tristate "Smart Battery System Manager"
245a0b8839eSPhil Reid	depends on I2C && I2C_MUX && GPIOLIB
246a0b8839eSPhil Reid	select I2C_SMBUS
247dbc4dedaSKarl-Heinz Schneider	help
248dbc4dedaSKarl-Heinz Schneider	  Say Y here to include support for Smart Battery System Manager
249dbc4dedaSKarl-Heinz Schneider	  ICs. The driver reports online and charging status via sysfs.
250dbc4dedaSKarl-Heinz Schneider	  It presents itself also as I2C mux which allows to bind
251dbc4dedaSKarl-Heinz Schneider	  smart battery driver to its ports.
252dbc4dedaSKarl-Heinz Schneider	  Supported is for example LTC1760.
253dbc4dedaSKarl-Heinz Schneider
254dbc4dedaSKarl-Heinz Schneider	  This driver can also be built as a module. If so, the module will be
255dbc4dedaSKarl-Heinz Schneider	  called sbs-manager.
256dbc4dedaSKarl-Heinz Schneider
2578c0984e5SSebastian Reichelconfig BATTERY_BQ27XXX
2588c0984e5SSebastian Reichel	tristate "BQ27xxx battery driver"
2598c0984e5SSebastian Reichel	help
2608c0984e5SSebastian Reichel	  Say Y here to enable support for batteries with BQ27xxx chips.
2618c0984e5SSebastian Reichel
2628c0984e5SSebastian Reichelconfig BATTERY_BQ27XXX_I2C
2638c0984e5SSebastian Reichel	tristate "BQ27xxx I2C support"
2648c0984e5SSebastian Reichel	depends on BATTERY_BQ27XXX
2658c0984e5SSebastian Reichel	depends on I2C
2668c0984e5SSebastian Reichel	default y
2678c0984e5SSebastian Reichel	help
2688c0984e5SSebastian Reichel	  Say Y here to enable support for batteries with BQ27xxx chips
2698c0984e5SSebastian Reichel	  connected over an I2C bus.
2708c0984e5SSebastian Reichel
27155a9db67SAndrew F. Davisconfig BATTERY_BQ27XXX_HDQ
27255a9db67SAndrew F. Davis	tristate "BQ27xxx HDQ support"
27355a9db67SAndrew F. Davis	depends on BATTERY_BQ27XXX
27455a9db67SAndrew F. Davis	depends on W1
27555a9db67SAndrew F. Davis	default y
27655a9db67SAndrew F. Davis	help
27755a9db67SAndrew F. Davis	  Say Y here to enable support for batteries with BQ27xxx chips
27855a9db67SAndrew F. Davis	  connected over an HDQ bus.
27955a9db67SAndrew F. Davis
280ccce4409SLiam Breckconfig BATTERY_BQ27XXX_DT_UPDATES_NVM
281ccce4409SLiam Breck	bool "BQ27xxx support for update of NVM/flash data memory"
282ccce4409SLiam Breck	depends on BATTERY_BQ27XXX_I2C
283ccce4409SLiam Breck	help
284ccce4409SLiam Breck	  Say Y here to enable devicetree monitored-battery config to update
285ccce4409SLiam Breck	  NVM/flash data memory. Only enable this option for devices with a
286ccce4409SLiam Breck	  fuel gauge mounted on the circuit board, and a battery that cannot
287ccce4409SLiam Breck	  easily be replaced with one of a different type. Not for
288ccce4409SLiam Breck	  general-purpose kernels, as this can cause misconfiguration of a
289ccce4409SLiam Breck	  smart battery with embedded NVM/flash.
290ccce4409SLiam Breck
2918c0984e5SSebastian Reichelconfig BATTERY_DA9030
2928c0984e5SSebastian Reichel	tristate "DA9030 battery driver"
2938c0984e5SSebastian Reichel	depends on PMIC_DA903X
2948c0984e5SSebastian Reichel	help
2958c0984e5SSebastian Reichel	  Say Y here to enable support for batteries charger integrated into
2968c0984e5SSebastian Reichel	  DA9030 PMIC.
2978c0984e5SSebastian Reichel
2988c0984e5SSebastian Reichelconfig BATTERY_DA9052
2998c0984e5SSebastian Reichel	tristate "Dialog DA9052 Battery"
3008c0984e5SSebastian Reichel	depends on PMIC_DA9052
3018c0984e5SSebastian Reichel	help
3028c0984e5SSebastian Reichel	  Say Y here to enable support for batteries charger integrated into
3038c0984e5SSebastian Reichel	  DA9052 PMIC.
3048c0984e5SSebastian Reichel
3058c0984e5SSebastian Reichelconfig CHARGER_DA9150
3068c0984e5SSebastian Reichel	tristate "Dialog Semiconductor DA9150 Charger support"
3078c0984e5SSebastian Reichel	depends on MFD_DA9150
3088c0984e5SSebastian Reichel	depends on DA9150_GPADC
3098c0984e5SSebastian Reichel	depends on IIO
3108c0984e5SSebastian Reichel	help
3118c0984e5SSebastian Reichel	  Say Y here to enable support for charger unit of the DA9150
3128c0984e5SSebastian Reichel	  Integrated Charger & Fuel-Gauge IC.
3138c0984e5SSebastian Reichel
3148c0984e5SSebastian Reichel	  This driver can also be built as a module. If so, the module will be
3158c0984e5SSebastian Reichel	  called da9150-charger.
3168c0984e5SSebastian Reichel
3178c0984e5SSebastian Reichelconfig BATTERY_DA9150
3188c0984e5SSebastian Reichel	tristate "Dialog Semiconductor DA9150 Fuel Gauge support"
3198c0984e5SSebastian Reichel	depends on MFD_DA9150
3208c0984e5SSebastian Reichel	help
3218c0984e5SSebastian Reichel	  Say Y here to enable support for the Fuel-Gauge unit of the DA9150
3228c0984e5SSebastian Reichel	  Integrated Charger & Fuel-Gauge IC
3238c0984e5SSebastian Reichel
3248c0984e5SSebastian Reichel	  This driver can also be built as a module. If so, the module will be
3258c0984e5SSebastian Reichel	  called da9150-fg.
3268c0984e5SSebastian Reichel
327744cc304SQuentin Schulzconfig CHARGER_AXP20X
328744cc304SQuentin Schulz	tristate "X-Powers AXP20X and AXP22X AC power supply driver"
329744cc304SQuentin Schulz	depends on MFD_AXP20X
330744cc304SQuentin Schulz	depends on AXP20X_ADC
331744cc304SQuentin Schulz	depends on IIO
332744cc304SQuentin Schulz	help
333744cc304SQuentin Schulz	  Say Y here to enable support for X-Powers AXP20X and AXP22X PMICs' AC
334744cc304SQuentin Schulz	  power supply.
335744cc304SQuentin Schulz
336744cc304SQuentin Schulz	  This driver can also be built as a module. If so, the module will be
337744cc304SQuentin Schulz	  called axp20x_ac_power.
338744cc304SQuentin Schulz
33946c202b5SQuentin Schulzconfig BATTERY_AXP20X
34046c202b5SQuentin Schulz	tristate "X-Powers AXP20X battery driver"
34146c202b5SQuentin Schulz	depends on MFD_AXP20X
34246c202b5SQuentin Schulz	depends on AXP20X_ADC
34346c202b5SQuentin Schulz	depends on IIO
34446c202b5SQuentin Schulz	help
34546c202b5SQuentin Schulz	  Say Y here to enable support for X-Powers AXP20X PMICs' battery power
34646c202b5SQuentin Schulz	  supply.
34746c202b5SQuentin Schulz
34846c202b5SQuentin Schulz	  This driver can also be built as a module. If so, the module will be
34946c202b5SQuentin Schulz	  called axp20x_battery.
35046c202b5SQuentin Schulz
3516254a6a9SArnd Bergmannconfig AXP20X_POWER
3526254a6a9SArnd Bergmann	tristate "AXP20x power supply driver"
3536254a6a9SArnd Bergmann	depends on MFD_AXP20X
3546254a6a9SArnd Bergmann	depends on IIO
3556254a6a9SArnd Bergmann	help
3566254a6a9SArnd Bergmann	  This driver provides support for the power supply features of
3576254a6a9SArnd Bergmann	  AXP20x PMIC.
3586254a6a9SArnd Bergmann
3598c0984e5SSebastian Reichelconfig AXP288_CHARGER
3608c0984e5SSebastian Reichel	tristate "X-Powers AXP288 Charger"
36100d05666SHans de Goede	depends on MFD_AXP20X && EXTCON_AXP288 && IOSF_MBI && ACPI
3628c0984e5SSebastian Reichel	help
3638c0984e5SSebastian Reichel	  Say yes here to have support X-Power AXP288 power management IC (PMIC)
3648c0984e5SSebastian Reichel	  integrated charger.
3658c0984e5SSebastian Reichel
3668c0984e5SSebastian Reichelconfig AXP288_FUEL_GAUGE
3678c0984e5SSebastian Reichel	tristate "X-Powers AXP288 Fuel Gauge"
368da365db7SHans de Goede	depends on MFD_AXP20X && IIO && IOSF_MBI && ACPI
3698c0984e5SSebastian Reichel	help
3708c0984e5SSebastian Reichel	  Say yes here to have support for X-Power power management IC (PMIC)
3718c0984e5SSebastian Reichel	  Fuel Gauge. The device provides battery statistics and status
3728c0984e5SSebastian Reichel	  monitoring as well as alerts for battery over/under voltage and
3738c0984e5SSebastian Reichel	  over/under temperature.
3748c0984e5SSebastian Reichel
3758c0984e5SSebastian Reichelconfig BATTERY_MAX17040
37682ab575eSKrzysztof Kozlowski	tristate "Maxim MAX17040/17041/17043 family Fuel Gauge"
3778c0984e5SSebastian Reichel	depends on I2C
3786455a8a8SIskren Chernev	select REGMAP_I2C
3798c0984e5SSebastian Reichel	help
38082ab575eSKrzysztof Kozlowski	  Driver supports Maxim fuel-gauge systems for lithium-ion (Li+)
38182ab575eSKrzysztof Kozlowski	  batteries used mainly in handheld and portable equipment.
38282ab575eSKrzysztof Kozlowski	  Supported devices: max17040, max17041, max17043, max17044, max17048,
38382ab575eSKrzysztof Kozlowski	  max17049, max17058, max17059, max77836.
3844f7f8e87SIskren Chernev
3854f7f8e87SIskren Chernev	  Driver supports reporting SOC (State of Charge, i.e capacity),
3864f7f8e87SIskren Chernev	  voltage and configurable low-SOC wakeup interrupt.
3878c0984e5SSebastian Reichel
38882ab575eSKrzysztof Kozlowski	  Driver can be build as a module (max17040_battery).
38982ab575eSKrzysztof Kozlowski
3908c0984e5SSebastian Reichelconfig BATTERY_MAX17042
39140a2d98cSKrzysztof Kozlowski	tristate "Maxim MAX17042/17047/17050/8997/8966 family Fuel Gauge"
3928c0984e5SSebastian Reichel	depends on I2C
3938c0984e5SSebastian Reichel	select REGMAP_I2C
3948c0984e5SSebastian Reichel	help
3958c0984e5SSebastian Reichel	  MAX17042 is fuel-gauge systems for lithium-ion (Li+) batteries
3968c0984e5SSebastian Reichel	  in handheld and portable equipment. The MAX17042 is configured
3978c0984e5SSebastian Reichel	  to operate with a single lithium cell. MAX8997 and MAX8966 are
3988c0984e5SSebastian Reichel	  multi-function devices that include fuel gauages that are compatible
39940a2d98cSKrzysztof Kozlowski	  with MAX17042.
40040a2d98cSKrzysztof Kozlowski	  Supported devices: max8966, max8997, max17042, max17047, max17050,
40140a2d98cSKrzysztof Kozlowski	  max17055, max77693, max77849.
40240a2d98cSKrzysztof Kozlowski
40340a2d98cSKrzysztof Kozlowski	  Driver can be build as a module (max17042_battery).
4048c0984e5SSebastian Reichel
40510e48b7dSAlex A. Mihaylovconfig BATTERY_MAX1721X
40610e48b7dSAlex A. Mihaylov	tristate "MAX17211/MAX17215 standalone gas-gauge"
40710e48b7dSAlex A. Mihaylov	depends on W1
40810e48b7dSAlex A. Mihaylov	select REGMAP_W1
40910e48b7dSAlex A. Mihaylov	help
41010e48b7dSAlex A. Mihaylov	  MAX1721x is fuel-gauge systems for lithium-ion (Li+) batteries
41110e48b7dSAlex A. Mihaylov	  in handheld and portable equipment. MAX17211 used with single cell
41210e48b7dSAlex A. Mihaylov	  battery. MAX17215 designed for muticell battery. Both them have
41310e48b7dSAlex A. Mihaylov	  OneWire (W1) host interface.
41410e48b7dSAlex A. Mihaylov
41510e48b7dSAlex A. Mihaylov	  Say Y here to enable support for the MAX17211/MAX17215 standalone
41610e48b7dSAlex A. Mihaylov	  battery gas-gauge.
41710e48b7dSAlex A. Mihaylov
4188c0984e5SSebastian Reichelconfig BATTERY_TWL4030_MADC
4198c0984e5SSebastian Reichel	tristate "TWL4030 MADC battery driver"
4208c0984e5SSebastian Reichel	depends on TWL4030_MADC
4218c0984e5SSebastian Reichel	help
4228c0984e5SSebastian Reichel	  Say Y here to enable this dumb driver for batteries managed
4238c0984e5SSebastian Reichel	  through the TWL4030 MADC.
4248c0984e5SSebastian Reichel
4258c0984e5SSebastian Reichelconfig CHARGER_88PM860X
4268c0984e5SSebastian Reichel	tristate "Marvell 88PM860x Charger driver"
4278c0984e5SSebastian Reichel	depends on MFD_88PM860X && BATTERY_88PM860X
4288c0984e5SSebastian Reichel	help
4298c0984e5SSebastian Reichel	  Say Y here to enable charger for Marvell 88PM860x chip.
4308c0984e5SSebastian Reichel
4318c0984e5SSebastian Reichelconfig CHARGER_PCF50633
4328c0984e5SSebastian Reichel	tristate "NXP PCF50633 MBC"
4338c0984e5SSebastian Reichel	depends on MFD_PCF50633
4348c0984e5SSebastian Reichel	help
4358c0984e5SSebastian Reichel	  Say Y to include support for NXP PCF50633 Main Battery Charger.
4368c0984e5SSebastian Reichel
4378c0984e5SSebastian Reichelconfig BATTERY_RX51
4388c0984e5SSebastian Reichel	tristate "Nokia RX-51 (N900) battery driver"
4398c0984e5SSebastian Reichel	depends on TWL4030_MADC
4408c0984e5SSebastian Reichel	help
4418c0984e5SSebastian Reichel	  Say Y here to enable support for battery information on Nokia
4428c0984e5SSebastian Reichel	  RX-51, also known as N900 tablet.
4438c0984e5SSebastian Reichel
4440c9888e3STony Lindgrenconfig CHARGER_CPCAP
4450c9888e3STony Lindgren	tristate "CPCAP PMIC Charger Driver"
4460c9888e3STony Lindgren	depends on MFD_CPCAP && IIO
4478b35bf59SArnd Bergmann	depends on OMAP_USB2 || (!OMAP_USB2 && COMPILE_TEST)
4480c9888e3STony Lindgren	default MFD_CPCAP
4490c9888e3STony Lindgren	help
4500c9888e3STony Lindgren	  Say Y to enable support for CPCAP PMIC charger driver for Motorola
4510c9888e3STony Lindgren	  mobile devices such as Droid 4.
4520c9888e3STony Lindgren
4538c0984e5SSebastian Reichelconfig CHARGER_ISP1704
4548c0984e5SSebastian Reichel	tristate "ISP1704 USB Charger Detection"
4558c0984e5SSebastian Reichel	depends on USB_PHY
4568c0984e5SSebastian Reichel	depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't be 'y'
4578c0984e5SSebastian Reichel	help
4588c0984e5SSebastian Reichel	  Say Y to enable support for USB Charger Detection with
4598c0984e5SSebastian Reichel	  ISP1707/ISP1704 USB transceivers.
4608c0984e5SSebastian Reichel
4618c0984e5SSebastian Reichelconfig CHARGER_MAX8903
4628c0984e5SSebastian Reichel	tristate "MAX8903 Battery DC-DC Charger for USB and Adapter Power"
4638c0984e5SSebastian Reichel	help
4648c0984e5SSebastian Reichel	  Say Y to enable support for the MAX8903 DC-DC charger and sysfs.
4658c0984e5SSebastian Reichel	  The driver supports controlling charger-enable and current-limit
4668c0984e5SSebastian Reichel	  pins based on the status of charger connections with interrupt
4678c0984e5SSebastian Reichel	  handlers.
4688c0984e5SSebastian Reichel
4698c0984e5SSebastian Reichelconfig CHARGER_TWL4030
4708c0984e5SSebastian Reichel	tristate "OMAP TWL4030 BCI charger driver"
4718c0984e5SSebastian Reichel	depends on IIO && TWL4030_CORE
4728c0984e5SSebastian Reichel	help
4738c0984e5SSebastian Reichel	  Say Y here to enable support for TWL4030 Battery Charge Interface.
4748c0984e5SSebastian Reichel
4758c0984e5SSebastian Reichelconfig CHARGER_LP8727
4768c0984e5SSebastian Reichel	tristate "TI/National Semiconductor LP8727 charger driver"
4778c0984e5SSebastian Reichel	depends on I2C
4788c0984e5SSebastian Reichel	help
4798c0984e5SSebastian Reichel	  Say Y here to enable support for LP8727 Charger Driver.
4808c0984e5SSebastian Reichel
4818c0984e5SSebastian Reichelconfig CHARGER_LP8788
4828c0984e5SSebastian Reichel	tristate "TI LP8788 charger driver"
4838c0984e5SSebastian Reichel	depends on MFD_LP8788
4848c0984e5SSebastian Reichel	depends on LP8788_ADC
4858c0984e5SSebastian Reichel	depends on IIO
4868c0984e5SSebastian Reichel	help
4878c0984e5SSebastian Reichel	  Say Y to enable support for the LP8788 linear charger.
4888c0984e5SSebastian Reichel
4898c0984e5SSebastian Reichelconfig CHARGER_GPIO
4908c0984e5SSebastian Reichel	tristate "GPIO charger"
4918c0984e5SSebastian Reichel	depends on GPIOLIB || COMPILE_TEST
4928c0984e5SSebastian Reichel	help
4938c0984e5SSebastian Reichel	  Say Y to include support for chargers which report their online status
4948c0984e5SSebastian Reichel	  through a GPIO pin.
4958c0984e5SSebastian Reichel
4968c0984e5SSebastian Reichel	  This driver can be build as a module. If so, the module will be
4978c0984e5SSebastian Reichel	  called gpio-charger.
4988c0984e5SSebastian Reichel
4998c0984e5SSebastian Reichelconfig CHARGER_MANAGER
500241eaabcSBaolin Wang	tristate "Battery charger manager for multiple chargers"
5018c0984e5SSebastian Reichel	depends on REGULATOR
5028c0984e5SSebastian Reichel	select EXTCON
5038c0984e5SSebastian Reichel	help
5048c0984e5SSebastian Reichel	  Say Y to enable charger-manager support, which allows multiple
5058c0984e5SSebastian Reichel	  chargers attached to a battery and multiple batteries attached to a
5068c0984e5SSebastian Reichel	  system. The charger-manager also can monitor charging status in
5078c0984e5SSebastian Reichel	  runtime and in suspend-to-RAM by waking up the system periodically
5088c0984e5SSebastian Reichel	  with help of suspend_again support.
5098c0984e5SSebastian Reichel
5102e220e6eSMichael Hennerichconfig CHARGER_LT3651
5112e220e6eSMichael Hennerich	tristate "Analog Devices LT3651 charger"
512c94d4ed0SMike Looijmans	depends on GPIOLIB
513c94d4ed0SMike Looijmans	help
5142e220e6eSMichael Hennerich	  Say Y to include support for the Analog Devices (Linear Technology)
5152e220e6eSMichael Hennerich	  LT3651 battery charger which reports its status via GPIO lines.
516c94d4ed0SMike Looijmans
517cd900f18SMike Looijmansconfig CHARGER_LTC4162L
518cd900f18SMike Looijmans	tristate "LTC4162-L charger"
519cd900f18SMike Looijmans	depends on I2C
520cd900f18SMike Looijmans	select REGMAP_I2C
521cd900f18SMike Looijmans	help
522cd900f18SMike Looijmans	  Say Y to include support for the Analog Devices (Linear Technology)
523cd900f18SMike Looijmans	  LTC4162-L battery charger connected to I2C.
524cd900f18SMike Looijmans
5258c0984e5SSebastian Reichelconfig CHARGER_MAX14577
5268c0984e5SSebastian Reichel	tristate "Maxim MAX14577/77836 battery charger driver"
5278c0984e5SSebastian Reichel	depends on MFD_MAX14577
5288c0984e5SSebastian Reichel	help
5298c0984e5SSebastian Reichel	  Say Y to enable support for the battery charger control sysfs and
5308c0984e5SSebastian Reichel	  platform data of MAX14577/77836 MUICs.
5318c0984e5SSebastian Reichel
5329d60595aSAlexander Kurzconfig CHARGER_DETECTOR_MAX14656
5339d60595aSAlexander Kurz	tristate "Maxim MAX14656 USB charger detector"
5349d60595aSAlexander Kurz	depends on I2C
5359d60595aSAlexander Kurz	depends on OF
5369d60595aSAlexander Kurz	help
5379d60595aSAlexander Kurz	  Say Y to enable support for the Maxim MAX14656 USB charger detector.
5389d60595aSAlexander Kurz	  The device is compliant with the USB Battery Charging Specification
5399d60595aSAlexander Kurz	  Revision 1.2 and can be found e.g. in Kindle 4/5th generation
5409d60595aSAlexander Kurz	  readers and certain LG devices.
5419d60595aSAlexander Kurz
542e85e17daSBartosz Golaszewskiconfig CHARGER_MAX77650
543e85e17daSBartosz Golaszewski	tristate "Maxim MAX77650 battery charger driver"
544e85e17daSBartosz Golaszewski	depends on MFD_MAX77650
545e85e17daSBartosz Golaszewski	help
546e85e17daSBartosz Golaszewski	  Say Y to enable support for the battery charger control of MAX77650
547e85e17daSBartosz Golaszewski	  PMICs.
548e85e17daSBartosz Golaszewski
5498c0984e5SSebastian Reichelconfig CHARGER_MAX77693
5508c0984e5SSebastian Reichel	tristate "Maxim MAX77693 battery charger driver"
5518c0984e5SSebastian Reichel	depends on MFD_MAX77693
5528c0984e5SSebastian Reichel	help
5538c0984e5SSebastian Reichel	  Say Y to enable support for the Maxim MAX77693 battery charger.
5548c0984e5SSebastian Reichel
555715ecbc1SLuca Ceresoliconfig CHARGER_MAX77976
556715ecbc1SLuca Ceresoli	tristate "Maxim MAX77976 battery charger driver"
557715ecbc1SLuca Ceresoli	depends on I2C
558715ecbc1SLuca Ceresoli	select REGMAP_I2C
559715ecbc1SLuca Ceresoli	help
560715ecbc1SLuca Ceresoli	  The Maxim MAX77976 is a 19 Vin, 5.5A 1-Cell Li+ Battery Charger
561715ecbc1SLuca Ceresoli	  USB OTG support. It has an I2C interface for configuration.
562715ecbc1SLuca Ceresoli
563715ecbc1SLuca Ceresoli	  Say Y to enable support for the Maxim MAX77976 battery charger.
564715ecbc1SLuca Ceresoli	  This driver can also be built as a module. If so, the module will be
565715ecbc1SLuca Ceresoli	  called max77976_charger.
566715ecbc1SLuca Ceresoli
5678c0984e5SSebastian Reichelconfig CHARGER_MAX8997
5688c0984e5SSebastian Reichel	tristate "Maxim MAX8997/MAX8966 PMIC battery charger driver"
5698c0984e5SSebastian Reichel	depends on MFD_MAX8997 && REGULATOR_MAX8997
570f384989eSTimon Baetz	depends on EXTCON || !EXTCON
5718c0984e5SSebastian Reichel	help
5728c0984e5SSebastian Reichel	  Say Y to enable support for the battery charger control sysfs and
5738c0984e5SSebastian Reichel	  platform data of MAX8997/LP3974 PMICs.
5748c0984e5SSebastian Reichel
5758c0984e5SSebastian Reichelconfig CHARGER_MAX8998
5768c0984e5SSebastian Reichel	tristate "Maxim MAX8998/LP3974 PMIC battery charger driver"
5778c0984e5SSebastian Reichel	depends on MFD_MAX8998 && REGULATOR_MAX8998
5788c0984e5SSebastian Reichel	help
5798c0984e5SSebastian Reichel	  Say Y to enable support for the battery charger control sysfs and
5808c0984e5SSebastian Reichel	  platform data of MAX8998/LP3974 PMICs.
5818c0984e5SSebastian Reichel
5823bc6d790SSaravanan Sekarconfig CHARGER_MP2629
5833bc6d790SSaravanan Sekar	tristate "Monolithic power system MP2629 Battery charger"
5843bc6d790SSaravanan Sekar	depends on MFD_MP2629
5853bc6d790SSaravanan Sekar	depends on MP2629_ADC
5863bc6d790SSaravanan Sekar	depends on IIO
5873bc6d790SSaravanan Sekar	help
5883bc6d790SSaravanan Sekar	  Select this option to enable support for Monolithic power system
5893bc6d790SSaravanan Sekar	  Battery charger. This driver provides Battery charger power management
5903bc6d790SSaravanan Sekar	  functions on the systems.
5913bc6d790SSaravanan Sekar
5920402e8ebSGene Chenconfig CHARGER_MT6360
5930402e8ebSGene Chen	tristate "Mediatek MT6360 Charger Driver"
5940402e8ebSGene Chen	depends on MFD_MT6360
5950402e8ebSGene Chen	depends on REGULATOR
5960402e8ebSGene Chen	select LINEAR_RANGES
5970402e8ebSGene Chen	help
5980402e8ebSGene Chen	  Say Y here to enable MT6360 Charger Part.
5990402e8ebSGene Chen	  The device supports High-Accuracy Voltage/Current Regulation,
6000402e8ebSGene Chen	  Average Input Current Regulation, Battery Temperature Sensing,
6010402e8ebSGene Chen	  Over-Temperature Protection, DPDM Detection for BC1.2.
6020402e8ebSGene Chen
603233cb8a4SChiaEn Wuconfig CHARGER_MT6370
604233cb8a4SChiaEn Wu	tristate "MediaTek MT6370 Charger Driver"
605233cb8a4SChiaEn Wu	depends on MFD_MT6370
606233cb8a4SChiaEn Wu	depends on REGULATOR
607d8be4fe9SRandy Dunlap	depends on IIO
608233cb8a4SChiaEn Wu	select LINEAR_RANGES
609233cb8a4SChiaEn Wu	help
610233cb8a4SChiaEn Wu	  Say Y here to enable MT6370 Charger Part.
611233cb8a4SChiaEn Wu	  The device supports High-Accuracy Voltage/Current Regulation,
612233cb8a4SChiaEn Wu	  Average Input Current Regulation, Battery Temperature Sensing,
613233cb8a4SChiaEn Wu	  Over-Temperature Protection, DPDM Detection for BC1.2.
614233cb8a4SChiaEn Wu
615233cb8a4SChiaEn Wu	  This driver can also be built as a module. If so, the module
616233cb8a4SChiaEn Wu	  will be called "mt6370-charger".
617233cb8a4SChiaEn Wu
6188c0984e5SSebastian Reichelconfig CHARGER_QCOM_SMBB
6198c0984e5SSebastian Reichel	tristate "Qualcomm Switch-Mode Battery Charger and Boost"
6208c0984e5SSebastian Reichel	depends on MFD_SPMI_PMIC || COMPILE_TEST
6218c0984e5SSebastian Reichel	depends on OF
6228c0984e5SSebastian Reichel	depends on EXTCON
62351962a35SArnd Bergmann	depends on REGULATOR
6248c0984e5SSebastian Reichel	help
6258c0984e5SSebastian Reichel	  Say Y to include support for the Switch-Mode Battery Charger and
6268c0984e5SSebastian Reichel	  Boost (SMBB) hardware found in Qualcomm PM8941 PMICs.  The charger
6278c0984e5SSebastian Reichel	  is an integrated, single-cell lithium-ion battery charger.  DT
6288c0984e5SSebastian Reichel	  configuration is required for loading, see the devicetree
6298c0984e5SSebastian Reichel	  documentation for more detail.  The base name for this driver is
6308c0984e5SSebastian Reichel	  'pm8941_charger'.
6318c0984e5SSebastian Reichel
6328c0984e5SSebastian Reichelconfig CHARGER_BQ2415X
6338c0984e5SSebastian Reichel	tristate "TI BQ2415x battery charger driver"
6348c0984e5SSebastian Reichel	depends on I2C
6358c0984e5SSebastian Reichel	help
6368c0984e5SSebastian Reichel	  Say Y to enable support for the TI BQ2415x battery charger
6378c0984e5SSebastian Reichel	  PMICs.
6388c0984e5SSebastian Reichel
6398c0984e5SSebastian Reichel	  You'll need this driver to charge batteries on e.g. Nokia
6408c0984e5SSebastian Reichel	  RX-51/N900.
6418c0984e5SSebastian Reichel
6428c0984e5SSebastian Reichelconfig CHARGER_BQ24190
6438c0984e5SSebastian Reichel	tristate "TI BQ24190 battery charger driver"
6448c0984e5SSebastian Reichel	depends on I2C
645da26580fSHans de Goede	depends on EXTCON
6468c0984e5SSebastian Reichel	depends on GPIOLIB || COMPILE_TEST
6478c0984e5SSebastian Reichel	help
6488c0984e5SSebastian Reichel	  Say Y to enable support for the TI BQ24190 battery charger.
6498c0984e5SSebastian Reichel
6508c0984e5SSebastian Reichelconfig CHARGER_BQ24257
6518c0984e5SSebastian Reichel	tristate "TI BQ24250/24251/24257 battery charger driver"
6528c0984e5SSebastian Reichel	depends on I2C
6538c0984e5SSebastian Reichel	depends on GPIOLIB || COMPILE_TEST
65487c3d579SEnric Balletbo i Serra	select REGMAP_I2C
6558c0984e5SSebastian Reichel	help
6568c0984e5SSebastian Reichel	  Say Y to enable support for the TI BQ24250, BQ24251, and BQ24257 battery
6578c0984e5SSebastian Reichel	  chargers.
6588c0984e5SSebastian Reichel
6598c0984e5SSebastian Reichelconfig CHARGER_BQ24735
6608c0984e5SSebastian Reichel	tristate "TI BQ24735 battery charger support"
6618c0984e5SSebastian Reichel	depends on I2C
6628c0984e5SSebastian Reichel	depends on GPIOLIB || COMPILE_TEST
6638c0984e5SSebastian Reichel	help
6648c0984e5SSebastian Reichel	  Say Y to enable support for the TI BQ24735 battery charger.
6658c0984e5SSebastian Reichel
66644908459SRicardo Rivera-Matosconfig CHARGER_BQ2515X
66744908459SRicardo Rivera-Matos	tristate "TI BQ2515X battery charger family"
66844908459SRicardo Rivera-Matos	depends on I2C
66944908459SRicardo Rivera-Matos	depends on GPIOLIB || COMPILE_TEST
67044908459SRicardo Rivera-Matos	select REGMAP_I2C
67144908459SRicardo Rivera-Matos	help
67244908459SRicardo Rivera-Matos	  Say Y to enable support for the TI BQ2515X family of battery
67344908459SRicardo Rivera-Matos	  charging integrated circuits. The BQ2515X are highly integrated
67444908459SRicardo Rivera-Matos	  battery charge management ICs that integrate the most common
67544908459SRicardo Rivera-Matos	  functions for wearable devices, namely a charger, an output voltage
67644908459SRicardo Rivera-Matos	  rail, ADC for battery and system monitoring, and push-button
67744908459SRicardo Rivera-Matos	  controller.
67844908459SRicardo Rivera-Matos
6798c0984e5SSebastian Reichelconfig CHARGER_BQ25890
6808c0984e5SSebastian Reichel	tristate "TI BQ25890 battery charger driver"
6818c0984e5SSebastian Reichel	depends on I2C
6828c0984e5SSebastian Reichel	depends on GPIOLIB || COMPILE_TEST
6838c0984e5SSebastian Reichel	select REGMAP_I2C
6848c0984e5SSebastian Reichel	help
6858c0984e5SSebastian Reichel	  Say Y to enable support for the TI BQ25890 battery charger.
6868c0984e5SSebastian Reichel
6875069185fSDan Murphyconfig CHARGER_BQ25980
6885069185fSDan Murphy	tristate "TI BQ25980 battery charger driver"
6895069185fSDan Murphy	depends on I2C
6905069185fSDan Murphy	depends on GPIOLIB || COMPILE_TEST
6915069185fSDan Murphy	select REGMAP_I2C
6925069185fSDan Murphy	help
6935069185fSDan Murphy	  Say Y to enable support for the TI BQ25980, BQ25975 and BQ25960
6945069185fSDan Murphy	  series of fast battery chargers.
6955069185fSDan Murphy
69632e4978bSRicardo Rivera-Matosconfig CHARGER_BQ256XX
69732e4978bSRicardo Rivera-Matos	tristate "TI BQ256XX battery charger driver"
69832e4978bSRicardo Rivera-Matos	depends on I2C
69932e4978bSRicardo Rivera-Matos	depends on GPIOLIB || COMPILE_TEST
70032e4978bSRicardo Rivera-Matos	select REGMAP_I2C
70132e4978bSRicardo Rivera-Matos	help
70232e4978bSRicardo Rivera-Matos	  Say Y to enable support for the TI BQ256XX battery chargers. The
70332e4978bSRicardo Rivera-Matos	  BQ256XX family of devices are highly-integrated, switch-mode battery
70432e4978bSRicardo Rivera-Matos	  charge management and system power path management devices for single
70532e4978bSRicardo Rivera-Matos	  cell Li-ion and Li-polymer batteries.
70632e4978bSRicardo Rivera-Matos
70711cb8da0SChris Morganconfig CHARGER_RK817
70811cb8da0SChris Morgan	tristate "Rockchip RK817 PMIC Battery Charger"
709c20e8c5bSSebastian Reichel	depends on MFD_RK8XX
71011cb8da0SChris Morgan	help
71111cb8da0SChris Morgan	  Say Y to include support for Rockchip RK817 Battery Charger.
71211cb8da0SChris Morgan
7138c0984e5SSebastian Reichelconfig CHARGER_SMB347
714de76fd29SDavid Heidelberg	tristate "Summit Microelectronics SMB3XX Battery Charger"
7158c0984e5SSebastian Reichel	depends on I2C
716565efae9SDmitry Osipenko	depends on REGULATOR
7178c0984e5SSebastian Reichel	select REGMAP_I2C
7188c0984e5SSebastian Reichel	help
719de76fd29SDavid Heidelberg	  Say Y to include support for Summit Microelectronics SMB345,
720de76fd29SDavid Heidelberg	  SMB347 or SMB358 Battery Charger.
7218c0984e5SSebastian Reichel
7228c0984e5SSebastian Reichelconfig CHARGER_TPS65090
7238c0984e5SSebastian Reichel	tristate "TPS65090 battery charger driver"
7248c0984e5SSebastian Reichel	depends on MFD_TPS65090
7258c0984e5SSebastian Reichel	help
7268c0984e5SSebastian Reichel	  Say Y here to enable support for battery charging with TPS65090
7278c0984e5SSebastian Reichel	  PMIC chips.
7288c0984e5SSebastian Reichel
7298c0984e5SSebastian Reichelconfig CHARGER_TPS65217
7308c0984e5SSebastian Reichel	tristate "TPS65217 battery charger driver"
7318c0984e5SSebastian Reichel	depends on MFD_TPS65217
7328c0984e5SSebastian Reichel	help
7338c0984e5SSebastian Reichel	  Say Y here to enable support for battery charging with TPS65217
7348c0984e5SSebastian Reichel	  PMIC chips.
7358c0984e5SSebastian Reichel
7368c0984e5SSebastian Reichelconfig BATTERY_GAUGE_LTC2941
7378c0984e5SSebastian Reichel	tristate "LTC2941/LTC2943 Battery Gauge Driver"
7388c0984e5SSebastian Reichel	depends on I2C
7398c0984e5SSebastian Reichel	help
7408c0984e5SSebastian Reichel	  Say Y here to include support for LTC2941 and LTC2943 Battery
7418c0984e5SSebastian Reichel	  Gauge IC. The driver reports the charge count continuously, and
7428c0984e5SSebastian Reichel	  measures the voltage and temperature every 10 seconds.
7438c0984e5SSebastian Reichel
7448c0984e5SSebastian Reichelconfig AB8500_BM
7458c0984e5SSebastian Reichel	bool "AB8500 Battery Management Driver"
74653207aa1SLinus Walleij	depends on AB8500_CORE && AB8500_GPADC && (IIO = y) && OF
7472b0e7ac0SLinus Walleij	select THERMAL
7482b0e7ac0SLinus Walleij	select THERMAL_OF
7498c0984e5SSebastian Reichel	help
7508c0984e5SSebastian Reichel	  Say Y to include support for AB8500 battery management.
7518c0984e5SSebastian Reichel
7528c0984e5SSebastian Reichelconfig BATTERY_GOLDFISH
7538c0984e5SSebastian Reichel	tristate "Goldfish battery driver"
7548c0984e5SSebastian Reichel	depends on HAS_IOMEM
7558c0984e5SSebastian Reichel	help
756570b7c0eSRoman Kiryanov	  Say Y to enable support for the Goldfish battery and AC power
757570b7c0eSRoman Kiryanov	  driver. Originated in the Android Studio Emulator (goldfish) it is
758570b7c0eSRoman Kiryanov	  going to be used in other emulators.
7598c0984e5SSebastian Reichel
7608c0984e5SSebastian Reichelconfig BATTERY_RT5033
7618c0984e5SSebastian Reichel	tristate "RT5033 fuel gauge support"
762f3076cd8SStephan Gerhold	depends on I2C
763f3076cd8SStephan Gerhold	select REGMAP_I2C
7648c0984e5SSebastian Reichel	help
7658c0984e5SSebastian Reichel	  This adds support for battery fuel gauge in Richtek RT5033 PMIC.
7668c0984e5SSebastian Reichel	  The fuelgauge calculates and determines the battery state of charge
7678c0984e5SSebastian Reichel	  according to battery open circuit voltage.
7688c0984e5SSebastian Reichel
769b7653853SJakob Hauserconfig CHARGER_RT5033
770b7653853SJakob Hauser	tristate "RT5033 battery charger support"
771b7653853SJakob Hauser	depends on MFD_RT5033
772*37d1a624SRandy Dunlap	depends on EXTCON || !EXTCON
773b7653853SJakob Hauser	help
774b7653853SJakob Hauser	  This adds support for battery charger in Richtek RT5033 PMIC.
775b7653853SJakob Hauser	  The device supports pre-charge mode, fast charge mode and
776b7653853SJakob Hauser	  constant voltage mode.
777b7653853SJakob Hauser
7788c0984e5SSebastian Reichelconfig CHARGER_RT9455
7798c0984e5SSebastian Reichel	tristate "Richtek RT9455 battery charger driver"
7808c0984e5SSebastian Reichel	depends on I2C
7818c0984e5SSebastian Reichel	depends on GPIOLIB || COMPILE_TEST
7828c0984e5SSebastian Reichel	select REGMAP_I2C
7838c0984e5SSebastian Reichel	help
7848c0984e5SSebastian Reichel	  Say Y to enable support for Richtek RT9455 battery charger.
7858c0984e5SSebastian Reichel
7866f7f70e3SChiaEn Wuconfig CHARGER_RT9467
7876f7f70e3SChiaEn Wu	tristate "Richtek RT9467 Battery Charger Driver"
7886f7f70e3SChiaEn Wu	depends on I2C && GPIOLIB && REGULATOR
7896f7f70e3SChiaEn Wu	select REGMAP_I2C
7906f7f70e3SChiaEn Wu	select REGMAP_IRQ
7916f7f70e3SChiaEn Wu	select LINEAR_RANGES
7926f7f70e3SChiaEn Wu	help
7936f7f70e3SChiaEn Wu	  Say Y here to enable RT9467 Battery Charger.
7946f7f70e3SChiaEn Wu	  RT9467 is a switch-mode single cell Li-Ion/Li-Polymer battery charger
7956f7f70e3SChiaEn Wu	  for portable applications. It integrates a synchronous PWM controller,
7966f7f70e3SChiaEn Wu	  power MOSFETs, input current sensing and regulation, high-accuracy
7976f7f70e3SChiaEn Wu	  voltage regulation, and charge termination. The charge current is
7986f7f70e3SChiaEn Wu	  regulated through integrated sensing resistors. It also features
7996f7f70e3SChiaEn Wu	  USB On-The-Go (OTG) support and integrates D+/D- pin for USB
8006f7f70e3SChiaEn Wu	  host/charging port detection.
8016f7f70e3SChiaEn Wu
8026f7f70e3SChiaEn Wu	  This driver can also be built as a module. If so, the module
8036f7f70e3SChiaEn Wu	  will be called "rt9467-charger".
8046f7f70e3SChiaEn Wu
8054a1a5f67SChiYuan Huangconfig CHARGER_RT9471
8064a1a5f67SChiYuan Huang	tristate "Richtek RT9471 battery charger driver"
8074a1a5f67SChiYuan Huang	depends on I2C && GPIOLIB && REGULATOR
8084a1a5f67SChiYuan Huang	select REGMAP_I2C
8094a1a5f67SChiYuan Huang	select REGMAP_IRQ
8104a1a5f67SChiYuan Huang	select LINEAR_RANGES
8114a1a5f67SChiYuan Huang	help
8124a1a5f67SChiYuan Huang	  This adds support for Richtek RT9471 battery charger. RT9471 is
8134a1a5f67SChiYuan Huang	  highly-integrated switch mode battery charger which is system power
8144a1a5f67SChiYuan Huang	  patch manageable device for single cell Li-Ion and Li-polymer battery.
8154a1a5f67SChiYuan Huang	  It can support BC12 detection on DPDM, and current and voltage
8164a1a5f67SChiYuan Huang	  regulation on both charging and boost mode.
8174a1a5f67SChiYuan Huang
8184a1a5f67SChiYuan Huang	  This driver can also be built as a module. If so, the module will be
8194a1a5f67SChiYuan Huang	  called rt9471.
8204a1a5f67SChiYuan Huang
821f68b883eSSameer Nandaconfig CHARGER_CROS_USBPD
822f68b883eSSameer Nanda	tristate "ChromeOS EC based USBPD charger"
823f2437e48SJon Flatley	depends on CROS_USBPD_NOTIFY
824f68b883eSSameer Nanda	help
825f68b883eSSameer Nanda	  Say Y here to enable ChromeOS EC based USBPD charger
826f68b883eSSameer Nanda	  driver. This driver gets various bits of information about
827f68b883eSSameer Nanda	  what is connected to USB PD ports from the EC and converts
828f68b883eSSameer Nanda	  that into power_supply properties.
829f68b883eSSameer Nanda
83056d629afSDaisuke Nojiriconfig CHARGER_CROS_PCHG
83156d629afSDaisuke Nojiri	tristate "ChromeOS EC based peripheral charger"
83256d629afSDaisuke Nojiri	depends on MFD_CROS_EC_DEV
83356d629afSDaisuke Nojiri	default MFD_CROS_EC_DEV
83456d629afSDaisuke Nojiri	help
83556d629afSDaisuke Nojiri	  Say Y here to enable ChromeOS EC based peripheral charge driver.
83656d629afSDaisuke Nojiri	  This driver gets various information about the devices connected to
83756d629afSDaisuke Nojiri	  the peripheral charge ports from the EC and converts that into
83856d629afSDaisuke Nojiri	  power_supply properties.
83956d629afSDaisuke Nojiri
8401c3d7b03SBaolin Wangconfig CHARGER_SC2731
8411c3d7b03SBaolin Wang	tristate "Spreadtrum SC2731 charger driver"
8421c3d7b03SBaolin Wang	depends on MFD_SC27XX_PMIC || COMPILE_TEST
8431c3d7b03SBaolin Wang	help
8441c3d7b03SBaolin Wang	  Say Y here to enable support for battery charging with SC2731
8451c3d7b03SBaolin Wang	  PMIC chips.
8461c3d7b03SBaolin Wang
847195ca170SBaolin Wangconfig FUEL_GAUGE_SC27XX
848195ca170SBaolin Wang	tristate "Spreadtrum SC27XX fuel gauge driver"
849195ca170SBaolin Wang	depends on MFD_SC27XX_PMIC || COMPILE_TEST
850ed60f43dSRandy Dunlap	depends on IIO
851195ca170SBaolin Wang	help
852195ca170SBaolin Wang	  Say Y here to enable support for fuel gauge with SC27XX
853195ca170SBaolin Wang	  PMIC chips.
854195ca170SBaolin Wang
8559a2688e4SAndrey Smirnovconfig CHARGER_UCS1002
8569a2688e4SAndrey Smirnov	tristate "Microchip UCS1002 USB Port Power Controller"
8579a2688e4SAndrey Smirnov	depends on I2C
8589a2688e4SAndrey Smirnov	depends on OF
859c8f3c9feSYueHaibing	depends on REGULATOR
8609a2688e4SAndrey Smirnov	select REGMAP_I2C
8619a2688e4SAndrey Smirnov	help
8629a2688e4SAndrey Smirnov	  Say Y to enable support for Microchip UCS1002 Programmable
8639a2688e4SAndrey Smirnov	  USB Port Power Controller with Charger Emulation.
8649a2688e4SAndrey Smirnov
8650902f836SMatti Vaittinenconfig CHARGER_BD99954
8660902f836SMatti Vaittinen	tristate "ROHM bd99954 charger driver"
8670902f836SMatti Vaittinen	depends on I2C
8680902f836SMatti Vaittinen	select LINEAR_RANGES
8690902f836SMatti Vaittinen	help
8700902f836SMatti Vaittinen	  Say Y here to enable support for getting battery and charger
8710902f836SMatti Vaittinen	  information and altering charger configurations from the ROHM
8720902f836SMatti Vaittinen	  BD99954 charger IC.
8730902f836SMatti Vaittinen
8743f57fe28SNick Crewsconfig CHARGER_WILCO
8753f57fe28SNick Crews	tristate "Wilco EC based charger for ChromeOS"
8763f57fe28SNick Crews	depends on WILCO_EC
8773f57fe28SNick Crews	help
8783f57fe28SNick Crews	  Say Y here to enable control of the charging routines performed
8793f57fe28SNick Crews	  by the Embedded Controller on the Chromebook named Wilco. Further
8803f57fe28SNick Crews	  information can be found in
8813f57fe28SNick Crews	  Documentation/ABI/testing/sysfs-class-power-wilco
8823f57fe28SNick Crews
8831426dffaSAndreas Kemnadeconfig RN5T618_POWER
8841426dffaSAndreas Kemnade	tristate "RN5T618 charger/fuel gauge support"
8851426dffaSAndreas Kemnade	depends on MFD_RN5T618
8862f5caa26SAndreas Kemnade	depends on RN5T618_ADC
8872f5caa26SAndreas Kemnade	depends on IIO
8881426dffaSAndreas Kemnade	help
8891426dffaSAndreas Kemnade	  Say Y here to have support for RN5T618 PMIC family fuel gauge and charger.
8901426dffaSAndreas Kemnade	  This driver can also be built as a module. If so, the module will be
8911426dffaSAndreas Kemnade	  called rn5t618_power.
8921426dffaSAndreas Kemnade
893c82a2fbeSDmitry Osipenkoconfig BATTERY_ACER_A500
894c82a2fbeSDmitry Osipenko	tristate "Acer Iconia Tab A500 battery driver"
895c82a2fbeSDmitry Osipenko	depends on MFD_ACER_A500_EC
896c82a2fbeSDmitry Osipenko	help
897c82a2fbeSDmitry Osipenko	  Say Y to include support for Acer Iconia Tab A500 battery fuel gauge.
898c82a2fbeSDmitry Osipenko
899167f77f7SMaximilian Luzconfig BATTERY_SURFACE
900167f77f7SMaximilian Luz	tristate "Battery driver for 7th-generation Microsoft Surface devices"
901167f77f7SMaximilian Luz	depends on SURFACE_AGGREGATOR_REGISTRY
902167f77f7SMaximilian Luz	help
903167f77f7SMaximilian Luz	  Driver for battery devices connected via/managed by the Surface System
904167f77f7SMaximilian Luz	  Aggregator Module (SSAM).
905167f77f7SMaximilian Luz
906167f77f7SMaximilian Luz	  This driver provides battery-information and -status support for
907167f77f7SMaximilian Luz	  Surface devices where said data is not exposed via the standard ACPI
908167f77f7SMaximilian Luz	  devices. On those models (7th-generation), battery-information is
909167f77f7SMaximilian Luz	  instead handled directly via SSAM client devices and this driver.
910167f77f7SMaximilian Luz
911167f77f7SMaximilian Luz	  Say M or Y here to include battery status support for 7th-generation
912167f77f7SMaximilian Luz	  Microsoft Surface devices, i.e. Surface Pro 7, Surface Laptop 3,
913167f77f7SMaximilian Luz	  Surface Book 3, and Surface Laptop Go.
914167f77f7SMaximilian Luz
915e61ffb34SMaximilian Luzconfig CHARGER_SURFACE
916e61ffb34SMaximilian Luz	tristate "AC driver for 7th-generation Microsoft Surface devices"
917e61ffb34SMaximilian Luz	depends on SURFACE_AGGREGATOR_REGISTRY
918e61ffb34SMaximilian Luz	help
919e61ffb34SMaximilian Luz	  Driver for AC devices connected via/managed by the Surface System
920e61ffb34SMaximilian Luz	  Aggregator Module (SSAM).
921e61ffb34SMaximilian Luz
922e61ffb34SMaximilian Luz	  This driver provides AC-information and -status support for Surface
923e61ffb34SMaximilian Luz	  devices where said data is not exposed via the standard ACPI devices.
924e61ffb34SMaximilian Luz	  On those models (7th-generation), AC-information is instead handled
925e61ffb34SMaximilian Luz	  directly via a SSAM client device and this driver.
926e61ffb34SMaximilian Luz
927e61ffb34SMaximilian Luz	  Say M or Y here to include AC status support for 7th-generation
928e61ffb34SMaximilian Luz	  Microsoft Surface devices, i.e. Surface Pro 7, Surface Laptop 3,
929e61ffb34SMaximilian Luz	  Surface Book 3, and Surface Laptop Go.
930e61ffb34SMaximilian Luz
931f059b46eSHans de Goedeconfig BATTERY_UG3105
932f059b46eSHans de Goede	tristate "uPI uG3105 battery monitor driver"
933f059b46eSHans de Goede	depends on I2C
934f059b46eSHans de Goede	help
935f059b46eSHans de Goede	  Battery monitor driver for the uPI uG3105 battery monitor.
936f059b46eSHans de Goede
937f059b46eSHans de Goede	  Note the uG3105 is not a full-featured autonomous fuel-gauge. Instead
938f059b46eSHans de Goede	  it is expected to be use in combination with some always on
939f059b46eSHans de Goede	  microcontroller reading its coulomb-counter before it can wrap
940f059b46eSHans de Goede	  (it must be read every 400 seconds!).
941f059b46eSHans de Goede
942f059b46eSHans de Goede	  Since Linux does not monitor coulomb-counter changes while the
943f059b46eSHans de Goede	  device is off or suspended, the functionality of this driver is
944f059b46eSHans de Goede	  limited to reporting capacity only.
945f059b46eSHans de Goede
9468648aeb5SCaleb Connollyconfig CHARGER_QCOM_SMB2
9478648aeb5SCaleb Connolly	tristate "Qualcomm PMI8998 PMIC charger driver"
9488648aeb5SCaleb Connolly	depends on MFD_SPMI_PMIC
9498648aeb5SCaleb Connolly	depends on IIO
9508648aeb5SCaleb Connolly	help
9518648aeb5SCaleb Connolly	  Say Y here to enable the Qualcomm PMIC Charger driver. This
9528648aeb5SCaleb Connolly	  adds support for the SMB2 switch mode battery charger found
9538648aeb5SCaleb Connolly	  in PMI8998 and related PMICs.
9548648aeb5SCaleb Connolly
9558c0984e5SSebastian Reichelendif # POWER_SUPPLY
956