summaryrefslogtreecommitdiff
path: root/sound/soc/s3c24xx/Kconfig
diff options
context:
space:
mode:
authorSeungwhan Youn <sw.youn@samsung.com>2010-10-12 20:58:52 +0900
committerMark Brown <broonie@opensource.wolfsonmicro.com>2010-10-15 11:41:12 +0100
commitb67089e4c258a3a4ea8e23ceea4a5b7f8c3099d7 (patch)
tree9a18e9b4a63d6d4e5a3e7ee14f31410617b44ced /sound/soc/s3c24xx/Kconfig
parentfc127ccccc5de164d490e8a55a1c2c126293e96f (diff)
ASoC: SAMSUNG: Add Machine driver for S/PDIF PCM audio
This patch add S/PDIF machine driver to support S/PDIF PCM audio on SMDKC100, SMDKC110 and SMDKV210 boards. Signed-off-by: Seungwhan Youn <sw.youn@samsung.com> Acked-by: Liam Girdwood <lrg@slimlogic.co.uk> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/s3c24xx/Kconfig')
-rw-r--r--sound/soc/s3c24xx/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/sound/soc/s3c24xx/Kconfig b/sound/soc/s3c24xx/Kconfig
index e2cba93446a5..8a6b53ccd203 100644
--- a/sound/soc/s3c24xx/Kconfig
+++ b/sound/soc/s3c24xx/Kconfig
@@ -161,3 +161,10 @@ config SND_S5PV210_SOC_GONI_WM8994
help
Say Y if you want to add support for SoC audio on goni
with the WM8994.
+
+config SND_SOC_SMDK_SPDIF
+ tristate "SoC S/PDIF Audio support for SMDK"
+ depends on SND_S3C24XX_SOC && (MACH_SMDKC100 || MACH_SMDKC110 || MACH_SMDKV210)
+ select SND_S5P_SOC_SPDIF
+ help
+ Say Y if you want to add support for SoC S/PDIF audio on the SMDK.