From: Hauke Mehrtens Date: Sat, 6 Nov 2021 18:56:20 +0000 (+0000) Subject: kernel: Add regmap-i2c dependency to sound-soc-imx-sgtl5000 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fthess.git;a=commitdiff_plain;h=13bd0721d1add0e232991a79a21cfcb468e5c7f3 kernel: Add regmap-i2c dependency to sound-soc-imx-sgtl5000 This dependency is needed on the imx/cortexa7 subtarget. Signed-off-by: Hauke Mehrtens --- 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