diff options
author | Geert Uytterhoeven <geert+renesas@glider.be> | 2018-04-20 17:22:14 +0300 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2018-04-20 19:46:46 +0300 |
commit | 4070d91754039e88f7b64e462f3d0d8cdb4be041 (patch) | |
tree | 0bd98d03e4afc251000f99d82337a3641cf96dfd /sound/soc/sh/Kconfig | |
parent | 46c33133ab70873ec32b2e9d970961f832058f60 (diff) | |
download | linux-4070d91754039e88f7b64e462f3d0d8cdb4be041.tar.xz |
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>
Diffstat (limited to 'sound/soc/sh/Kconfig')
-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 |