mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-01-22 07:53:11 -05:00
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: fd55c6065b
("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>
This commit is contained in:
parent
1acb73db48
commit
704dbe97a6
1 changed files with 2 additions and 2 deletions
|
@ -127,7 +127,7 @@ config SND_SOC_SAMSUNG_TM2_WM5110
|
|||
|
||||
config SND_SOC_SAMSUNG_ARIES_WM8994
|
||||
tristate "SoC I2S Audio support for WM8994 on Aries"
|
||||
depends on SND_SOC_SAMSUNG && IIO && EXTCON
|
||||
depends on SND_SOC_SAMSUNG && I2C && IIO && EXTCON
|
||||
select SND_SOC_BT_SCO
|
||||
select MFD_WM8994
|
||||
select SND_SOC_WM8994
|
||||
|
@ -141,7 +141,7 @@ config SND_SOC_SAMSUNG_ARIES_WM8994
|
|||
|
||||
config SND_SOC_SAMSUNG_MIDAS_WM1811
|
||||
tristate "SoC I2S Audio support for Midas boards"
|
||||
depends on SND_SOC_SAMSUNG && IIO
|
||||
depends on SND_SOC_SAMSUNG && I2C && IIO
|
||||
select SND_SAMSUNG_I2S
|
||||
select MFD_WM8994
|
||||
select SND_SOC_WM8994
|
||||
|
|
Loading…
Reference in a new issue