Skip to content

Commit 5ed0115

Browse files
charleskeepaxbroonie
authored andcommitted
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 <[email protected]> Closes: https://lore.kernel.org/oe-kbuild-all/[email protected]/ Signed-off-by: Charles Keepax <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent cf86e0a commit 5ed0115

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
@@ -2451,6 +2451,7 @@ config SND_SOC_WM8993
24512451

24522452
config SND_SOC_WM8994
24532453
tristate
2454+
depends on MFD_WM8994
24542455

24552456
config SND_SOC_WM8995
24562457
tristate

0 commit comments

Comments
 (0)