ASoC: pxa: sspa: Don't select SND_ARM
authorDuje Mihanović <duje.mihanovic@skole.hr>
Tue, 26 Dec 2023 20:00:24 +0000 (21:00 +0100)
committerMark Brown <broonie@kernel.org>
Fri, 29 Dec 2023 17:41:15 +0000 (17:41 +0000)
commit67508b874844b80ac49f70b78d67036c28b9fe7e
tree74ebf3ce3705bdacebdad07d38f0cbb8c6452b83
parent5fa3bbb8eba7eaddd5c57952fca1f28bc3520d51
ASoC: pxa: sspa: Don't select SND_ARM

On ARM64 platforms, SND_ARM shouldn't be selectable, but enabling
SND_SOC_MMP_SSPA will enable SND_ARM and cause build errors if
SND_ARMAACI is enabled (which it is by default). Since the SSPA driver
doesn't depend on AACI nor PXA2XX_LIB, remove this false dependency.

Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202310230518.zs9Qpg3j-lkp@intel.com/
Signed-off-by: Duje Mihanović <duje.mihanovic@skole.hr>
Link: https://lore.kernel.org/r/20231226200025.30870-1-duje.mihanovic@skole.hr
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/pxa/Kconfig