From: Mark Brown Date: Mon, 14 May 2012 09:13:15 +0000 (+0100) Subject: mfd: Don't support non-modular wm8400 build X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=eee0e4b44f855f4a34c77137cb64d08c9fb484e9;p=linux-beck.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 b914483cd630..af46ce019fc7 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