diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 23 |
1 files changed, 21 insertions, 2 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 07343568a12e..60d83d983a36 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -64,8 +64,7 @@ config TEST_POWER | |||
64 | 64 | ||
65 | config BATTERY_DS2760 | 65 | config BATTERY_DS2760 |
66 | tristate "DS2760 battery driver (HP iPAQ & others)" | 66 | tristate "DS2760 battery driver (HP iPAQ & others)" |
67 | select W1 | 67 | depends on W1 && W1_SLAVE_DS2760 |
68 | select W1_SLAVE_DS2760 | ||
69 | help | 68 | help |
70 | Say Y here to enable support for batteries with ds2760 chip. | 69 | Say Y here to enable support for batteries with ds2760 chip. |
71 | 70 | ||
@@ -109,6 +108,13 @@ config BATTERY_WM97XX | |||
109 | help | 108 | help |
110 | Say Y to enable support for battery measured by WM97xx aux port. | 109 | Say Y to enable support for battery measured by WM97xx aux port. |
111 | 110 | ||
111 | config BATTERY_BQ20Z75 | ||
112 | tristate "TI BQ20z75 gas gauge" | ||
113 | depends on I2C | ||
114 | help | ||
115 | Say Y to include support for TI BQ20z75 SBS-compliant | ||
116 | gas gauge and protection IC. | ||
117 | |||
112 | config BATTERY_BQ27x00 | 118 | config BATTERY_BQ27x00 |
113 | tristate "BQ27x00 battery driver" | 119 | tristate "BQ27x00 battery driver" |
114 | depends on I2C | 120 | depends on I2C |
@@ -166,4 +172,17 @@ config BATTERY_INTEL_MID | |||
166 | Say Y here to enable the battery driver on Intel MID | 172 | Say Y here to enable the battery driver on Intel MID |
167 | platforms. | 173 | platforms. |
168 | 174 | ||
175 | config CHARGER_ISP1704 | ||
176 | tristate "ISP1704 USB Charger Detection" | ||
177 | depends on USB_OTG_UTILS | ||
178 | help | ||
179 | Say Y to enable support for USB Charger Detection with | ||
180 | ISP1707/ISP1704 USB transceivers. | ||
181 | |||
182 | config CHARGER_TWL4030 | ||
183 | tristate "OMAP TWL4030 BCI charger driver" | ||
184 | depends on TWL4030_CORE | ||
185 | help | ||
186 | Say Y here to enable support for TWL4030 Battery Charge Interface. | ||
187 | |||
169 | endif # POWER_SUPPLY | 188 | endif # POWER_SUPPLY |