]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
ASoC: samsung: Add missing selects for MFD_WM8994
authorCharles Keepax <ckeepax@opensource.cirrus.com>
Tue, 7 Jan 2025 10:41:34 +0000 (10:41 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 1 Feb 2025 17:22:32 +0000 (18:22 +0100)
[ Upstream commit fd55c6065bec5268740e944a1800e6fad00974d9 ]

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 <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202501071530.UwIXs7OL-lkp@intel.com/
Signed-off-by: Charles Keepax <ckeepax@opensource.cirrus.com>
Link: https://patch.msgid.link/20250107104134.12147-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

index a2221ebb1b6ab5bed755fc1a402e0e39fc80185f..159bc501186f93c419c8bc8d7729e90dc9fb8441 100644 (file)
@@ -214,8 +214,9 @@ 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 && MFD_WM8994 && IIO && EXTCON
+       depends on SND_SOC_SAMSUNG && IIO && EXTCON
        select SND_SOC_BT_SCO
+       select MFD_WM8994
        select SND_SOC_WM8994
        select SND_SAMSUNG_I2S
        help
@@ -229,6 +230,7 @@ config SND_SOC_SAMSUNG_MIDAS_WM1811
        tristate "SoC I2S Audio support for Midas boards"
        depends on SND_SOC_SAMSUNG
        select SND_SAMSUNG_I2S
+       select MFD_WM8994
        select SND_SOC_WM8994
        help
          Say Y if you want to add support for SoC audio on the Midas boards.