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

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

authored by

Kuninori Morimoto and committed by
Mark Brown
652dd81c 6469fb5c

+3 -6
+3 -6
sound/soc/adi/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - config SND_SOC_ADI 3 - tristate "Audio support for Analog Devices reference designs" 4 - help 5 - Audio support for various reference designs by Analog Devices. 2 + menu "Analog Devices" 6 3 7 4 config SND_SOC_ADI_AXI_I2S 8 5 tristate "AXI-I2S support" 9 - depends on SND_SOC_ADI 10 6 select SND_SOC_GENERIC_DMAENGINE_PCM 11 7 select REGMAP_MMIO 12 8 help ··· 10 14 11 15 config SND_SOC_ADI_AXI_SPDIF 12 16 tristate "AXI-SPDIF support" 13 - depends on SND_SOC_ADI 14 17 select SND_SOC_GENERIC_DMAENGINE_PCM 15 18 select REGMAP_MMIO 16 19 help 17 20 ASoC driver for the Analog Devices AXI-SPDIF softcore peripheral. 21 + 22 + endmenu