diff options
author | Takashi Iwai <tiwai@suse.de> | 2012-05-22 02:58:55 +0200 |
---|---|---|
committer | Takashi Iwai <tiwai@suse.de> | 2012-05-22 02:58:55 +0200 |
commit | 85e184e4c3cd3e2285ceab91ff8f0cac094e8a85 (patch) | |
tree | 1c1cf2d82a62bf0bef4ee390f578dcec35f4b427 /sound/soc/tegra/Kconfig | |
parent | 382e6a859e6622de0aa62c01976ae8ebd90e986d (diff) | |
parent | 766812e6d5e2e23be1e212cf84902d5e834dd865 (diff) | |
download | linux-85e184e4c3cd3e2285ceab91ff8f0cac094e8a85.tar.bz2 |
Merge tag 'asoc-3.5' of git://git.kernel.org/pub/scm/linux/kernel/git/broonie/sound into for-linus
ASoC: Last minute updates
These are all new code, they've been in -next already so should be OK
for merge this time round. I'd been planning to send a pull request
today after they'd had a bit of exposure there to make sure breakage
didn't propagate into your tree.
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 Tegra30 I2S interface. You will also need to select the individual machine drivers to support below. +config SND_SOC_TEGRA_WM8753 + tristate "SoC Audio support for Tegra boards using a WM8753 codec" + depends on SND_SOC_TEGRA && I2C + 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 WM8753 codec, such as Whistler. + config MACH_HAS_SND_SOC_TEGRA_WM8903 bool help |