diff options
| author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-06-12 01:42:43 +0000 |
|---|---|---|
| committer | Mark Brown <broonie@kernel.org> | 2025-06-24 01:01:17 +0100 |
| commit | 53696514d72fab66025afca531a1668bee635abf (patch) | |
| tree | 4bd6136a04714ca74edd8b422cd4624c0c3b8bd3 /sound/soc/stm | |
| parent | afd1bff53b48d1431fefe57887017207c3df6bf5 (diff) | |
ASoC: stm: 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/87plf9zqek.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'sound/soc/stm')
| -rw-r--r-- | sound/soc/stm/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sound/soc/stm/Kconfig b/sound/soc/stm/Kconfig index da1f7a16605b..2753d6c2a826 100644 --- a/sound/soc/stm/Kconfig +++ b/sound/soc/stm/Kconfig @@ -1,5 +1,5 @@ # SPDX-License-Identifier: GPL-2.0-only -menu "STMicroelectronics STM32 SOC audio support" +menu "STMicroelectronics STM32" config SND_SOC_STM32_SAI tristate "STM32 SAI interface (Serial Audio Interface) support" |
