From: Geert Uytterhoeven Date: Fri, 20 Apr 2018 14:22:14 +0000 (+0200) Subject: ASoC: sh: Drop SUPERH platform dependency X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=4070d91754039e88f7b64e462f3d0d8cdb4be041;p=linux.git ASoC: sh: Drop SUPERH platform dependency The SIU sound peripheral is used only on SuperH SH-Mobile platforms. As both SUPERH and ARCH_SHMOBILE are set for these platforms, the SUPERH dependency can be dropped. Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 1aa5cd77ca24a..365f46321147f 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -28,7 +28,7 @@ config SND_SOC_SH4_FSI config SND_SOC_SH4_SIU tristate - depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK + depends on ARCH_SHMOBILE && HAVE_CLK select DMA_ENGINE select DMADEVICES select SH_DMAE