diff options
author | Charles Keepax <ckeepax@opensource.cirrus.com> | 2025-01-06 16:46:39 +0100 |
---|---|---|
committer | Mark Brown <broonie@kernel.org> | 2025-01-07 12:58:29 +0100 |
commit | 5ed01155cea69801f1f0c908954a56a5a3474bed (patch) | |
tree | ef438479621c2006a0277b9ec9be084249bf6634 /sound | |
parent | ASoC: tas2781: Fix occasional calibration failture (diff) | |
download | linux-5ed01155cea69801f1f0c908954a56a5a3474bed.tar.xz linux-5ed01155cea69801f1f0c908954a56a5a3474bed.zip |
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 <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>
Diffstat (limited to 'sound')
-rw-r--r-- | sound/soc/codecs/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sound/soc/codecs/Kconfig b/sound/soc/codecs/Kconfig index 0f2df7c91e18..0b9e87dc2b6c 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 |