diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index faaa9b4d0d07..8e9ba177d817 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -57,6 +57,11 @@ config WM8350_POWER | |||
57 | Say Y here to enable support for the power management unit | 57 | Say Y here to enable support for the power management unit |
58 | provided by the Wolfson Microelectronics WM8350 PMIC. | 58 | provided by the Wolfson Microelectronics WM8350 PMIC. |
59 | 59 | ||
60 | config TEST_POWER | ||
61 | tristate "Test power driver" | ||
62 | help | ||
63 | This driver is used for testing. It's safe to say M here. | ||
64 | |||
60 | config BATTERY_DS2760 | 65 | config BATTERY_DS2760 |
61 | tristate "DS2760 battery driver (HP iPAQ & others)" | 66 | tristate "DS2760 battery driver (HP iPAQ & others)" |
62 | select W1 | 67 | select W1 |
@@ -65,10 +70,10 @@ config BATTERY_DS2760 | |||
65 | Say Y here to enable support for batteries with ds2760 chip. | 70 | Say Y here to enable support for batteries with ds2760 chip. |
66 | 71 | ||
67 | config BATTERY_DS2782 | 72 | config BATTERY_DS2782 |
68 | tristate "DS2782 standalone gas-gauge" | 73 | tristate "DS2782/DS2786 standalone gas-gauge" |
69 | depends on I2C | 74 | depends on I2C |
70 | help | 75 | help |
71 | Say Y here to enable support for the DS2782 standalone battery | 76 | Say Y here to enable support for the DS2782/DS2786 standalone battery |
72 | gas-gauge. | 77 | gas-gauge. |
73 | 78 | ||
74 | config BATTERY_PMU | 79 | config BATTERY_PMU |
@@ -125,6 +130,12 @@ config BATTERY_MAX17040 | |||
125 | in handheld and portable equipment. The MAX17040 is configured | 130 | in handheld and portable equipment. The MAX17040 is configured |
126 | to operate with a single lithium cell | 131 | to operate with a single lithium cell |
127 | 132 | ||
133 | config BATTERY_Z2 | ||
134 | tristate "Z2 battery driver" | ||
135 | depends on I2C && MACH_ZIPIT2 | ||
136 | help | ||
137 | Say Y to include support for the battery on the Zipit Z2. | ||
138 | |||
128 | config CHARGER_PCF50633 | 139 | config CHARGER_PCF50633 |
129 | tristate "NXP PCF50633 MBC" | 140 | tristate "NXP PCF50633 MBC" |
130 | depends on MFD_PCF50633 | 141 | depends on MFD_PCF50633 |