Skip to content

Commit 0c0a11a

Browse files
committed
ASoC: samsung: Add missing selects for MFD_WM8994
JIRA: https://issues.redhat.com/browse/RHEL-80681 commit fd55c60 Author: Charles Keepax <ckeepax@opensource.cirrus.com> Date: Tue Jan 7 10:41:34 2025 +0000 ASoC: samsung: Add missing selects for MFD_WM8994 Anything selecting SND_SOC_WM8994 should also select MFD_WM8994, as SND_SOC_WM8994 does not automatically do so. Add the missing selects. Reported-by: kernel test robot <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202501071530.UwIXs7OL-lkp@intel.com/ Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20250107104134.12147-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org> Signed-off-by: Jaroslav Kysela <jkysela@redhat.com>
1 parent 3bc17b8 commit 0c0a11a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sound/soc/samsung/Kconfig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,8 +127,9 @@ config SND_SOC_SAMSUNG_TM2_WM5110
127127

128128
config SND_SOC_SAMSUNG_ARIES_WM8994
129129
tristate "SoC I2S Audio support for WM8994 on Aries"
130-
depends on SND_SOC_SAMSUNG && MFD_WM8994 && IIO && EXTCON
130+
depends on SND_SOC_SAMSUNG && IIO && EXTCON
131131
select SND_SOC_BT_SCO
132+
select MFD_WM8994
132133
select SND_SOC_WM8994
133134
select SND_SAMSUNG_I2S
134135
help
@@ -142,6 +143,7 @@ config SND_SOC_SAMSUNG_MIDAS_WM1811
142143
tristate "SoC I2S Audio support for Midas boards"
143144
depends on SND_SOC_SAMSUNG
144145
select SND_SAMSUNG_I2S
146+
select MFD_WM8994
145147
select SND_SOC_WM8994
146148
help
147149
Say Y if you want to add support for SoC audio on the Midas boards.

0 commit comments

Comments
 (0)