aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 60a0813936d..f5ac0976d5f 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -103,6 +103,17 @@ config CHARGER_PCF50633
help
Say Y to include support for NXP PCF50633 Main Battery Charger.
+config BATTERY_BQ27000_HDQ
+ tristate "BQ27000 HDQ battery monitor driver"
+ help
+ Say Y to enable support for the battery on the Neo Freerunner
+
+config HDQ_GPIO_BITBANG
+ bool "Generic gpio based HDQ bitbang"
+ help
+ Say Y to enable supoort for generic gpio based HDQ bitbang driver.
+ This can not be built as a module.
+
config CHARGER_PCF50606
tristate "Support for NXP PCF50606 MBC"
depends on MFD_PCF50606
@@ -110,3 +121,4 @@ config CHARGER_PCF50606
Say Y to include support for NXP PCF50606 Battery Charger.
endif # POWER_SUPPLY
+