diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index 8e0c2b47803c..668472405a57 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 WM8350_POWER | ||
33 | tristate "WM8350 PMU support" | ||
34 | depends on MFD_WM8350 | ||
35 | help | ||
36 | Say Y here to enable support for the power management unit | ||
37 | provided by the Wolfson Microelectronics WM8350 PMIC. | ||
38 | |||
32 | config BATTERY_DS2760 | 39 | config BATTERY_DS2760 |
33 | tristate "DS2760 battery driver (HP iPAQ & others)" | 40 | tristate "DS2760 battery driver (HP iPAQ & others)" |
34 | select W1 | 41 | select W1 |
@@ -68,4 +75,11 @@ config BATTERY_BQ27x00 | |||
68 | help | 75 | help |
69 | Say Y here to enable support for batteries with BQ27200(I2C) chip. | 76 | Say Y here to enable support for batteries with BQ27200(I2C) chip. |
70 | 77 | ||
78 | config BATTERY_DA9030 | ||
79 | tristate "DA9030 battery driver" | ||
80 | depends on PMIC_DA903X | ||
81 | help | ||
82 | Say Y here to enable support for batteries charger integrated into | ||
83 | DA9030 PMIC. | ||
84 | |||
71 | endif # POWER_SUPPLY | 85 | endif # POWER_SUPPLY |