From: Arnd Bergmann Date: Thu, 5 Jun 2014 21:24:14 +0000 (+0200) Subject: mfd: STw481x: Allow modular build X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=f41716dc52b4a8887070318a41745e2edb612906;p=GitHub%2Fexynos8895%2Fandroid_kernel_samsung_universal8895.git mfd: STw481x: Allow modular build This driver depends on I2C, which may be a loadable module. While you'd probably want both to be built-in in practice, allowing a modular build avoids possible randconfig link errors. Signed-off-by: Arnd Bergmann Signed-off-by: Lee Jones --- diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 43706928ef86..e1f02c8290ab 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig @@ -1225,7 +1225,7 @@ config MFD_WM8994 functionaltiy of the device other drivers must be enabled. config MFD_STW481X - bool "Support for ST Microelectronics STw481x" + tristate "Support for ST Microelectronics STw481x" depends on I2C && ARCH_NOMADIK select REGMAP_I2C select MFD_CORE