diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-06-05 17:24:14 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-06-26 08:33:50 -0400 |
commit | f41716dc52b4a8887070318a41745e2edb612906 (patch) | |
tree | d9913c17e2664c6187d280495c66a2d5bd700819 /drivers/mfd/Kconfig | |
parent | 1c93c725d61642511f02a3293bcd7e694d0397d2 (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/Kconfig | 2 |
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 | ||
1227 | config MFD_STW481X | 1227 | config 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 |