From c1c0f2a0729156204e7050158605f176c3fe51ec Mon Sep 17 00:00:00 2001 From: Ken Date: Tue, 26 Nov 2024 15:24:21 +0800 Subject: [PATCH] linux: kconfig: disable CONFIG_RT_GROUP_SCHED Signed-off-by: Ken --- linux/.rockchip/kconfig.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux/.rockchip/kconfig.conf b/linux/.rockchip/kconfig.conf index d48a1556..feb2a72a 100644 --- a/linux/.rockchip/kconfig.conf +++ b/linux/.rockchip/kconfig.conf @@ -58,3 +58,6 @@ CONFIG_DRM_PANEL_RASPBERRYPI_TOUCHSCREEN=y # And our DSI driver only works as builtin as well CONFIG_DRM_PANEL_JADARD_JD9365DA_H3=y CONFIG_DRM_PANEL_RADXA_DISPLAY_8HD=y + +## CONFIG_RT_GROUP_SCHED this configuration causes the creation of aiq threads to fail +# CONFIG_RT_GROUP_SCHED is not set