diff options
author | Paul Fertser <fercerpav@gmail.com> | 2009-10-23 01:49:10 +0400 |
---|---|---|
committer | Paul Fertser <fercerpav@gmail.com> | 2009-11-04 20:26:26 +0300 |
commit | 41eab7673f8c0de9fa6be7abec64df99ad13a86c (patch) | |
tree | 24cd228df9d0bb0bd67aa8a4778b5b9b46fc2133 /drivers/power/Kconfig | |
parent | 74fca6a42863ffacaf7ba6f1936a9f228950f657 (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/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index bdbc4f73fcd..5382c108db0 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -103,4 +103,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 |