summaryrefslogtreecommitdiff
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig36
1 files changed, 36 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 8e9ba177d817..20d0cd22f606 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -122,6 +122,15 @@ config BATTERY_DA9030
Say Y here to enable support for batteries charger integrated into
DA9030 PMIC.
+config BATTERY_DA9052
+ tristate "Dialog DA9052 Battery"
+ depends on PMIC_DA9052
+ help
+ Say Y here to enable support for batteries charger integrated into
+ DA9052 PMIC.
+
+ To compile this driver as a module, choose M here.
+
config BATTERY_MAX17040
tristate "Maxim MAX17040 Fuel Gauge"
depends on I2C
@@ -142,4 +151,31 @@ config CHARGER_PCF50633
help
Say Y to include support for NXP PCF50633 Main Battery Charger.
+config BATTERY_STMP3XXX
+ tristate "Sigmatel STMP3xxx SoC battery charger driver"
+ depends on ARCH_STMP3XXX
+ help
+ Say Y to enable support for the battery charger state machine
+ for the Sigmatel STMP3xxx based SoC's.
+
+config BATTERY_MXS
+ tristate "MXS SoC battery charger driver"
+ depends on ARCH_MXS
+ help
+ Say Y to enable support for the battery charger state machine
+ for the Sigmatel MXS based SoC's.
+
+config MXS_VBUS_CURRENT_DRAW
+ tristate "MXS SoC USB2.0 VBUS Current Limitation"
+ depends on ARCH_MXS
+ help
+ Say Y to enable 100mA limitation when USB vbus power on system
+ before enumeration to match USB2.0 requirement.
+
+config BATTERY_DS2438
+ tristate "DS2438 battery driver"
+ select W1
+ select W1_SLAVE_DS2438
+ help
+ Say Y here to enable support for batteries with ds2438 chip.
endif # POWER_SUPPLY