summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/Kconfig
diff options
context:
space:
mode:
authorSumit Bhattacharya <sumitb@nvidia.com>2011-08-30 22:01:46 +0530
committerDan Willemsen <dwillemsen@nvidia.com>2011-11-30 21:48:43 -0800
commit05528315dd7aa9b44b289033a21a5ba108bd9755 (patch)
tree3884fd6d7df50d71a41ab4ca4d940e71c7ec9870 /sound/soc/tegra/Kconfig
parent575e4e79a6a06120217c425233e71a5852fd2bd3 (diff)
ASoC: tegra: WM8753: Add WM8753 machine driver
Bug 862023 Change-Id: I98842fef1c4617724159414132c772ae20495062 Reviewed-on: http://git-master/r/49873 Tested-by: Sumit Bhattacharya <sumitb@nvidia.com> Reviewed-by: Bharat Nihalani <bnihalani@nvidia.com> Rebase-Id: Raf35ea34cc87b64d96782a03fd296451b43c2646
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r--sound/soc/tegra/Kconfig19
1 files changed, 19 insertions, 0 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index d44044bf2f8f..f51b62570194 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -67,3 +67,22 @@ config SND_SOC_TEGRA_TRIMSLICE
help
Say Y or M here if you want to add support for SoC audio on the
TrimSlice platform.
+
+config MACH_HAS_SND_SOC_TEGRA_WM8753
+ bool
+ help
+ Machines that use the SND_SOC_TEGRA_WM8753 driver should select
+ this config option, in order to allow the user to enable
+ SND_SOC_TEGRA_WM8753.
+
+config SND_SOC_TEGRA_WM8753
+ tristate "SoC Audio support for Tegra boards using a WM8753 codec"
+ depends on SND_SOC_TEGRA && I2C
+ depends on MACH_HAS_SND_SOC_TEGRA_WM8753
+ select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
+ select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
+ select SND_SOC_WM8753
+ help
+ Say Y or M here if you want to add support for SoC audio on Tegra
+ boards using the WM8093 codec. Currently, only supported board is
+ Whistler.