Skip to content

Commit fd55c60

Browse files
charleskeepaxbroonie
authored andcommitted
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 <[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 85c9ac7 commit fd55c60

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 && IIO
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)