ASoC: amd: drop unused Kconfig symbols
Remove the dangling Kconfig references to CLK_FIXED_FCH since they are not used anywhere else in the kernel source tree. Fixes:281ddf62f5("ASoC: amd: Kconfig: Select fch clock support with machine driver") Fixes:d4c750f2c7("ASoC: amd: acp: Add generic machine driver support for ACP cards") Signed-off-by: Randy Dunlap <rdunlap@infradead.org> Link: https://patch.msgid.link/20251228190542.2482910-1-rdunlap@infradead.org Signed-off-by: Mark Brown <broonie@kernel.org>
This commit is contained in:
parent
7af9e30a0c
commit
0bef51df7c
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue