[PATCH v7 06/10] ASoC: pxa: Suppress SSPA on ARM64

From: Duje Mihanović
Date: Thu Nov 02 2023 - 11:21:06 EST


The SSPA driver currently seems to generate ARM32 assembly, which causes
build errors when building a kernel for an ARM64 ARCH_MMP platform.

Fixes: fa375d42f0e5 ("ASoC: mmp: add sspa support")
Reported-by: kernel test robot <lkp@xxxxxxxxx>
Closes: https://lore.kernel.org/oe-kbuild-all/202310230518.zs9Qpg3j-lkp@xxxxxxxxx/
Signed-off-by: Duje Mihanović <duje.mihanovic@xxxxxxxx>
---
sound/soc/pxa/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig
index e6bca9070953..8ebce669e4a7 100644
--- a/sound/soc/pxa/Kconfig
+++ b/sound/soc/pxa/Kconfig
@@ -33,7 +33,7 @@ config SND_PXA_SOC_SSP

config SND_MMP_SOC_SSPA
tristate "SoC Audio via MMP SSPA ports"
- depends on ARCH_MMP
+ depends on ARCH_MMP && ARM
select SND_SOC_GENERIC_DMAENGINE_PCM
select SND_ARM
help
--
2.42.0