diff options
author | Rhyland Klein <rklein@nvidia.com> | 2010-09-05 18:31:23 -0400 |
---|---|---|
committer | Anton Vorontsov <cbouatmailru@gmail.com> | 2010-09-06 03:35:39 -0400 |
commit | a7640bfa10c558b7cbabb4b98d6bc356d3c2ec55 (patch) | |
tree | 6d07f0e17d45d91fcddf677674e15ce74e4f9bbb /drivers/power/Kconfig | |
parent | 2d98dae206daad05d794255b15bd0eb31c9294d0 (diff) |
power_supply: Add driver for TI BQ20Z75 gas gauge IC
This driver depends on I2C and uses SMBUS for communication with
the host.
Signed-off-by: Rhyland Klein <rklein@nvidia.com>
Reviewed-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Reviewed-by: Jean Delvare <khali@linux-fr.org>
Signed-off-by: Anton Vorontsov <cbouatmailru@gmail.com>
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index c2a1b8b713f6..4d9a637539b6 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -109,6 +109,13 @@ config BATTERY_WM97XX | |||
109 | help | 109 | help |
110 | Say Y to enable support for battery measured by WM97xx aux port. | 110 | Say Y to enable support for battery measured by WM97xx aux port. |
111 | 111 | ||
112 | config BATTERY_BQ20Z75 | ||
113 | tristate "TI BQ20z75 gas gauge" | ||
114 | depends on I2C | ||
115 | help | ||
116 | Say Y to include support for TI BQ20z75 SBS-compliant | ||
117 | gas gauge and protection IC. | ||
118 | |||
112 | config BATTERY_BQ27x00 | 119 | config BATTERY_BQ27x00 |
113 | tristate "BQ27x00 battery driver" | 120 | tristate "BQ27x00 battery driver" |
114 | depends on I2C | 121 | depends on I2C |