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

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

authored by

Kuninori Morimoto and committed by
Mark Brown
41d88bb7 69fa5909

+4
+4
sound/soc/xtensa/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 + menu "Xtensa" 3 + 2 4 config SND_SOC_XTFPGA_I2S 3 5 tristate "XTFPGA I2S master" 4 6 select REGMAP_MMIO ··· 8 6 Say Y or M if you want to add support for codecs attached to the 9 7 I2S interface on XTFPGA daughter board. You will also need to select 10 8 the drivers for the rest of XTFPGA audio subsystem. 9 + 10 + endmenu