diff options
author | Christian Pellegrin <chripell@gmail.com> | 2008-11-15 02:58:32 -0500 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2008-11-17 06:45:53 -0500 |
commit | 7ad933d7a6677c20ce1bdb17425e732cf1ebee8a (patch) | |
tree | 665299af76c3c67b6c51080a7c8db3611bf25394 /sound/soc/s3c24xx/Kconfig | |
parent | 1cad1de1b216b355a60d907c103b2daf1a285345 (diff) |
ASoC: Machine driver for for s3c24xx with uda134x
Signed-off-by: Christian Pellegrin <chripell@fsfe.org>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r-- | sound/soc/s3c24xx/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig index b9f2353effeb..fcd03acf10f6 100644 --- a/sound/soc/s3c24xx/Kconfig +++ b/sound/soc/s3c24xx/Kconfig | |||
@@ -44,3 +44,8 @@ config SND_S3C24XX_SOC_LN2440SBC_ALC650 | |||
44 | Say Y if you want to add support for SoC audio on ln2440sbc | 44 | Say Y if you want to add support for SoC audio on ln2440sbc |
45 | with the ALC650. | 45 | with the ALC650. |
46 | 46 | ||
47 | config SND_S3C24XX_SOC_S3C24XX_UDA134X | ||
48 | tristate "SoC I2S Audio support UDA134X wired to a S3C24XX" | ||
49 | depends on SND_S3C24XX_SOC | ||
50 | select SND_S3C24XX_SOC_I2S | ||
51 | select SND_SOC_UDA134X | ||