diff options
author | Lars-Peter Clausen <lars@metafoo.de> | 2009-09-23 14:54:06 +0200 |
---|---|---|
committer | Lars-Peter Clausen <lars@metafoo.de> | 2009-09-23 14:54:06 +0200 |
commit | 6d41420c8e96a708ee34d1f765e73c0483ac7a06 (patch) | |
tree | 5829fb310a55604327137d0749ef534fd298ebbb /drivers/power/Kconfig | |
parent | 74fca6a42863ffacaf7ba6f1936a9f228950f657 (diff) |
Add hdq and bq27000 driver.
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index bdbc4f73fcd..2acfcd12e48 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -103,4 +103,16 @@ 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. + endif # POWER_SUPPLY + |