Commit 4070d917 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Mark Brown

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarMark Brown <broonie@kernel.org>
parent 46c33133
...@@ -28,7 +28,7 @@ config SND_SOC_SH4_FSI ...@@ -28,7 +28,7 @@ config SND_SOC_SH4_FSI
config SND_SOC_SH4_SIU config SND_SOC_SH4_SIU
tristate tristate
depends on (SUPERH || ARCH_SHMOBILE) && HAVE_CLK depends on ARCH_SHMOBILE && HAVE_CLK
select DMA_ENGINE select DMA_ENGINE
select DMADEVICES select DMADEVICES
select SH_DMAE select SH_DMAE
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment