diff options
author | Paul Kocialkowski <contact@paulk.fr> | 2017-07-30 14:22:19 +0300 |
---|---|---|
committer | Thierry Reding <treding@nvidia.com> | 2017-08-17 17:27:40 +0300 |
commit | 39717ee2fd18a2354ce382d7f0d0e860a47396cb (patch) | |
tree | 793b5c08c7b2d40b8558fdc21b544652dcee72ff /arch/arm/configs/tegra_defconfig | |
parent | c616578cc2167b05cdf5d991fd162f7175fb9568 (diff) | |
download | linux-39717ee2fd18a2354ce382d7f0d0e860a47396cb.tar.xz |
ARM: tegra: Add Tegra I2S interfaces to defconfig
This selects both the Tegra20 and Tegra30 I2S interfaces (that were
previously auto-selected by Kconfig but are not anymore) to
tegra_defconfig, as built-ins.
Signed-off-by: Paul Kocialkowski <contact@paulk.fr>
Signed-off-by: Thierry Reding <treding@nvidia.com>
Diffstat (limited to 'arch/arm/configs/tegra_defconfig')
-rw-r--r-- | arch/arm/configs/tegra_defconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig index 6ed6bad1bc97..959b2730ba8b 100644 --- a/arch/arm/configs/tegra_defconfig +++ b/arch/arm/configs/tegra_defconfig @@ -201,6 +201,8 @@ CONFIG_SND_HDA_CODEC_HDMI=y # CONFIG_SND_USB is not set CONFIG_SND_SOC=y CONFIG_SND_SOC_TEGRA=y +CONFIG_SND_SOC_TEGRA20_I2S=y +CONFIG_SND_SOC_TEGRA30_I2S=y CONFIG_SND_SOC_TEGRA_RT5640=y CONFIG_SND_SOC_TEGRA_WM8753=y CONFIG_SND_SOC_TEGRA_WM8903=y |