diff options
author | Ben Dooks <ben@simtec.co.uk> | 2009-08-20 17:50:43 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2009-08-21 05:53:06 -0400 |
commit | b2ec22e2633996727f4f2abcd806aaeb0506dd6a (patch) | |
tree | 25b6c45cd3f420f179b0a49f3824c1abf72dbbc0 /sound/soc/s3c24xx/Kconfig | |
parent | aa6b904e66d5f484bd52763d63259b9a16f6e107 (diff) |
ASoC: S3C24XX: Support for Simtec Hermes boards
Add support for the tlv320aic3x CODEC on the Simtec Hermes board.
Signed-off-by: Ben Dooks <ben@simtec.co.uk>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index 78cfd8d08e56..f8e0fff26384 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -91,3 +91,10 @@ config SND_S3C24XX_SOC_SIMTEC_TLV320AIC23 | |||
91 | select SND_S3C24XX_SOC_I2S | 91 | select SND_S3C24XX_SOC_I2S |
92 | select SND_SOC_TLV320AIC23 | 92 | select SND_SOC_TLV320AIC23 |
93 | select SND_S3C24XX_SOC_SIMTEC | 93 | select SND_S3C24XX_SOC_SIMTEC |
94 | |||
95 | config SND_S3C24XX_SOC_SIMTEC_HERMES | ||
96 | tristate "SoC I2S Audio support for Simtec Hermes board" | ||
97 | depends on SND_S3C24XX_SOC | ||
98 | select SND_S3C24XX_SOC_I2S | ||
99 | select SND_SOC_TLV320AIC3X | ||
100 | select SND_S3C24XX_SOC_SIMTEC | ||