summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCharles Keepax <ckeepax@opensource.cirrus.com>2025-01-06 15:46:39 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2025-02-01 18:39:34 +0100
commit153ac259c27f6e94901a2569c29c9066c9838788 (patch)
treed5d8bfe09811396837e83e77c0667d9a5a200417
parent62b2447ec6cf3f8ce4b768cacd7b787a04f54a14 (diff)
downloadlinux-153ac259c27f6e94901a2569c29c9066c9838788.tar.gz
linux-153ac259c27f6e94901a2569c29c9066c9838788.tar.bz2
linux-153ac259c27f6e94901a2569c29c9066c9838788.zip
ASoC: wm8994: Add depends on MFD core
[ Upstream commit 5ed01155cea69801f1f0c908954a56a5a3474bed ] 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 <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202501061337.R0DlBUoD-lkp@intel.com/ Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20250106154639.3999553-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Sasha Levin <sashal@kernel.org>
-rw-r--r--sound/soc/codecs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig
index 7092842480ef..0d9d1d250f2b 100644
--- a/sound/soc/codecs/Kconfig
+++ b/sound/soc/codecs/Kconfig
@@ -2397,6 +2397,7 @@ config SND_SOC_WM8993
config SND_SOC_WM8994
tristate
+ depends on MFD_WM8994
config SND_SOC_WM8995
tristate