summaryrefslogtreecommitdiff
path: root/sound/soc/tegra/Kconfig
blob: db522f3f8265426c2cf2ec4149a3f754fcadcd1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config TEGRA_SND_SOC
	tristate "Soc alsa driver for Tegra"
	depends on ARCH_TEGRA
	select TEGRA_PCM
	select TEGRA_I2S
	select TEGRA_GENERIC_CODEC
	help
	  Say Y to support ALSA SoC for TEGRA

config TEGRA_PCM
	depends on TEGRA_SND_SOC
	tristate "Tegra pcm callbacks"

config TEGRA_I2S
	depends on TEGRA_SND_SOC
	tristate "Tegra I2S"

config TEGRA_GENERIC_CODEC
	depends on TEGRA_SND_SOC
	tristate "Tegra Generic Audio Codec"