diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-06-12 01:43:11 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-06-24 01:01:23 +0100 |
commit | 58e490935f20e38a4de156f705e89f7f13838aad (patch) | |
tree | 63a81f6e025c846eecdec0c46029aa2ccc37ae3e | |
parent | 8ada023e996ca7131d9a42b2dd915e1966870d4a (diff) |
ASoC: meson: 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/87h60lzqds.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
-rw-r--r-- | sound/soc/meson/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/meson/Kconfig b/sound/soc/meson/Kconfig index 6458d5dc4902..d9a730994a2a 100644 --- a/sound/soc/meson/Kconfig +++ b/sound/soc/meson/Kconfig @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -menu "ASoC support for Amlogic platforms" +menu "Amlogic" depends on ARCH_MESON || (COMPILE_TEST && COMMON_CLK) config SND_MESON_AIU |