diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2013-08-27 20:27:11 +0200 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-27 22:01:59 +0100 |
commit | 446a3bd4329bcaf95d71c6717c2c424a0f97ff18 (patch) | |
tree | 57b2f2df1a322bf03151d004b07be6deb77d4aee /sound | |
parent | eb63231830360f5acfea5dd2b545d7a14476bc3a (diff) |
ASoc: kirkwood: Use the Kirkwood audio driver in Dove boards
This patch permits the generation of the Kirkwood audio driver which
may be used in the Dove boards.
Signed-off-by: Jean-Francois Moine <moinejf@free.fr>
Signed-off-by: Mark Brown <broonie@linaro.org>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/kirkwood/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/kirkwood/Kconfig b/sound/soc/kirkwood/Kconfig index 9e1970c44e86..78ed4a42ad21 100644 --- a/sound/soc/kirkwood/Kconfig +++ b/sound/soc/kirkwood/Kconfig @@ -1,6 +1,6 @@ config SND_KIRKWOOD_SOC - tristate "SoC Audio for the Marvell Kirkwood chip" - depends on ARCH_KIRKWOOD || COMPILE_TEST + tristate "SoC Audio for the Marvell Kirkwood and Dove chips" + depends on ARCH_KIRKWOOD || ARCH_DOVE || COMPILE_TEST help Say Y or M if you want to add support for codecs attached to the Kirkwood I2S interface. You will also need to select the |