From: Charles Keepax Date: Mon, 6 Jan 2025 15:46:39 +0000 (+0000) Subject: ASoC: wm8994: Add depends on MFD core X-Git-Tag: v6.13~26^2~3^2~8 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ed01155cea69801f1f0c908954a56a5a3474bed;p=thirdparty%2Fkernel%2Flinux.git ASoC: wm8994: Add depends on MFD core The ASoC driver should not be used without the MFD component. This was causing randconfig issues with regmap IRQ which is selected by the MFD part of the wm8994 driver. Reported-by: kernel test robot Closes: https://lore.kernel.org/oe-kbuild-all/202501061337.R0DlBUoD-lkp@intel.com/ Signed-off-by: Charles Keepax Link: https://patch.msgid.link/20250106154639.3999553-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown --- diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 0f2df7c91e186..0b9e87dc2b6cf 100644 --- a/sound/soc/codecs/Kconfig +++ b/sound/soc/codecs/Kconfig @@ -2451,6 +2451,7 @@ config SND_SOC_WM8993 config SND_SOC_WM8994 tristate + depends on MFD_WM8994 config SND_SOC_WM8995 tristate