diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-04-20 16:22:14 +0200 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-04-20 17:46:46 +0100 |
commit | 4070d91754039e88f7b64e462f3d0d8cdb4be041 (patch) | |
tree | 0bd98d03e4afc251000f99d82337a3641cf96dfd | |
parent | 46c33133ab70873ec32b2e9d970961f832058f60 (diff) |
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 <geert+renesas@glider.be>
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/sh/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 1aa5cd77ca24..365f46321147 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 |