blob: 14f711977ae319cb3a84ab821b5488645f88cc25 [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 Warren773b1d32011-04-12 11:40:39 -060019 depends on SND_SOC_TEGRA && I2C
20 depends on MACH_HARMONY || MACH_VENTANA || MACH_SEABOARD || MACH_KAEN || MACH_AEBL
Stephen Warren8b75d712011-01-07 22:36:17 -070021 default m
Stephen Warren2ba94712011-04-12 11:40:37 -060022 select SND_SOC_TEGRA_I2S
Stephen Warren8b75d712011-01-07 22:36:17 -070023 select SND_SOC_WM8903
24 help
Stephen Warrendc0a50af2011-04-12 11:40:36 -060025 Say Y or M here if you want to add support for SoC audio on Tegra
Stephen Warren773b1d32011-04-12 11:40:39 -060026 boards using the WM8093 codec. Currently, the supported boards are
27 Harmony, Ventana, Seaboard, Kaen, and Aebl.
Stephen Warren8b75d712011-01-07 22:36:17 -070028