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

ASoC: generic: 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/87wm9hybrf.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
acc84d15 a549459a

+5 -3
+1 -3
sound/soc/Kconfig
··· 111 111 source "sound/soc/cirrus/Kconfig" 112 112 source "sound/soc/dwc/Kconfig" 113 113 source "sound/soc/fsl/Kconfig" 114 + source "sound/soc/generic/Kconfig" 114 115 source "sound/soc/google/Kconfig" 115 116 source "sound/soc/hisilicon/Kconfig" 116 117 source "sound/soc/jz4740/Kconfig" ··· 148 147 source "sound/soc/codecs/Kconfig" 149 148 150 149 source "sound/soc/sdw_utils/Kconfig" 151 - 152 - # generic frame-work 153 - source "sound/soc/generic/Kconfig" 154 150 155 151 endif # SND_SOC 156 152
+4
sound/soc/generic/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 + menu "Generic drivers" 3 + 2 4 config SND_SIMPLE_CARD_UTILS 3 5 tristate 4 6 ··· 39 37 depends on OF 40 38 help 41 39 This option enables test component sound driver support. 40 + 41 + endmenu