From 8bb0bb391edcb74af9b96e5cf59a917341e9e9b6 Mon Sep 17 00:00:00 2001 From: AmadeusGhost <42570690+AmadeusGhost@users.noreply.github.com> Date: Mon, 18 Oct 2021 23:05:01 +0800 Subject: [PATCH] kmod-saradc-rockchip: fixes dependencies on 5.10 Signed-off-by: AmadeusGhost (cherry picked from commit 16be2d38b42926569afadae29adb9a8f098fa7f5) --- target/linux/rockchip/modules.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/linux/rockchip/modules.mk b/target/linux/rockchip/modules.mk index 77f1b33dd5..4942878215 100644 --- a/target/linux/rockchip/modules.mk +++ b/target/linux/rockchip/modules.mk @@ -47,7 +47,7 @@ $(eval $(call KernelPackage,drm-rockchip)) define KernelPackage/saradc-rockchip SUBMENU:=$(IIO_MENU) TITLE:=Rockchip SARADC support - DEPENDS:=@TARGET_rockchip +kmod-iio-core + DEPENDS:=@TARGET_rockchip +kmod-industrialio-triggered-buffer KCONFIG:= \ CONFIG_RESET_CONTROLLER=y \ CONFIG_ROCKCHIP_SARADC