aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-10-01 10:41:07 -0400
committerSamuel Ortiz <sameo@linux.intel.com>2009-12-13 13:20:44 -0500
commitd4e0a89e3d170affa896efcdb4320e38a2f3a546 (patch)
tree496c6514976b379597f96c1412a628dcb71d8a14 /drivers/mfd/Kconfig
parent6f2ecaae72910211034c4f1955da97b2ff994265 (diff)
mfd: Add support for WM8320 PMICs
The WM8320 is an integrated power management subsystem providing voltage regulators, RTC, watchdog and other functionality. The WM8320 is derived from the WM831x and therefore shares most of the driver code with the WM831x. 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/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 2aea25ba7ba0..b0b3e42e7ee6 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -185,12 +185,12 @@ config MFD_WM8400
185 the functionality of the device. 185 the functionality of the device.
186 186
187config MFD_WM831X 187config MFD_WM831X
188 tristate "Support Wolfson Microelectronics WM831x PMICs" 188 tristate "Support Wolfson Microelectronics WM831x/2x PMICs"
189 select MFD_CORE 189 select MFD_CORE
190 depends on I2C 190 depends on I2C
191 help 191 help
192 Support for the Wolfson Microelecronics WM831x PMICs. This 192 Support for the Wolfson Microelecronics WM831x and WM832x PMICs.
193 driver provides common support for accessing the device, 193 This driver provides common support for accessing the device,
194 additional drivers must be enabled in order to use the 194 additional drivers must be enabled in order to use the
195 functionality of the device. 195 functionality of the device.
196 196