]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: hisilicon: Standardize ASoC menu
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 12 Jun 2025 01:45:03 +0000 (01:45 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Jun 2025 00:01:43 +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/87ldpxybq9.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/hisilicon/Kconfig

index df8fbd8bb4b034d952782a33ef71241a03525c3a..d95da932f35242077df86d4f31310a2df87a4cbe 100644 (file)
@@ -1,6 +1,10 @@
 # SPDX-License-Identifier: GPL-2.0-only
+menu "Hisilicon"
+
 config SND_I2S_HI6210_I2S
        tristate "Hisilicon I2S controller"
        select SND_SOC_GENERIC_DMAENGINE_PCM
        help
          Hisilicon I2S
+
+endmenu