diff options
author | Jean-Francois Moine <moinejf@free.fr> | 2013-08-27 14:27:11 -0400 |
---|---|---|
committer | Mark Brown <broonie@linaro.org> | 2013-08-27 17:01:59 -0400 |
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 @@ | |||
1 | config SND_KIRKWOOD_SOC | 1 | config SND_KIRKWOOD_SOC |
2 | tristate "SoC Audio for the Marvell Kirkwood chip" | 2 | tristate "SoC Audio for the Marvell Kirkwood and Dove chips" |
3 | depends on ARCH_KIRKWOOD || COMPILE_TEST | 3 | depends on ARCH_KIRKWOOD || ARCH_DOVE || COMPILE_TEST |
4 | help | 4 | help |
5 | Say Y or M if you want to add support for codecs attached to | 5 | Say Y or M if you want to add support for codecs attached to |
6 | the Kirkwood I2S interface. You will also need to select the | 6 | the Kirkwood I2S interface. You will also need to select the |