diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index d4b3d67f0548..faaa9b4d0d07 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -29,6 +29,13 @@ 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 | |||
32 | config WM831X_BACKUP | 39 | config WM831X_BACKUP |
33 | tristate "WM831X backup battery charger support" | 40 | tristate "WM831X backup battery charger support" |
34 | depends on MFD_WM831X | 41 | depends on MFD_WM831X |
@@ -98,10 +105,10 @@ config BATTERY_WM97XX | |||
98 | 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. |
99 | 106 | ||
100 | config BATTERY_BQ27x00 | 107 | config BATTERY_BQ27x00 |
101 | tristate "BQ27200 battery driver" | 108 | tristate "BQ27x00 battery driver" |
102 | depends on I2C | 109 | depends on I2C |
103 | help | 110 | help |
104 | 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. |
105 | 112 | ||
106 | config BATTERY_DA9030 | 113 | config BATTERY_DA9030 |
107 | tristate "DA9030 battery driver" | 114 | tristate "DA9030 battery driver" |