diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-07-27 09:45:58 -0400 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-09-17 03:47:00 -0400 |
commit | b11062b9c558695cd054f16c697e1db0988e2603 (patch) | |
tree | 2cb76037f0906d0a025cce4e7a26b5da05927665 /drivers/mfd/Kconfig | |
parent | 698659d5f78606c698781574773f433c60176e40 (diff) |
mfd: Hook WM831x into build system
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd/Kconfig')
-rw-r--r-- | drivers/mfd/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 491ac0f800d2..0273456af77f 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -157,6 +157,16 @@ config MFD_WM8400 | |||
157 | the device, additional drivers must be enabled in order to use | 157 | the device, additional drivers must be enabled in order to use |
158 | the functionality of the device. | 158 | the functionality of the device. |
159 | 159 | ||
160 | config MFD_WM831X | ||
161 | tristate "Support Wolfson Microelectronics WM831x PMICs" | ||
162 | select MFD_CORE | ||
163 | depends on I2C | ||
164 | help | ||
165 | Support for the Wolfson Microelecronics WM831x PMICs. This | ||
166 | driver provides common support for accessing the device, | ||
167 | additional drivers must be enabled in order to use the | ||
168 | functionality of the device. | ||
169 | |||
160 | config MFD_WM8350 | 170 | config MFD_WM8350 |
161 | tristate | 171 | tristate |
162 | 172 | ||