aboutsummaryrefslogtreecommitdiffstats
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
parent1c93c725d61642511f02a3293bcd7e694d0397d2 (diff)
downloadlinux-f41716dc52b4a8887070318a41745e2edb612906.tar.gz
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>
-rw-r--r--drivers/mfd/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig
index 43706928ef8674..e1f02c8290abd8 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