From: Mark Brown Date: Wed, 25 Jun 2025 15:27:47 +0000 (+0100) Subject: ASoC: Standardize ASoC menu X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51c18d4d8860d2e87c73423a42daa10add8a682b;p=thirdparty%2Fkernel%2Flinux.git ASoC: Standardize ASoC menu Merge series from Kuninori Morimoto : 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, like below --- ALSA for SoC audio support Analog Devices ---> AMD ---> Apple ---> Atmel ---> Au1x ---- Broadcom ---> Cirrus Logic ---> DesignWare ---> Freescale ---> Google ---> Hisilicon ---> ... One concern is *vender folder* alphabetical order vs *vender name* alphabetical order were different. For example "sunxi" menu is "Allwinner". Link: https://lore.kernel.org/r/8734c8bf3l.wl-kuninori.morimoto.gx@renesas.com --- 51c18d4d8860d2e87c73423a42daa10add8a682b diff --cc sound/soc/sdca/Kconfig index ec28855fe3b09,71d2a52b2b50e..1c95dce041454 --- a/sound/soc/sdca/Kconfig +++ b/sound/soc/sdca/Kconfig @@@ -10,6 -11,4 +11,8 @@@ config SND_SOC_SDC config SND_SOC_SDCA_OPTIONAL def_tristate SND_SOC_SDCA || !SND_SOC_SDCA +config SND_SOC_SDCA_HID + tristate "SDCA HID support" + depends on SND_SOC_SDCA && HID ++ + endmenu