diff options
author | Mike Rapoport <mike@compulab.co.il> | 2011-04-26 04:52:42 -0400 |
---|---|---|
committer | Mark Brown <broonie@opensource.wolfsonmicro.com> | 2011-05-03 13:42:44 -0400 |
commit | 1307394afd2d6cf8f41f5e691b43ffc9e027630c (patch) | |
tree | cdcd4b03aa7ff2424bba047666a211400042a104 /sound/soc/tegra/Kconfig | |
parent | 9b1b937c77f94f8c94874351a2d5ba92cd99f1ec (diff) |
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 0f5bd8298a0..035d39a4beb 100644 --- a/sound/soc/tegra/Kconfig +++ b/sound/soc/tegra/Kconfig | |||
@@ -30,3 +30,11 @@ config SND_SOC_TEGRA_WM8903 | |||
30 | boards using the WM8093 codec. Currently, the supported boards are | 30 | boards using the WM8093 codec. Currently, the supported boards are |
31 | Harmony, Ventana, Seaboard, Kaen, and Aebl. | 31 | Harmony, Ventana, Seaboard, Kaen, and Aebl. |
32 | 32 | ||
33 | config SND_SOC_TEGRA_TRIMSLICE | ||
34 | tristate "SoC Audio support for TrimSlice board" | ||
35 | depends on SND_SOC_TEGRA && MACH_TRIMSLICE && I2C | ||
36 | select SND_SOC_TEGRA_I2S | ||
37 | select SND_SOC_TLV320AIC23 | ||
38 | help | ||
39 | Say Y or M here if you want to add support for SoC audio on the | ||
40 | TrimSlice platform. | ||