summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/Kconfig
diff options
context:
space:
mode:
authorRakesh Iyer <riyer@nvidia.com>2012-01-28 22:17:59 -0800
committerLokesh Pathak <lpathak@nvidia.com>2012-02-10 08:38:13 -0800
commit8c6e3d8b09f39bb2e9f760e99ba421f4287fe2df (patch)
treea673a3608b9b147e3c2963d9f42b96113c4b88e3 /sound/soc/tegra/Kconfig
parent47ac66141378f5ce3a5c98b05a89d03408109478 (diff)
asoc: tegra: ALC5639 machine: Add ALC5639 audio codec
Changes made to add support of ALC5639 codec for kai. Bug 931371 Signed-off-by: Rakesh Iyer <riyer@nvidia.com> Reviewed-on: http://git-master/r/77953 (cherry picked from commit 481fabd90e34b9a8246d494b0caefa212238c1c2) Change-Id: I1bcc882cb4b8f7bd257b737295061ea1e9e7e41c Signed-off-by: Pritesh Raithatha <praithatha@nvidia.com> Reviewed-on: http://git-master/r/82731 Reviewed-by: Automatic_Commit_Validation_User Reviewed-by: Varun Wadekar <vwadekar@nvidia.com> Tested-by: Varun Wadekar <vwadekar@nvidia.com> Reviewed-by: Manoj Gangwal <mgangwal@nvidia.com>
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r--sound/soc/tegra/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index f3f185fed61f..5cda31dc461e 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -151,6 +151,28 @@ config SND_SOC_TEGRA_TLV320AIC326X
Say Y or M here if you want to add support for SoC audio on Tegra
boards using the TI AIC326X codec.
+config MACH_HAS_SND_SOC_TEGRA_RT5639
+ bool
+ help
+ Machines that use the SND_SOC_TEGRA_RT5639 driver should select
+ this config option, in order to allow the user to enable
+ SND_SOC_TEGRA_RT5639.
+
+config SND_SOC_TEGRA_RT5639
+ tristate "SoC Audio support for Tegra boards using a ALC5639 codec"
+ depends on SND_SOC_TEGRA && I2C && TEGRA_DC
+ depends on MACH_HAS_SND_SOC_TEGRA_RT5639
+ depends on SND_SOC_TEGRA_RT5640
+ select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
+ select SND_SOC_TEGRA30_SPDIF if ARCH_TEGRA_3x_SOC
+ select SND_SOC_RT5639
+ select SND_SOC_SPDIF
+ select SND_SOC_TEGRA30_DAM if ARCH_TEGRA_3x_SOC
+ help
+ Say Y or M here if you want to add support for SoC audio on Tegra
+ boards using the ALC5639 codec. Currently, the supported board
+ is Kai.
+
config MACH_HAS_SND_SOC_TEGRA_RT5640
bool
help