diff options
author | Mike Rapoport <mike@compulab.co.il> | 2011-04-26 10:52:42 +0200 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-03 19:42:44 +0200 |
commit | 1307394afd2d6cf8f41f5e691b43ffc9e027630c (patch) | |
tree | cdcd4b03aa7ff2424bba047666a211400042a104 /sound/soc/tegra/Kconfig | |
parent | ASoC: Don't specify the DMA driver for Goni baseband link (diff) | |
download | linux-1307394afd2d6cf8f41f5e691b43ffc9e027630c.tar.xz linux-1307394afd2d6cf8f41f5e691b43ffc9e027630c.zip |
ASoC: tegra: TrimSlice machine support
Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Acked-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Liam Girdwood <lrg@ti.com>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Diffstat (limited to 'sound/soc/tegra/Kconfig')
-rw-r--r-- | sound/soc/tegra/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/sound/soc/tegra/Kconfig b/sound/soc/tegra/Kconfig index 0f5bd8298a0a..035d39a4beb4 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig @@ -30,3 +30,11 @@ config SND_SOC_TEGRA_WM8903 boards using the WM8093 codec. Currently, the supported boards are Harmony, Ventana, Seaboard, Kaen, and Aebl. +config SND_SOC_TEGRA_TRIMSLICE + tristate "SoC Audio support for TrimSlice board" + depends on SND_SOC_TEGRA && MACH_TRIMSLICE && I2C + select SND_SOC_TEGRA_I2S + select SND_SOC_TLV320AIC23 + help + Say Y or M here if you want to add support for SoC audio on the + TrimSlice platform. |