diff options
author | Kuninori Morimoto <kuninori.morimoto.gx@renesas.com> | 2025-06-12 01:42:53 +0000 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-06-24 01:01:19 +0100 |
commit | 335c898312f3b2366123c10b7bca56ca8cea1781 (patch) | |
tree | a7f0e37eb8af33b2fceac56caf24234577f93bca | |
parent | 3b2a8a3c5769e2e02bf6f2cd7444847056087984 (diff) |
ASoC: au1x: Standardize ASoC menu
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>
-rw-r--r-- | sound/soc/au1x/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sound/soc/au1x/Kconfig b/sound/soc/au1x/Kconfig index 8a78809e8754..a7630897bc0b 100644 --- a/sound/soc/au1x/Kconfig +++ b/sound/soc/au1x/Kconfig @@ -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 |