]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
ASoC: SOF: amd: Add depends on CPU_SUP_AMD
authorMario Limonciello <mario.limonciello@amd.com>
Thu, 20 Feb 2025 18:48:20 +0000 (12:48 -0600)
committerMark Brown <broonie@kernel.org>
Thu, 20 Feb 2025 18:54:09 +0000 (18:54 +0000)
commitb47834ee4485bbdcc6d36f086ff61c3efd8870d4
treeb591dd3e525916e3efc36a155b4ec2174bd51d9e
parent64899904d6103500ad01be7b763298dc939285ae
ASoC: SOF: amd: Add depends on CPU_SUP_AMD

When SMN support was switched to the kernel wide AMD_NODE instead of
local implementation this broke compilation on the allyesconfig for
some architectures.  AMD_NODE is only supported on AMD platforms, so
modify all the AMD drivers that use it to also require CPU_SUP_AMD.

Reported-by: Stephen Rothwell <sfr@canb.auug.org.au>
Closes: https://lore.kernel.org/linux-next/20250220160950.2cd64bdb@canb.auug.org.au/
Fixes: f120cf33d232 ("ASoC: SOF: amd: Use AMD_NODE")
Signed-off-by: Mario Limonciello <mario.limonciello@amd.com>
Link: https://patch.msgid.link/20250220184822.916090-1-superm1@kernel.org
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/sof/amd/Kconfig