Skip to content

Commit 91c1490

Browse files
committed
ASoC: wm8994: Add depends on MFD core
JIRA: https://issues.redhat.com/browse/RHEL-80681 commit 5ed0115 Author: Charles Keepax <ckeepax@opensource.cirrus.com> Date: Mon Jan 6 15:46:39 2025 +0000 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> Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
1 parent 2ea474d commit 91c1490

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sound/soc/codecs/Kconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2368,6 +2368,7 @@ config SND_SOC_WM8993
23682368

23692369
config SND_SOC_WM8994
23702370
tristate
2371+
depends on MFD_WM8994
23712372

23722373
config SND_SOC_WM8995
23732374
tristate

0 commit comments

Comments
 (0)