From: Mark Brown Date: Mon, 14 May 2012 09:13:15 +0000 (+0100) Subject: mfd: Don't support non-modular wm8400 build X-Git-Tag: v3.5-rc1~51^2~35 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=eee0e4b44f855f4a34c77137cb64d08c9fb484e9;p=thirdparty%2Fkernel%2Flinux.git mfd: Don't support non-modular wm8400 build It's relying on non-exported symbols. 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 b914483cd630c..af46ce019fc73 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -465,7 +465,7 @@ config MFD_S5M_CORE of the device config MFD_WM8400 - tristate "Support Wolfson Microelectronics WM8400" + bool "Support Wolfson Microelectronics WM8400" select MFD_CORE depends on I2C select REGMAP_I2C