From: Mark Brown Date: Mon, 23 Nov 2009 13:42:34 +0000 (+0000) Subject: mfd: Don't allow wm831x to be built as a module X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=6e40173de9aec91f8de84beabbc51061c086b744;p=linux-edison.git 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 Signed-off-by: Mark Brown Signed-off-by: Samuel Ortiz --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index b46b11b2ad7..4502bcb9138 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