]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: au1x: Standardize ASoC menu
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 12 Jun 2025 01:42:53 +0000 (01:42 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Jun 2025 00:01:19 +0000 (01:01 +0100)
use "ASoC support for xxxx" menu

Signed-off-by: Kuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Link: https://patch.msgid.link/87msadzqea.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/au1x/Kconfig

index 8a78809e875434175d76f0a0ff15dec624d55e62..a7630897bc0b32553cc3d74f9617e53d2a924544 100644 (file)
@@ -2,6 +2,8 @@
 ##
 ## Au1200/Au1550/Au1300 PSC + DBDMA
 ##
+menu "Au1x"
+
 config SND_SOC_AU1XPSC
        tristate "SoC Audio for Au12xx/Au13xx/Au1550"
        depends on MIPS_ALCHEMY
@@ -63,3 +65,5 @@ config SND_SOC_DB1200
          Select this option to enable audio (AC97 and I2S) on the
          Alchemy/AMD/RMI/NetLogic Db1200, Db1550 and Db1300 evaluation boards.
          If you need Db1300 touchscreen support, you definitely want to say Y.
+
+endmenu