summaryrefslogtreecommitdiff
path: root/sound/soc/mvf/Kconfig
diff options
context:
space:
mode:
authorJustin Waters <justin.waters@timesys.com>2013-03-29 13:08:55 -0400
committerJustin Waters <justin.waters@timesys.com>2013-03-29 13:08:55 -0400
commit21ceb093d796e94500502eee94a8cd5fcc76f619 (patch)
tree8f3255c05b10b382a361e1eca47794b3485c2572 /sound/soc/mvf/Kconfig
parentf962cbcefdfad22ffff41e19ad4c5ff58815c05c (diff)
parentfcbe1245c34fa407ff20d6afd2f975e8f961a17b (diff)
Merge branch '3.0-pcm052' of ssh://github.com/tsfs/Vybrid-Linux into 3.0-pcm0523.0-pcm052-ts2.1
Diffstat (limited to 'sound/soc/mvf/Kconfig')
-rw-r--r--sound/soc/mvf/Kconfig12
1 files changed, 11 insertions, 1 deletions
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