aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-11-23 08:42:34 -0500
committerSamuel Ortiz <sameo@linux.intel.com>2009-12-13 13:21:48 -0500
commit6e40173de9aec91f8de84beabbc51061c086b744 (patch)
treed960070bec0a09eb98a364da89300fe5bc114e91 /drivers/mfd/Kconfig
parentcb9b2245009d18ae011c44006335088f743b72e2 (diff)
mfd: Don't allow wm831x to be built as a module
The genirq infrastructure functions aren't currently exported, preventing modular builds. Reported-by: Stephen Rothwell <sfr@canb.auug.org.au> 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/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index b46b11b2ad72..4502bcb91385 100644
--- a/drivers/mfd/Kconfig
+++ b/drivers/mfd/Kconfig
@@ -195,7 +195,7 @@ config MFD_WM8400
195 the functionality of the device. 195 the functionality of the device.
196 196
197config MFD_WM831X 197config MFD_WM831X
198 tristate "Support Wolfson Microelectronics WM831x/2x PMICs" 198 bool "Support Wolfson Microelectronics WM831x/2x PMICs"
199 select MFD_CORE 199 select MFD_CORE
200 depends on I2C 200 depends on I2C
201 help 201 help