Skip to content

Commit 704dbe9

Browse files
charleskeepaxbroonie
authored andcommitted
ASoC: samsung: Add missing depends on I2C
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 <lkp@intel.com> Closes: https://lore.kernel.org/oe-kbuild-all/202501082020.2bpGGVTW-lkp@intel.com/ Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com> Link: https://patch.msgid.link/20250108134828.246570-1-ckeepax@opensource.cirrus.com Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 1acb73d commit 704dbe9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

sound/soc/samsung/Kconfig

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ 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 && IIO && EXTCON
130+
depends on SND_SOC_SAMSUNG && I2C && IIO && EXTCON
131131
select SND_SOC_BT_SCO
132132
select MFD_WM8994
133133
select SND_SOC_WM8994
@@ -141,7 +141,7 @@ config SND_SOC_SAMSUNG_ARIES_WM8994
141141

142142
config SND_SOC_SAMSUNG_MIDAS_WM1811
143143
tristate "SoC I2S Audio support for Midas boards"
144-
depends on SND_SOC_SAMSUNG && IIO
144+
depends on SND_SOC_SAMSUNG && I2C && IIO
145145
select SND_SAMSUNG_I2S
146146
select MFD_WM8994
147147
select SND_SOC_WM8994

0 commit comments

Comments
 (0)