Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1699517

[PATCH 2/3] ARM: configs: Add Tegra I2S interfaces to tegra_defconfig

From Paul Kocialkowski <contact@paulk.fr>
Newsgroups linux.kernel
Subject [PATCH 2/3] ARM: configs: Add Tegra I2S interfaces to tegra_defconfig
Date 2017-07-30 13:30 +0200
Message-ID <u8UA1-856-5@gated-at.bofh.it> (permalink)
References <u8UA1-856-3@gated-at.bofh.it>
Organization linux.* mail to news gateway

Show all headers | View raw


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>
---
 arch/arm/configs/tegra_defconfig | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/arch/arm/configs/tegra_defconfig b/arch/arm/configs/tegra_defconfig
index f0efc854b5a2..fe1275aa067e 100644
--- a/arch/arm/configs/tegra_defconfig
+++ b/arch/arm/configs/tegra_defconfig
@@ -202,6 +202,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
-- 
2.13.3

Back to linux.kernel | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

[PATCH 1/3] sound: ASoC: tegra: Remove SoC-specific Kconfig depends and selects Paul Kocialkowski <contact@paulk.fr> - 2017-07-30 13:30 +0200
  [PATCH 2/3] ARM: configs: Add Tegra I2S interfaces to tegra_defconfig Paul Kocialkowski <contact@paulk.fr> - 2017-07-30 13:30 +0200
    Re: [PATCH 2/3] ARM: configs: Add Tegra I2S interfaces to  tegra_defconfig Thierry Reding <thierry.reding@gmail.com> - 2017-07-31 12:30 +0200
  [PATCH 3/3] ARM: configs: Add Tegra I2S interfaces to multi_v7_defconfig Paul Kocialkowski <contact@paulk.fr> - 2017-07-30 13:30 +0200
    Re: [PATCH 3/3] ARM: configs: Add Tegra I2S interfaces to  multi_v7_defconfig Thierry Reding <thierry.reding@gmail.com> - 2017-07-31 12:30 +0200
  Re: [PATCH 1/3] sound: ASoC: tegra: Remove SoC-specific Kconfig  depends and selects Thierry Reding <thierry.reding@gmail.com> - 2017-07-31 12:30 +0200

csiph-web