Commit 2c3299bf authored by Charles Keepax's avatar Charles Keepax Committed by Wen Zhiwei
Browse files

ASoC: wm8994: Add depends on MFD core

stable inclusion
from stable-v6.6.75
commit bb60f107c96bd80ec10b1529853a2645762670ac
category: bugfix
bugzilla: https://gitee.com/openeuler/kernel/issues/IBSPQB

Reference: https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git/commit/?id=bb60f107c96bd80ec10b1529853a2645762670ac



--------------------------------

[ 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: default avatarkernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202501061337.R0DlBUoD-lkp@intel.com/


Signed-off-by: default avatarCharles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20250106154639.3999553-1-ckeepax@opensource.cirrus.com


Signed-off-by: default avatarMark Brown <broonie@kernel.org>
Signed-off-by: default avatarSasha Levin <sashal@kernel.org>
Signed-off-by: default avatarWen Zhiwei <wenzhiwei@kylinos.cn>
parent 43c72339
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -2209,6 +2209,7 @@ config SND_SOC_WM8993

config SND_SOC_WM8994
	tristate
	depends on MFD_WM8994

config SND_SOC_WM8995
	tristate