diff options
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r-- | sound/soc/tegra/Kconfig | 10 |
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 | ||
51 | config 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 | |||
51 | config MACH_HAS_SND_SOC_TEGRA_WM8903 | 61 | config MACH_HAS_SND_SOC_TEGRA_WM8903 |
52 | bool | 62 | bool |
53 | help | 63 | help |