[PATCH] ASoC: amd: drop unused Kconfig symbols

From: Randy Dunlap
Date: Sun Dec 28 2025 - 14:06:33 EST


Remove the dangling Kconfig references to CLK_FIXED_FCH since they
are not used anywhere else in the kernel source tree.

Fixes: 281ddf62f551 ("ASoC: amd: Kconfig: Select fch clock support with machine driver")
Fixes: d4c750f2c7d4 ("ASoC: amd: acp: Add generic machine driver support for ACP cards")
Signed-off-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx>
---
Cc: Ajit Kumar Pandey <AjitKumar.Pandey@xxxxxxx>
Cc: Mark Brown <broonie@xxxxxxxxxx>
Cc: Liam Girdwood <lgirdwood@xxxxxxxxx>
Cc: linux-sound@xxxxxxxxxxxxxxx
Cc: Jaroslav Kysela <perex@xxxxxxxx>
Cc: Takashi Iwai <tiwai@xxxxxxxx>

sound/soc/amd/Kconfig | 2 --
sound/soc/amd/acp/Kconfig | 1 -
2 files changed, 3 deletions(-)

--- linux-next-20251219.orig/sound/soc/amd/acp/Kconfig
+++ linux-next-20251219/sound/soc/amd/acp/Kconfig
@@ -104,7 +104,6 @@ config SND_AMD_ASOC_ACP70
config SND_SOC_AMD_MACH_COMMON
tristate
depends on X86 && PCI && I2C
- select CLK_FIXED_FCH
select SND_SOC_RT5682_I2C
select SND_SOC_DMIC
select SND_SOC_RT1019
--- linux-next-20251219.orig/sound/soc/amd/Kconfig
+++ linux-next-20251219/sound/soc/amd/Kconfig
@@ -8,7 +8,6 @@ config SND_SOC_AMD_ACP

config SND_SOC_AMD_CZ_DA7219MX98357_MACH
tristate "AMD CZ support for DA7219, RT5682 and MAX9835"
- select CLK_FIXED_FCH
select SND_SOC_DA7219
select SND_SOC_RT5682_I2C
select SND_SOC_MAX98357A
@@ -45,7 +44,6 @@ config SND_SOC_AMD_ACP3x

config SND_SOC_AMD_RV_RT5682_MACH
tristate "AMD RV support for RT5682"
- select CLK_FIXED_FCH
select SND_SOC_RT5682_I2C
select SND_SOC_MAX98357A
select SND_SOC_CROS_EC_CODEC