blob: 68c9ca00f6627f1ee13a304c4fdf4b3c2dba1308 [file] [log] [blame]
Patrick Williams2194f502022-10-16 14:26:09 -05001Upstream-Status: Pending [Not submitted to upstream yet]
2Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
3
4From 7ee0e1c0a6498d376b38679c908f01a1528a1450 Mon Sep 17 00:00:00 2001
5From: Vishnu Banavath <vishnu.banavath@arm.com>
6Date: Thu, 29 Sep 2022 17:16:45 +0100
7Subject: [PATCH] arm: defconfig: drop CONFIG_SND_SOC_AC97 from
8 multi_v7_defconfig
9
10The CONFIG_SND_SOC_AC97 symbol was recently enabled but does not
11actually exist. This change is to remove it to fix warnings when
12used some of the build tools like yocto.
13
14Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
15
16diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig
17index ce9826bce29b..b3662f126efa 100644
18--- a/arch/arm/configs/multi_v7_defconfig
19+++ b/arch/arm/configs/multi_v7_defconfig
20@@ -817,7 +817,6 @@ CONFIG_SND_SOC_TEGRA_TRIMSLICE=m
21 CONFIG_SND_SOC_TEGRA_ALC5632=m
22 CONFIG_SND_SOC_TEGRA_MAX98090=m
23 CONFIG_SND_SOC_DAVINCI_MCASP=m
24-CONFIG_SND_SOC_AC97=m
25 CONFIG_SND_SOC_AK4642=m
26 CONFIG_SND_SOC_CPCAP=m
27 CONFIG_SND_SOC_CS42L51_I2C=m
28--
292.17.1
30