diff options
author | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-11-23 08:42:34 -0500 |
---|---|---|
committer | Samuel Ortiz <sameo@linux.intel.com> | 2009-12-13 13:21:48 -0500 |
commit | 6e40173de9aec91f8de84beabbc51061c086b744 (patch) | |
tree | d960070bec0a09eb98a364da89300fe5bc114e91 /drivers/mfd/Kconfig | |
parent | cb9b2245009d18ae011c44006335088f743b72e2 (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/Kconfig | 2 |
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 | ||
197 | config MFD_WM831X | 197 | config 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 |