summaryrefslogtreecommitdiff
path: root/sound
diff options
context:
space:
mode:
authorBo Yan <byan@nvidia.com>2012-10-17 10:30:06 -0700
committerSimone Willett <swillett@nvidia.com>2012-10-22 18:40:53 -0700
commit82288e09a2e427a9ccbcab2cb0802ae9d97103df (patch)
treee3c37eec96a6614ffe01d61f8e6b5a9bbe7113ae /sound
parent4323cbcfc07e39fede675c72ecfb078108bb4e28 (diff)
asoc: tegra: Fix the dependency in Kconfig
Since CS42L73, RT5639, and RT5640 also depend on SND_SOC_TEGRA30_SPDIF, this obviously can't be limited to tegra30. Signed-off-by: Bo Yan <byan@nvidia.com> Reviewed-on: http://git-master/r/145309 (cherry picked from commit b86c825cd00813c71baaaf7534089e39cb600fa5) Change-Id: I24009899ad8a2c0a2639e3cc4c03e44a154e35d0 Signed-off-by: Bharat Nihalani <bnihalani@nvidia.com> Reviewed-on: http://git-master/r/146487 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Bo Yan <byan@nvidia.com> Tested-by: Bo Yan <byan@nvidia.com> Reviewed-by: Yu-Huan Hsu <yhsu@nvidia.com> GVS: Gerrit_Virtual_Submit
Diffstat (limited to 'sound')
-rw-r--r--sound/soc/tegra/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index 4d993a1b4d1d..fc65a5b10659 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -46,7 +46,7 @@ config SND_SOC_TEGRA20_SPDIF
config SND_SOC_TEGRA30_SPDIF
tristate
- depends on SND_SOC_TEGRA && ARCH_TEGRA_3x_SOC && TEGRA_DC
+ depends on SND_SOC_TEGRA && !ARCH_TEGRA_2x_SOC && TEGRA_DC
select SND_SOC_TEGRA30_AHUB
help
Say Y or M if you want to add support for the TEGRA30 SPDIF interface.
@@ -255,4 +255,4 @@ config SND_SOC_TEGRA_CS42L73
help
Say Y or M here if you want to add support for SoC audio on Tegra
boards using the CS42L73 codec. Currently, only supported board is
- Pluto. \ No newline at end of file
+ Pluto.