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

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

authored by

Kuninori Morimoto and committed by
Mark Brown
da65de54 6895deb5

+4
+4
sound/soc/bcm/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 + menu "Broadcom" 3 + 2 4 config SND_BCM2835_SOC_I2S 3 5 tristate "SoC Audio support for the Broadcom BCM2835 I2S module" 4 6 depends on ARCH_BCM2835 || COMPILE_TEST ··· 28 26 DSL/PON chips (bcm63158, bcm63178) 29 27 30 28 If you don't know what to do here, say N 29 + 30 + endmenu