]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
ASoC: sof: Standardize ASoC menu
authorKuninori Morimoto <kuninori.morimoto.gx@renesas.com>
Thu, 12 Jun 2025 01:42:49 +0000 (01:42 +0000)
committerMark Brown <broonie@kernel.org>
Tue, 24 Jun 2025 00:01:18 +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/87o6utzqef.wl-kuninori.morimoto.gx@renesas.com
Acked-by: Peter Ujfalusi <peter.ujfalusi@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/Kconfig
sound/soc/sof/Kconfig

index 1b983c7006f18dd12c1f9789502f2728df7ee20a..ce74818bd7152dbe110b9fff7d908b0ddf34a9f5 100644 (file)
@@ -127,7 +127,6 @@ source "sound/soc/renesas/Kconfig"
 source "sound/soc/rockchip/Kconfig"
 source "sound/soc/samsung/Kconfig"
 source "sound/soc/sdca/Kconfig"
-source "sound/soc/sof/Kconfig"
 source "sound/soc/spear/Kconfig"
 source "sound/soc/sprd/Kconfig"
 source "sound/soc/starfive/Kconfig"
@@ -141,6 +140,9 @@ source "sound/soc/ux500/Kconfig"
 source "sound/soc/xilinx/Kconfig"
 source "sound/soc/xtensa/Kconfig"
 
+# SOF
+source "sound/soc/sof/Kconfig"
+
 # Supported codecs
 source "sound/soc/codecs/Kconfig"
 
index 32ffd345e07fc473187cf8e2ac686231b784544d..a487ab0b51c7ee5c95ab20b3bc533c1b54535b35 100644 (file)
@@ -1,6 +1,6 @@
 # SPDX-License-Identifier: GPL-2.0-only
 menuconfig SND_SOC_SOF_TOPLEVEL
-       bool "Sound Open Firmware Support"
+       bool "Sound Open Firmware (SOF) platforms"
        help
          This adds support for Sound Open Firmware (SOF). SOF is free and
          generic open source audio DSP firmware for multiple devices.