]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: tegra: Standardize ASoC menu
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 12 Jun 2025 01:43:40 +0000 (01:43 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Jun 2025 00:01:28 +0000 (01:01 +0100)
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>
Reviewed-by: Jon Hunter <jonathanh@nvidia.com>
Link: https://patch.msgid.link/878qlxzqd0.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/tegra/Kconfig

index 2463c22e9cf6d76af6d24e7343ee0adbb00f5b49..71203a9197ede57d635694931ff0ec1faae72778 100644 (file)
@@ -1,4 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
+menu "Tegra"
+
 config SND_SOC_TEGRA
        tristate "SoC Audio for the Tegra System-on-Chip"
        depends on (ARCH_TEGRA && TEGRA20_APB_DMA) || COMPILE_TEST
@@ -293,3 +295,5 @@ config SND_SOC_TEGRA_SGTL5000
          Colibri T30.
 
 endif
+
+endmenu