diff options
| author | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2016-06-19 03:00:02 +0200 | 
|---|---|---|
| committer | Thierry Reding <treding@nvidia.com> | 2016-11-08 11:46:42 +0100 | 
| commit | 9797f058bb7556ece06aab521ad47a8539fbe5f9 (patch) | |
| tree | ec739c77929e4f6003703cb432822b30bf4862e3 | |
| parent | 5e1e303d57dd71d4cfd00f1756a48c57e824ac7f (diff) | |
ARM: tegra: Enable SGTL5000 audio
The NVIDIA Tegra 3 aka T30 based Apalis T30 and Colibri T30 as well as
the new Tegra K1 aka TK1 based Apalis TK1 modules contain a Freescale
SGTL5000 analogue audio codec.
Signed-off-by: Marcel Ziswiler <marcel@ziswiler.com>
Reviewed-by: Stephen Warren <swarren@nvidia.com>
Signed-off-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
Signed-off-by: Thierry Reding <treding@nvidia.com>
| -rw-r--r-- | arch/arm/configs/tegra_defconfig | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index a0fe862a651e..c96254a5c870 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -209,6 +209,7 @@ CONFIG_SND_SOC_TEGRA_WM9712=y  CONFIG_SND_SOC_TEGRA_TRIMSLICE=y  CONFIG_SND_SOC_TEGRA_ALC5632=y  CONFIG_SND_SOC_TEGRA_MAX98090=y +CONFIG_SND_SOC_TEGRA_SGTL5000=y  CONFIG_USB=y  CONFIG_USB_XHCI_HCD=y  CONFIG_USB_XHCI_TEGRA=y | 
