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

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

authored by

Kuninori Morimoto and committed by
Mark Brown
c6ddacab 8a40e95a

+3
+3
sound/soc/google/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 + menu "Google" 2 3 3 4 config SND_SOC_CHV3_I2S 4 5 tristate "Google Chameleon v3 I2S device" 5 6 help 6 7 Enable support for the Google Chameleon v3 I2S device. 8 + 9 + endmenu