aboutsummaryrefslogtreecommitdiff
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorPaul Fertser <fercerpav@gmail.com>2009-10-23 01:49:10 +0400
committerLars-Peter Clausen <lars@metafoo.de>2010-05-18 00:49:08 +0200
commit34e2f560d56dfdc069a8d4dab319e078806169b9 (patch)
treef95d4d3eab48738486c01ff66791782fcdb432cf /drivers/power/Kconfig
parente40152ee1e1c7a63f4777791863215e3faa37a86 (diff)
power: implement platform battery driver
This driver can be used for dumb batteries when all knowledge about their state belongs to the platform that does necessary ADC readings, conversions, guessimations etc. Signed-off-by: Paul Fertser <fercerpav@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index faaa9b4d0d0..5b19f5a54f6 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -131,4 +131,10 @@ config CHARGER_PCF50633
help
Say Y to include support for NXP PCF50633 Main Battery Charger.
+config BATTERY_PLATFORM
+ tristate "Platform battery driver"
+ help
+ Say Y here to include support for battery driver that gets all
+ information from platform functions.
+
endif # POWER_SUPPLY