Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

ASoC: sof: Standardize ASoC menu

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>

authored by

Kuninori Morimoto and committed by
Mark Brown
3b2a8a3c 53696514

+4 -2
+3 -1
sound/soc/Kconfig
··· 127 127 source "sound/soc/rockchip/Kconfig" 128 128 source "sound/soc/samsung/Kconfig" 129 129 source "sound/soc/sdca/Kconfig" 130 - source "sound/soc/sof/Kconfig" 131 130 source "sound/soc/spear/Kconfig" 132 131 source "sound/soc/sprd/Kconfig" 133 132 source "sound/soc/starfive/Kconfig" ··· 139 140 source "sound/soc/ux500/Kconfig" 140 141 source "sound/soc/xilinx/Kconfig" 141 142 source "sound/soc/xtensa/Kconfig" 143 + 144 + # SOF 145 + source "sound/soc/sof/Kconfig" 142 146 143 147 # Supported codecs 144 148 source "sound/soc/codecs/Kconfig"
+1 -1
sound/soc/sof/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 2 menuconfig SND_SOC_SOF_TOPLEVEL 3 - bool "Sound Open Firmware Support" 3 + bool "Sound Open Firmware (SOF) platforms" 4 4 help 5 5 This adds support for Sound Open Firmware (SOF). SOF is free and 6 6 generic open source audio DSP firmware for multiple devices.