Skip to content

Commit 6175489

Browse files
charleskeepaxmehmetb0
authored andcommitted
ASoC: samsung: Add missing selects for MFD_WM8994
BugLink: https://bugs.launchpad.net/bugs/2098441 [ Upstream commit fd55c60 ] 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 <[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]> Signed-off-by: Sasha Levin <[email protected]> Signed-off-by: Noah Wager <[email protected]> Signed-off-by: Koichiro Den <[email protected]>
1 parent d98be59 commit 6175489

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
@@ -214,8 +214,9 @@ config SND_SOC_SAMSUNG_TM2_WM5110
214214

215215
config SND_SOC_SAMSUNG_ARIES_WM8994
216216
tristate "SoC I2S Audio support for WM8994 on Aries"
217-
depends on SND_SOC_SAMSUNG && MFD_WM8994 && IIO && EXTCON
217+
depends on SND_SOC_SAMSUNG && IIO && EXTCON
218218
select SND_SOC_BT_SCO
219+
select MFD_WM8994
219220
select SND_SOC_WM8994
220221
select SND_SAMSUNG_I2S
221222
help
@@ -229,6 +230,7 @@ config SND_SOC_SAMSUNG_MIDAS_WM1811
229230
tristate "SoC I2S Audio support for Midas boards"
230231
depends on SND_SOC_SAMSUNG
231232
select SND_SAMSUNG_I2S
233+
select MFD_WM8994
232234
select SND_SOC_WM8994
233235
help
234236
Say Y if you want to add support for SoC audio on the Midas boards.

0 commit comments

Comments
 (0)