aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-06-05 23:24:14 +0200
committerLee Jones <lee.jones@linaro.org>2014-06-26 13:33:50 +0100
commitf41716dc52b4a8887070318a41745e2edb612906 (patch)
treed9913c17e2664c6187d280495c66a2d5bd700819 /drivers/mfd
parentmfd: UCB1x00: Enable modular build (diff)
downloadlinux-dev-f41716dc52b4a8887070318a41745e2edb612906.tar.xz
linux-dev-f41716dc52b4a8887070318a41745e2edb612906.zip
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 <arnd@arndb.de> Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
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