diff options
Diffstat (limited to 'drivers/regulator/Kconfig')
-rw-r--r-- | drivers/regulator/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/regulator/Kconfig b/drivers/regulator/Kconfig index da7483ef32b3..38ea5dc8e143 100644 --- a/drivers/regulator/Kconfig +++ b/drivers/regulator/Kconfig | |||
@@ -82,6 +82,13 @@ config REGULATOR_TWL4030 | |||
82 | This driver supports the voltage regulators provided by | 82 | This driver supports the voltage regulators provided by |
83 | this family of companion chips. | 83 | this family of companion chips. |
84 | 84 | ||
85 | config REGULATOR_WM831X | ||
86 | tristate "Wolfson Microelcronics WM831x PMIC regulators" | ||
87 | depends on MFD_WM831X | ||
88 | help | ||
89 | Support the voltage and current regulators of the WM831x series | ||
90 | of PMIC devices. | ||
91 | |||
85 | config REGULATOR_WM8350 | 92 | config REGULATOR_WM8350 |
86 | tristate "Wolfson Microelectroncis WM8350 AudioPlus PMIC" | 93 | tristate "Wolfson Microelectroncis WM8350 AudioPlus PMIC" |
87 | depends on MFD_WM8350 | 94 | depends on MFD_WM8350 |