Kconfig 914 字节
Newer Older
1
config SND_SOC_TEGRA
2 3 4 5 6 7
	tristate "SoC Audio for the Tegra System-on-Chip"
	depends on ARCH_TEGRA && TEGRA_SYSTEM_DMA
	default m
	help
	  Say Y or M here if you want support for SoC audio on Tegra.

8
config SND_SOC_TEGRA_I2S
9
	tristate
10
	depends on SND_SOC_TEGRA
11 12 13 14 15 16
	default m
	help
	  Say Y or M if you want to add support for codecs attached to the
	  Tegra I2S interface. You will also need to select the individual
	  machine drivers to support below.

17
config SND_SOC_TEGRA_WM8903
18
	tristate "SoC Audio support for Tegra boards using a WM8903 codec"
19 20
	depends on SND_SOC_TEGRA && I2C
	depends on MACH_HARMONY || MACH_VENTANA || MACH_SEABOARD || MACH_KAEN || MACH_AEBL
21
	default m
22
	select SND_SOC_TEGRA_I2S
23 24
	select SND_SOC_WM8903
	help
25
	  Say Y or M here if you want to add support for SoC audio on Tegra
26 27
	  boards using the WM8093 codec. Currently, the supported boards are
	  Harmony, Ventana, Seaboard, Kaen, and Aebl.
28