summaryrefslogtreecommitdiffstats
path: root/drivers/power/Kconfig
diff options
context:
space:
mode:
authorAnton Vorontsov2007-05-03 22:45:39 +0200
committerDavid Woodhouse2007-07-10 12:26:18 +0200
commitfe0e3153acfef4864b69932cf116eb5f38f7500c (patch)
tree49875913f9166c5aae2b92192ca52f334ada0523 /drivers/power/Kconfig
parent[BATTERY] APM emulation driver for class batteries (diff)
downloadkernel-qcow2-linux-fe0e3153acfef4864b69932cf116eb5f38f7500c.tar.gz
kernel-qcow2-linux-fe0e3153acfef4864b69932cf116eb5f38f7500c.tar.xz
kernel-qcow2-linux-fe0e3153acfef4864b69932cf116eb5f38f7500c.zip
[BATTERY] 1-Wire ds2760 chip battery driver
This is driver for batteries with ds2760 chip inside, found inside almost every HP iPaq and HTC PDAs/phones. Signed-off-by: Anton Vorontsov <cbou@mail.ru> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r--drivers/power/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig
index 791fa0cc45fe..921456243e4b 100644
--- a/drivers/power/Kconfig
+++ b/drivers/power/Kconfig
@@ -28,4 +28,11 @@ config APM_POWER
Say Y here to enable support APM status emulation using
battery class devices.
+config BATTERY_DS2760
+ tristate "DS2760 battery driver (HP iPAQ & others)"
+ select W1
+ select W1_SLAVE_DS2760
+ help
+ Say Y here to enable support for batteries with ds2760 chip.
+
endif # POWER_SUPPLY