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

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

authored by

Kuninori Morimoto and committed by
Mark Brown
b13f7eef 71951375

+3 -11
-1
arch/mips/configs/generic/board-marduk.config
··· 50 50 CONFIG_IMGPDC_WDT=y 51 51 CONFIG_IR_IMG=y 52 52 CONFIG_CC10001_ADC=y 53 - CONFIG_SND_SOC_IMG=y
+3 -10
sound/soc/img/Kconfig
··· 1 1 # SPDX-License-Identifier: GPL-2.0-only 2 - config SND_SOC_IMG 3 - bool "Audio support for Imagination Technologies designs" 4 - help 5 - Audio support for Imagination Technologies audio hardware 2 + menu "Imagination Technologies" 6 3 7 4 config SND_SOC_IMG_I2S_IN 8 5 tristate "Imagination I2S Input Device Driver" 9 - depends on SND_SOC_IMG 10 6 select SND_SOC_GENERIC_DMAENGINE_PCM 11 7 help 12 8 Say Y or M if you want to add support for I2S in driver for ··· 10 14 11 15 config SND_SOC_IMG_I2S_OUT 12 16 tristate "Imagination I2S Output Device Driver" 13 - depends on SND_SOC_IMG 14 17 select SND_SOC_GENERIC_DMAENGINE_PCM 15 18 help 16 19 Say Y or M if you want to add support for I2S out driver for ··· 17 22 18 23 config SND_SOC_IMG_PARALLEL_OUT 19 24 tristate "Imagination Parallel Output Device Driver" 20 - depends on SND_SOC_IMG 21 25 select SND_SOC_GENERIC_DMAENGINE_PCM 22 26 help 23 27 Say Y or M if you want to add support for parallel out driver for ··· 24 30 25 31 config SND_SOC_IMG_SPDIF_IN 26 32 tristate "Imagination SPDIF Input Device Driver" 27 - depends on SND_SOC_IMG 28 33 select SND_SOC_GENERIC_DMAENGINE_PCM 29 34 help 30 35 Say Y or M if you want to add support for SPDIF input driver for ··· 31 38 32 39 config SND_SOC_IMG_SPDIF_OUT 33 40 tristate "Imagination SPDIF Output Device Driver" 34 - depends on SND_SOC_IMG 35 41 select SND_SOC_GENERIC_DMAENGINE_PCM 36 42 help 37 43 Say Y or M if you want to add support for SPDIF out driver for ··· 39 47 40 48 config SND_SOC_IMG_PISTACHIO_INTERNAL_DAC 41 49 tristate "Support for Pistachio SoC Internal DAC Driver" 42 - depends on SND_SOC_IMG 43 50 help 44 51 Say Y or M if you want to add support for Pistachio internal DAC 45 52 driver for Imagination Technologies Pistachio internal DAC device. 53 + 54 + endmenu