diff options
author | Daniel Mack <zonque@gmail.com> | 2013-08-15 10:03:52 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-15 13:28:42 -0400 |
commit | 903eb3187e1c322d2e6838fd0275f13a072c4b63 (patch) | |
tree | 742855fe3d5b7e870454783c8b9c0eb38b35a77d /sound/core/Kconfig | |
parent | b7ae6f31d8243ec684af16bc5c763eccdfabaec0 (diff) |
ALSA: core: allow SND_DMAENGINE_PCM use from modules
When users of SND_DMAENGINE_PCM are built as module, the config symbol
SND_DMAENGINE_PCM must be tristate, otherwise the linker will fail.
Signed-off-by: Daniel Mack <zonque@gmail.com>
Reported-by: Fengguang Wu <fengguang.wu@intel.com>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound/core/Kconfig')
-rw-r--r-- | sound/core/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/core/Kconfig b/sound/core/Kconfig index 94ce1c44ff83..313f22e9d929 100644 --- a/sound/core/Kconfig +++ b/sound/core/Kconfig | |||
@@ -7,7 +7,7 @@ config SND_PCM | |||
7 | select SND_TIMER | 7 | select SND_TIMER |
8 | 8 | ||
9 | config SND_DMAENGINE_PCM | 9 | config SND_DMAENGINE_PCM |
10 | bool | 10 | tristate |
11 | 11 | ||
12 | config SND_HWDEP | 12 | config SND_HWDEP |
13 | tristate | 13 | tristate |