Skip to content

Commit 67508b8

Browse files
LegoLivesMatterbroonie
authored andcommitted
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>
1 parent 5fa3bbb commit 67508b8

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

sound/soc/pxa/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ config SND_MMP_SOC_SSPA
3535
tristate "SoC Audio via MMP SSPA ports"
3636
depends on ARCH_MMP
3737
select SND_SOC_GENERIC_DMAENGINE_PCM
38-
select SND_ARM
3938
help
4039
Say Y if you want to add support for codecs attached to
4140
the MMP SSPA interface.

0 commit comments

Comments
 (0)