diff options
author | Mark Brown <broonie@linaro.org> | 2014-07-31 10:41:30 -0400 |
---|---|---|
committer | Lee Jones <lee.jones@linaro.org> | 2014-09-26 03:15:36 -0400 |
commit | 6052d83e716fde1af22a1b812b141e373153735e (patch) | |
tree | fc4a3bf64d07088a640e1b4e3ad8512450da9b66 /drivers/mfd | |
parent | e0c8a1f52d0d3dc5f79ce04d7bf6da0782dcee16 (diff) |
mfd: wm8994: Allow modular build
The interfaces that used to be built in only (interrupts IIRC) no longer
are so allow the driver to be built as a module fixing arm64 allmodconfig
builds.
Signed-off-by: Mark Brown <broonie@linaro.org>
Acked-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index cf66ef1ffaf3..fc419da8d722 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -1243,11 +1243,11 @@ config MFD_WM8350_I2C | |||
1243 | selected to enable support for the functionality of the chip. | 1243 | selected to enable support for the functionality of the chip. |
1244 | 1244 | ||
1245 | config MFD_WM8994 | 1245 | config MFD_WM8994 |
1246 | bool "Wolfson Microelectronics WM8994" | 1246 | tristate "Wolfson Microelectronics WM8994" |
1247 | select MFD_CORE | 1247 | select MFD_CORE |
1248 | select REGMAP_I2C | 1248 | select REGMAP_I2C |
1249 | select REGMAP_IRQ | 1249 | select REGMAP_IRQ |
1250 | depends on I2C=y | 1250 | depends on I2C |
1251 | help | 1251 | help |
1252 | The WM8994 is a highly integrated hi-fi CODEC designed for | 1252 | The WM8994 is a highly integrated hi-fi CODEC designed for |
1253 | smartphone applicatiosn. As well as audio functionality it | 1253 | smartphone applicatiosn. As well as audio functionality it |