From 13bd0721d1add0e232991a79a21cfcb468e5c7f3 Mon Sep 17 00:00:00 2001 From: Hauke Mehrtens Date: Sat, 6 Nov 2021 18:56:20 +0000 Subject: [PATCH] kernel: Add regmap-i2c dependency to sound-soc-imx-sgtl5000 This dependency is needed on the imx/cortexa7 subtarget. Signed-off-by: Hauke Mehrtens --- package/kernel/linux/modules/sound.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/kernel/linux/modules/sound.mk b/package/kernel/linux/modules/sound.mk index e1d7f72a0f..83b3355f3f 100644 --- a/package/kernel/linux/modules/sound.mk +++ b/package/kernel/linux/modules/sound.mk @@ -243,7 +243,7 @@ define KernelPackage/sound-soc-imx-sgtl5000 $(LINUX_DIR)/sound/soc/codecs/snd-soc-sgtl5000.ko \ $(LINUX_DIR)/sound/soc/fsl/snd-soc-imx-sgtl5000.ko AUTOLOAD:=$(call AutoLoad,57,snd-soc-sgtl5000 snd-soc-imx-sgtl5000) - DEPENDS:=@TARGET_imx +kmod-sound-soc-imx + DEPENDS:=@TARGET_imx +kmod-sound-soc-imx +kmod-regmap-i2c $(call AddDepends/sound) endef -- 2.30.2