diff options
author | Anton Vorontsov <cbou@mail.ru> | 2007-04-11 17:03:55 -0400 |
---|---|---|
committer | David Woodhouse <dwmw2@infradead.org> | 2007-07-10 06:28:31 -0400 |
commit | d7ce6d1d5f6e307a2fbb69626cf120e20e793fe7 (patch) | |
tree | 9ef6d649e0d6c432c2e3d250267f206f2fddd924 /drivers/w1/slaves/Kconfig | |
parent | fb972873a767220333ffb509de8d9131336e212c (diff) |
[BATTERY] ds2760 W1 slave
This is W1 slave for ds2760 chip, found inside almost every HP iPaq and
HTC PDAs/phones.
Signed-off-by: Anton Vorontsov <cbou@mail.ru>
Acked-by: Evgeniy Polyakov <johnpol@2ka.mipt.ru>
Signed-off-by: David Woodhouse <dwmw2@infradead.org>
Diffstat (limited to 'drivers/w1/slaves/Kconfig')
-rw-r--r-- | drivers/w1/slaves/Kconfig | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/drivers/w1/slaves/Kconfig b/drivers/w1/slaves/Kconfig index 904e5aeb696c..df95d6c2cefa 100644 --- a/drivers/w1/slaves/Kconfig +++ b/drivers/w1/slaves/Kconfig | |||
@@ -35,4 +35,17 @@ config W1_SLAVE_DS2433_CRC | |||
35 | Each block has 30 bytes of data and a two byte CRC16. | 35 | Each block has 30 bytes of data and a two byte CRC16. |
36 | Full block writes are only allowed if the CRC is valid. | 36 | Full block writes are only allowed if the CRC is valid. |
37 | 37 | ||
38 | config W1_SLAVE_DS2760 | ||
39 | tristate "Dallas 2760 battery monitor chip (HP iPAQ & others)" | ||
40 | depends on W1 | ||
41 | help | ||
42 | If you enable this you will have the DS2760 battery monitor | ||
43 | chip support. | ||
44 | |||
45 | The battery monitor chip is used in many batteries/devices | ||
46 | as the one who is responsible for charging/discharging/monitoring | ||
47 | Li+ batteries. | ||
48 | |||
49 | If you are unsure, say N. | ||
50 | |||
38 | endmenu | 51 | endmenu |