Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

linux: rk2410: kconfig: disable CONFIG_RT_GROUP_SCHED #122

Merged
merged 1 commit into from
Nov 26, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions linux/.rockchip/kconfig.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading