aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/mfd/Kconfig
diff options
context:
space:
mode:
authorArnd Bergmann <arnd@arndb.de>2014-06-05 17:24:14 -0400
committerLee Jones <lee.jones@linaro.org>2014-06-26 08:33:50 -0400
commitf41716dc52b4a8887070318a41745e2edb612906 (patch)
treed9913c17e2664c6187d280495c66a2d5bd700819 /drivers/mfd/Kconfig
parent1c93c725d61642511f02a3293bcd7e694d0397d2 (diff)
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/Kconfig')
-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
1225 functionaltiy of the device other drivers must be enabled. 1225 functionaltiy of the device other drivers must be enabled.
1226 1226
1227config MFD_STW481X 1227config MFD_STW481X
1228 bool "Support for ST Microelectronics STw481x" 1228 tristate "Support for ST Microelectronics STw481x"
1229 depends on I2C && ARCH_NOMADIK 1229 depends on I2C && ARCH_NOMADIK
1230 select REGMAP_I2C 1230 select REGMAP_I2C
1231 select MFD_CORE 1231 select MFD_CORE