aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2010-01-05 15:40:47 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2010-03-07 16:16:58 -0500
commitecf926bcda5ba1da7269dcaa71a1b6920dc48349 (patch)
tree786f4af5b6e16b7d7157c0e147f0d7cdf0e4e79d /drivers/mfd
parent760e4518788df6762700e6bb9dd8692379f11168 (diff)
mfd: Don't allow WM8350 to be built modular
The genirq implementation does not allow modules to implement irq_chips so the conversion of WM8350 to genirq means we can no longer allow the driver to be built as a module. Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com> Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index b670d10d5c92..d957373d77e4 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -205,7 +205,7 @@ config MFD_WM831X
205 functionality of the device. 205 functionality of the device.
206 206
207config MFD_WM8350 207config MFD_WM8350
208 tristate 208 bool
209 209
210config MFD_WM8350_CONFIG_MODE_0 210config MFD_WM8350_CONFIG_MODE_0
211 bool 211 bool
@@ -256,9 +256,9 @@ config MFD_WM8352_CONFIG_MODE_3
256 depends on MFD_WM8350 256 depends on MFD_WM8350
257 257
258config MFD_WM8350_I2C 258config MFD_WM8350_I2C
259 tristate "Support Wolfson Microelectronics WM8350 with I2C" 259 bool "Support Wolfson Microelectronics WM8350 with I2C"
260 select MFD_WM8350 260 select MFD_WM8350
261 depends on I2C 261 depends on I2C=y
262 help 262 help
263 The WM8350 is an integrated audio and power management 263 The WM8350 is an integrated audio and power management
264 subsystem with watchdog and RTC functionality for embedded 264 subsystem with watchdog and RTC functionality for embedded