diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-06-12 01:44:15 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-06-24 01:01:35 +0100 |
commit | a549459a05c0a46aaf6fdf0d21a42ff09cbac91a (patch) | |
tree | ef404b2d615a8f11df22ebd9d5b5cdaaee2cac77 | |
parent | 41d88bb7546e445806febf45c971b854ba4bc3d7 (diff) |
ASoC: renesas: Standardize ASoC menu
Current Kconfig menu at [ALSA for SoC audio support] has no rules.
So, some venders are using menu style, some venders are listed each drivers
on top page, etc. It is difficult to find target vender and/or drivers
because it is very random.
Let's standardize ASoC menu
Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87y0txybrk.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/renesas/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/renesas/Kconfig b/sound/soc/renesas/Kconfig index dabf02a955ca..11c2027c88a7 100644 --- a/sound/soc/renesas/Kconfig +++ b/sound/soc/renesas/Kconfig @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0 -menu "SoC Audio support for Renesas SoCs" +menu "Renesas" depends on SUPERH || ARCH_RENESAS || COMPILE_TEST config SND_SOC_PCM_SH7760 |