diff options
author | apatard@mandriva.com <apatard@mandriva.com> | 2010-05-31 07:49:14 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2010-05-31 08:16:37 -0400 |
commit | f9b95980f87f021f8c69646738929189838ad035 (patch) | |
tree | 99ea04355647ccf423786804ddb56131d618c448 /sound/soc/Kconfig | |
parent | 492e2bf141478e2c1ce3abfda381f73d1f2108f5 (diff) |
ASoC: kirkwood: Add i2s support
This patch enables support for the i2s controller available on kirkwood
platforms
Signed-off-by: Arnaud Patard <apatard@mandriva.com>
Acked-by: Liam Girdwood <lrg@slimlogic.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/Kconfig')
-rw-r--r-- | sound/soc/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/Kconfig b/sound/soc/Kconfig index 6e04fc2aae4d..5e68ac880832 100644 --- a/sound/soc/Kconfig +++ b/sound/soc/Kconfig | |||
@@ -32,6 +32,7 @@ source "sound/soc/fsl/Kconfig" | |||
32 | source "sound/soc/imx/Kconfig" | 32 | source "sound/soc/imx/Kconfig" |
33 | source "sound/soc/nuc900/Kconfig" | 33 | source "sound/soc/nuc900/Kconfig" |
34 | source "sound/soc/omap/Kconfig" | 34 | source "sound/soc/omap/Kconfig" |
35 | source "sound/soc/kirkwood/Kconfig" | ||
35 | source "sound/soc/pxa/Kconfig" | 36 | source "sound/soc/pxa/Kconfig" |
36 | source "sound/soc/s3c24xx/Kconfig" | 37 | source "sound/soc/s3c24xx/Kconfig" |
37 | source "sound/soc/s6000/Kconfig" | 38 | source "sound/soc/s6000/Kconfig" |