]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: wm8994: Add depends on MFD core
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Mon, 6 Jan 2025 15:46:39 +0000 (15:46 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Feb 2025 17:23:59 +0000 (18:23 +0100)
commit0783cd485b4a4348d7dc433ff5f15c2a2493c5c4
tree08ab442f658cd0bf9daef2c949114f3f7f665877
parent003148680b790d8c7da6f58a76d126d1a5a8aebe
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>
sound/soc/codecs/Kconfig