diff options
Diffstat (limited to 'sound/soc/tegra-alt/Kconfig')
-rw-r--r-- | sound/soc/tegra-alt/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/sound/soc/tegra-alt/Kconfig b/sound/soc/tegra-alt/Kconfig index 60ea06882af9..1fbc85f426c6 100644 --- a/sound/soc/tegra-alt/Kconfig +++ b/sound/soc/tegra-alt/Kconfig @@ -47,3 +47,18 @@ config SND_SOC_TEGRA114_ADX_ALT depends on SND_SOC_TEGRA_ALT && SND_SOC_TEGRA_ALT_114_OR_LATER help Say Y or M if you want to add support for Tegra114 ADX module. + +config SND_SOC_TEGRA_VCM30T124_ALT + tristate "SoC Audio support for VCM30_T124" + depends on SND_SOC_TEGRA_ALT + depends on MACH_VCM30_T124 + select SND_SOC_TEGRA30_XBAR_ALT + select SND_SOC_TEGRA30_APBIF_ALT + select SND_SOC_TEGRA30_I2S_ALT + select SND_SOC_TEGRA114_AMX_ALT + select SND_SOC_TEGRA114_ADX_ALT + select SND_SOC_AD193X + select SND_SOC_WM8731 + help + Say Y or M here if you want to add support for SoC audio on the + TEGRA VCM30_T124 using wm8731 and ad1937 codecs. |