diff options
author | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
---|---|---|
committer | Andrea Bastoni <bastoni@cs.unc.edu> | 2010-05-30 19:16:45 -0400 |
commit | ada47b5fe13d89735805b566185f4885f5a3f750 (patch) | |
tree | 644b88f8a71896307d71438e9b3af49126ffb22b /drivers/power/Kconfig | |
parent | 43e98717ad40a4ae64545b5ba047c7b86aa44f4f (diff) | |
parent | 3280f21d43ee541f97f8cda5792150d2dbec20d5 (diff) |
Merge branch 'wip-2.6.34' into old-private-masterarchived-private-master
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 25 |
1 files changed, 23 insertions, 2 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index cea6cef27e89..faaa9b4d0d07 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -29,6 +29,20 @@ config APM_POWER | |||
29 | Say Y here to enable support APM status emulation using | 29 | Say Y here to enable support APM status emulation using |
30 | battery class devices. | 30 | battery class devices. |
31 | 31 | ||
32 | config MAX8925_POWER | ||
33 | tristate "MAX8925 battery charger support" | ||
34 | depends on MFD_MAX8925 | ||
35 | help | ||
36 | Say Y here to enable support for the battery charger in the Maxim | ||
37 | MAX8925 PMIC. | ||
38 | |||
39 | config WM831X_BACKUP | ||
40 | tristate "WM831X backup battery charger support" | ||
41 | depends on MFD_WM831X | ||
42 | help | ||
43 | Say Y here to enable support for the backup battery charger | ||
44 | in the Wolfson Microelectronics WM831x PMICs. | ||
45 | |||
32 | config WM831X_POWER | 46 | config WM831X_POWER |
33 | tristate "WM831X PMU support" | 47 | tristate "WM831X PMU support" |
34 | depends on MFD_WM831X | 48 | depends on MFD_WM831X |
@@ -77,6 +91,13 @@ config BATTERY_TOSA | |||
77 | Say Y to enable support for the battery on the Sharp Zaurus | 91 | Say Y to enable support for the battery on the Sharp Zaurus |
78 | SL-6000 (tosa) models. | 92 | SL-6000 (tosa) models. |
79 | 93 | ||
94 | config BATTERY_COLLIE | ||
95 | tristate "Sharp SL-5500 (collie) battery" | ||
96 | depends on SA1100_COLLIE && MCP_UCB1200 | ||
97 | help | ||
98 | Say Y to enable support for the battery on the Sharp Zaurus | ||
99 | SL-5500 (collie) models. | ||
100 | |||
80 | config BATTERY_WM97XX | 101 | config BATTERY_WM97XX |
81 | bool "WM97xx generic battery driver" | 102 | bool "WM97xx generic battery driver" |
82 | depends on TOUCHSCREEN_WM97XX=y | 103 | depends on TOUCHSCREEN_WM97XX=y |
@@ -84,10 +105,10 @@ config BATTERY_WM97XX | |||
84 | Say Y to enable support for battery measured by WM97xx aux port. | 105 | Say Y to enable support for battery measured by WM97xx aux port. |
85 | 106 | ||
86 | config BATTERY_BQ27x00 | 107 | config BATTERY_BQ27x00 |
87 | tristate "BQ27200 battery driver" | 108 | tristate "BQ27x00 battery driver" |
88 | depends on I2C | 109 | depends on I2C |
89 | help | 110 | help |
90 | Say Y here to enable support for batteries with BQ27200(I2C) chip. | 111 | Say Y here to enable support for batteries with BQ27x00 (I2C) chips. |
91 | 112 | ||
92 | config BATTERY_DA9030 | 113 | config BATTERY_DA9030 |
93 | tristate "DA9030 battery driver" | 114 | tristate "DA9030 battery driver" |