diff options
author | Manuel Lauss <manuel.lauss@googlemail.com> | 2011-07-25 07:44:46 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-07-27 14:10:48 -0400 |
commit | b2ce305dda483e59a78d5aa6e4211034c0cea38d (patch) | |
tree | 995694664f2b2654a0ff121277ec59875da56d05 /sound/soc/au1x/Kconfig | |
parent | b3c70c9ea62a3ae6c63536e43fa28f965a56de91 (diff) |
ASoC: Add a DB1x00 AC97 machine driver
Add a machine driver suitable for the AC97 part on the DB1000/DB1500/DB1100
boards.
Run-tested on DB1500.
Signed-off-by: Manuel Lauss <manuel.lauss@googlemail.com>
Acked-by: Ralf Baechle <ralf@linux-mips.org>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/au1x/Kconfig')
-rw-r--r-- | sound/soc/au1x/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/sound/soc/au1x/Kconfig b/sound/soc/au1x/Kconfig index 0460b428862c..6d592546e8fc 100644 --- a/sound/soc/au1x/Kconfig +++ b/sound/soc/au1x/Kconfig | |||
@@ -41,6 +41,15 @@ config SND_SOC_AU1XI2SC | |||
41 | ## | 41 | ## |
42 | ## Boards | 42 | ## Boards |
43 | ## | 43 | ## |
44 | config SND_SOC_DB1000 | ||
45 | tristate "DB1000 Audio support" | ||
46 | depends on SND_SOC_AU1XAUDIO | ||
47 | select SND_SOC_AU1XAC97C | ||
48 | select SND_SOC_AC97_CODEC | ||
49 | help | ||
50 | Select this option to enable AC97 audio on the early DB1x00 series | ||
51 | of boards (DB1000/DB1500/DB1100). | ||
52 | |||
44 | config SND_SOC_DB1200 | 53 | config SND_SOC_DB1200 |
45 | tristate "DB1200 AC97+I2S audio support" | 54 | tristate "DB1200 AC97+I2S audio support" |
46 | depends on SND_SOC_AU1XPSC | 55 | depends on SND_SOC_AU1XPSC |