aboutsummaryrefslogtreecommitdiffstats
path: root/sound/soc/tegra/Kconfig
diff options
context:
space:
mode:
authorStephen Warren <swarren@nvidia.com>2012-05-17 18:59:51 -0400
committerMark Brown <broonie@opensource.wolfsonmicro.com>2012-05-19 14:38:00 -0400
commitd8259ca50b84c0247f10d0167fb85a3a005aeca7 (patch)
tree7c2ac433ccb7251f38ac362df093858dd1589652 /sound/soc/tegra/Kconfig
parent5452030c564686a3dafd355da5456fbeca1de111 (diff)
ASoC: tegra: Add machine driver for WM8753 codec
One such machine is Whistler. Signed-off-by: Stephen Warren <swarren@nvidia.com> Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r--sound/soc/tegra/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig
index 5331c61faf01..c1c8e955f4d3 100644
--- a/sound/soc/tegra/Kconfig
+++ b/sound/soc/tegra/Kconfig
@@ -48,6 +48,16 @@ config SND_SOC_TEGRA30_I2S
48 Tegra30 I2S interface. You will also need to select the individual 48 Tegra30 I2S interface. You will also need to select the individual
49 machine drivers to support below. 49 machine drivers to support below.
50 50
51config SND_SOC_TEGRA_WM8753
52 tristate "SoC Audio support for Tegra boards using a WM8753 codec"
53 depends on SND_SOC_TEGRA && I2C
54 select SND_SOC_TEGRA20_I2S if ARCH_TEGRA_2x_SOC
55 select SND_SOC_TEGRA30_I2S if ARCH_TEGRA_3x_SOC
56 select SND_SOC_WM8753
57 help
58 Say Y or M here if you want to add support for SoC audio on Tegra
59 boards using the WM8753 codec, such as Whistler.
60
51config MACH_HAS_SND_SOC_TEGRA_WM8903 61config MACH_HAS_SND_SOC_TEGRA_WM8903
52 bool 62 bool
53 help 63 help