]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: bcm: Standardize ASoC menu
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 12 Jun 2025 01:42:08 +0000 (01:42 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Jun 2025 00:01:11 +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>
Link: https://patch.msgid.link/87zfedzqfj.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/bcm/Kconfig

index 4218057b0874269f43ddd567ed733b8495165b2a..de4e8a0daf1ceb19a8959390e2044949df8e944a 100644 (file)
@@ -1,4 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
+menu "Broadcom"
+
 config SND_BCM2835_SOC_I2S
        tristate "SoC Audio support for the Broadcom BCM2835 I2S module"
        depends on ARCH_BCM2835 || COMPILE_TEST
@@ -26,3 +28,5 @@ config SND_BCM63XX_I2S_WHISTLER
          DSL/PON chips (bcm63158, bcm63178)
 
          If you don't know what to do here, say N
+
+endmenu