diff options
author | Duje Mihanović <[email protected]> | 2023-12-26 21:00:24 +0100 |
---|---|---|
committer | Mark Brown <[email protected]> | 2023-12-29 17:41:15 +0000 |
commit | 67508b874844b80ac49f70b78d67036c28b9fe7e (patch) | |
tree | 74ebf3ce3705bdacebdad07d38f0cbb8c6452b83 | |
parent | 5fa3bbb8eba7eaddd5c57952fca1f28bc3520d51 (diff) |
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 <[email protected]>
Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/
Signed-off-by: Duje Mihanović <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Mark Brown <[email protected]>
-rw-r--r-- | sound/soc/pxa/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sound/soc/pxa/Kconfig b/sound/soc/pxa/Kconfig index e6bca9070953..f03c74809324 100644 --- a/sound/soc/pxa/Kconfig +++ b/sound/soc/pxa/Kconfig @@ -35,7 +35,6 @@ config SND_MMP_SOC_SSPA tristate "SoC Audio via MMP SSPA ports" depends on ARCH_MMP select SND_SOC_GENERIC_DMAENGINE_PCM - select SND_ARM help Say Y if you want to add support for codecs attached to the MMP SSPA interface. |