diff options
Diffstat (limited to 'drivers/power/Kconfig')
-rw-r--r-- | drivers/power/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index bdbc4f73fcdc..cea6cef27e89 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 WM831X_POWER | ||
33 | tristate "WM831X PMU support" | ||
34 | depends on MFD_WM831X | ||
35 | help | ||
36 | Say Y here to enable support for the power management unit | ||
37 | provided by Wolfson Microelectronics WM831x PMICs. | ||
38 | |||
32 | config WM8350_POWER | 39 | config WM8350_POWER |
33 | tristate "WM8350 PMU support" | 40 | tristate "WM8350 PMU support" |
34 | depends on MFD_WM8350 | 41 | depends on MFD_WM8350 |