From 89df1897f9e305288503bccac1b7de0c196dca48 Mon Sep 17 00:00:00 2001 From: Russell Robinson Jr Date: Thu, 14 Mar 2013 13:25:05 -0700 Subject: pcm052: audio: audio playback and record support added Signed-off-by: Russell Robinson Jr --- sound/soc/mvf/Kconfig | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) (limited to 'sound/soc/mvf/Kconfig') diff --git a/sound/soc/mvf/Kconfig b/sound/soc/mvf/Kconfig index 6577df843926..7b34f5cf1c73 100644 --- a/sound/soc/mvf/Kconfig +++ b/sound/soc/mvf/Kconfig @@ -18,9 +18,19 @@ config SND_SOC_MVF_SGTL5000 depends on I2C select SND_SOC_SGTL5000 select SND_MVF_SOC_TWR - default y + default n help Say Y if you want to add support for SoC audio on an Farday board with a sgtl5000 codec. +config SND_SOC_PCM052_SGTL5000 + tristate "SoC Audio support for the phyCORE-Vybrid board with sgtl5000" + depends on I2C + select SND_SOC_SGTL5000 + select SND_MVF_SOC_TWR + default y + help + Say Y if you want to add support for SoC audio on the phyCORE-Vybrid + board with a sgtl5000 codec. + endif -- cgit v1.2.3