Skip to content

Commit 510b8ae

Browse files
charleskeepaxmehmetb0
authored andcommitted
ASoC: samsung: Add missing depends on I2C
BugLink: https://bugs.launchpad.net/bugs/2098441 [ Upstream commit 704dbe9 ] When switching to selects for MFD_WM8994 a dependency should have also been added for I2C, as the dependency on MFD_WM8994 will not be considered by the select. Fixes: fd55c60 ("ASoC: samsung: Add missing selects for MFD_WM8994") 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 273a482 commit 510b8ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sound/soc/samsung/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -214,7 +214,7 @@ 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 && IIO && EXTCON
217+
depends on SND_SOC_SAMSUNG && I2C && IIO && EXTCON
218218
select SND_SOC_BT_SCO
219219
select MFD_WM8994
220220
select SND_SOC_WM8994
@@ -228,7 +228,7 @@ config SND_SOC_SAMSUNG_ARIES_WM8994
228228

229229
config SND_SOC_SAMSUNG_MIDAS_WM1811
230230
tristate "SoC I2S Audio support for Midas boards"
231-
depends on SND_SOC_SAMSUNG
231+
depends on SND_SOC_SAMSUNG && I2C
232232
select SND_SAMSUNG_I2S
233233
select MFD_WM8994
234234
select SND_SOC_WM8994

0 commit comments

Comments
 (0)