aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorMark Brown <broonie@opensource.wolfsonmicro.com>2009-11-23 13:42:34 +0000
committerSamuel Ortiz <sameo@linux.intel.com>2009-12-13 19:21:48 +0100
commit6e40173de9aec91f8de84beabbc51061c086b744 (patch)
treed960070bec0a09eb98a364da89300fe5bc114e91 /drivers
parentmfd: Fix incorrect error check for wm8350-core (diff)
downloadlinux-dev-6e40173de9aec91f8de84beabbc51061c086b744.tar.xz
linux-dev-6e40173de9aec91f8de84beabbc51061c086b744.zip
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')
-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
the functionality of the device.
config MFD_WM831X
- tristate "Support Wolfson Microelectronics WM831x/2x PMICs"
+ bool "Support Wolfson Microelectronics WM831x/2x PMICs"
select MFD_CORE
depends on I2C
help