diff options
| author | Arnd Bergmann <arnd@arndb.de> | 2014-06-05 23:24:14 +0200 | 
|---|---|---|
| committer | Lee Jones <lee.jones@linaro.org> | 2014-06-26 13:33:50 +0100 | 
| commit | f41716dc52b4a8887070318a41745e2edb612906 (patch) | |
| tree | d9913c17e2664c6187d280495c66a2d5bd700819 | |
| 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>
| -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  	  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 | 
