]> git.ipfire.org Git - thirdparty/kernel/stable.git/commit
ASoC: samsung: Add missing depends on I2C
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Wed, 8 Jan 2025 13:48:28 +0000 (13:48 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Feb 2025 17:24:00 +0000 (18:24 +0100)
commitdf560e90a4d6f9df4804655c28a3497b08940578
tree52a18f12b03d75933f61c9133a39a4fe1e98ccee
parent72370a2bc2e649f28ce7445f922435ba0ce36e00
ASoC: samsung: Add missing depends on I2C

[ Upstream commit 704dbe97a68153a84319ad63f526e12ba868b88e ]

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: fd55c6065bec ("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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
sound/soc/samsung/Kconfig