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

ASoC: uniphier: 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>
Reviewed-by: Masami Hiramatsu (Google) <mhiramat@kernel.org>
Link: https://patch.msgid.link/87msadybqf.wl-kuninori.morimoto.gx@renesas.com
Signed-off-by: Mark Brown <broonie@kernel.org>

authored by

Kuninori Morimoto and committed by
Mark Brown
ac131c41 acc317e5

+3 -11
+3 -11
sound/soc/uniphier/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0 2 - config SND_SOC_UNIPHIER 3 - tristate "ASoC support for UniPhier" 2 + menu "UniPhier" 4 3 depends on (ARCH_UNIPHIER || COMPILE_TEST) 5 - help 6 - Say Y or M if you want to add support for the Socionext 7 - UniPhier SoC audio interfaces. You will also need to select the 8 - audio interfaces to support below. 9 - If unsure select "N". 10 4 11 5 config SND_SOC_UNIPHIER_AIO 12 6 tristate "UniPhier AIO DAI Driver" 13 7 select REGMAP_MMIO 14 8 select SND_SOC_COMPRESS 15 - depends on SND_SOC_UNIPHIER 16 9 help 17 10 This adds ASoC driver support for Socionext UniPhier 18 11 'AIO' Audio Input/Output subsystem. ··· 14 21 15 22 config SND_SOC_UNIPHIER_LD11 16 23 tristate "UniPhier LD11/LD20 Device Driver" 17 - depends on SND_SOC_UNIPHIER 18 24 select SND_SOC_UNIPHIER_AIO 19 25 help 20 26 This adds ASoC driver for Socionext UniPhier LD11/LD20 ··· 23 31 24 32 config SND_SOC_UNIPHIER_PXS2 25 33 tristate "UniPhier PXs2 Device Driver" 26 - depends on SND_SOC_UNIPHIER 27 34 select SND_SOC_UNIPHIER_AIO 28 35 help 29 36 This adds ASoC driver for Socionext UniPhier PXs2 ··· 32 41 33 42 config SND_SOC_UNIPHIER_EVEA_CODEC 34 43 tristate "UniPhier SoC internal audio codec" 35 - depends on SND_SOC_UNIPHIER 36 44 select REGMAP_MMIO 37 45 help 38 46 This adds Codec driver for Socionext UniPhier LD11/20 SoC 39 47 internal DAC. This driver supports Line In / Out and HeadPhone. 40 48 Select Y if you use such device. 41 49 If unsure select "N". 50 + 51 + endmenu