blob: 21125b3026303ef202bbfa441064b9e7e6a30311 [file] [log] [blame]
Stephen Warren2ba94712011-04-12 11:40:37 -06001config SND_SOC_TEGRA
Stephen Warren8b75d712011-01-07 22:36:17 -07002 tristate "SoC Audio for the Tegra System-on-Chip"
3 depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA
4 default m
5 help
6 Say Y or M here if you want support for SoC audio on Tegra.
7
Stephen Warren2ba94712011-04-12 11:40:37 -06008config SND_SOC_TEGRA_I2S
Stephen Warren8b75d712011-01-07 22:36:17 -07009 tristate
Stephen Warren2ba94712011-04-12 11:40:37 -060010 depends on SND_SOC_TEGRA
Stephen Warren8b75d712011-01-07 22:36:17 -070011 default m
12 help
13 Say Y or M if you want to add support for codecs attached to the
14 Tegra I2S interface. You will also need to select the individual
15 machine drivers to support below.
16
Stephen Warren2ba94712011-04-12 11:40:37 -060017config SND_SOC_TEGRA_WM8903
Stephen Warrendc0a50af2011-04-12 11:40:36 -060018 tristate "SoC Audio support for Tegra boards using a WM8903 codec"
Stephen Warren2ba94712011-04-12 11:40:37 -060019 depends on SND_SOC_TEGRA && MACH_HARMONY && I2C
Stephen Warren8b75d712011-01-07 22:36:17 -070020 default m
Stephen Warren2ba94712011-04-12 11:40:37 -060021 select SND_SOC_TEGRA_I2S
Stephen Warren8b75d712011-01-07 22:36:17 -070022 select SND_SOC_WM8903
23 help
Stephen Warrendc0a50af2011-04-12 11:40:36 -060024 Say Y or M here if you want to add support for SoC audio on Tegra
25 boards using the WM8093 codec. Currently, the only supported board
26 is Harmony.
Stephen Warren8b75d712011-01-07 22:36:17 -070027