From: Geert Uytterhoeven Date: Fri, 20 Apr 2018 13:28:32 +0000 (+0200) Subject: ASoC: sh: Update menu title and platform dependency X-Git-Tag: v5.15~8593^2~15^2~190 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=6ec2d0c27cd788a92021e9b16f92d31890b11b14;p=platform%2Fkernel%2Flinux-starfive.git ASoC: sh: Update menu title and platform dependency Change the menu title to refer to "Renesas SoCs" instead of "SuperH", as both SuperH and ARM SoCs are supported. Since commit 9b5ba0df4ea4f940 ("ARM: shmobile: Introduce ARCH_RENESAS") is ARCH_RENESAS a more appropriate platform dependency for Renesas ARM SoCs than the legacy ARCH_SHMOBILE, hence use the former. Renesas SuperH SH-Mobile SoCs are still covered by the SUPERH dependency. This will allow to drop ARCH_SHMOBILE on ARM and ARM64 in the near future. Signed-off-by: Geert Uytterhoeven Signed-off-by: Mark Brown --- diff --git a/sound/soc/sh/Kconfig b/sound/soc/sh/Kconfig index 365f463..0ae0800 100644 --- a/sound/soc/sh/Kconfig +++ b/sound/soc/sh/Kconfig @@ -1,5 +1,5 @@ -menu "SoC Audio support for SuperH" - depends on SUPERH || ARCH_SHMOBILE || COMPILE_TEST +menu "SoC Audio support for Renesas SoCs" + depends on SUPERH || ARCH_RENESAS || COMPILE_TEST config SND_SOC_PCM_SH7760 tristate "SoC Audio support for Renesas SH7760"