Skip to content

Commit

Permalink
config: build-configs: Add missing kernel configs for preempt-rt
Browse files Browse the repository at this point in the history
Add missing configurations needed to run rtla timerlat and osnoise tests.

Relates kernelci/kernelci-project#439
Signed-off-by: Muhammad Usama Anjum <[email protected]>
  • Loading branch information
musamaanjum committed Sep 16, 2024
1 parent 44833b4 commit 0c38a8f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions config/core/build-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,9 @@ fragments:
- 'CONFIG_SCHED_DEBUG=y'
- 'CONFIG_PREEMPT_RT=y'
- 'CONFIG_PREEMPT_RT_FULL=y' # <= v4.19
- 'CONFIG_FTRACE=y'
- 'CONFIG_OSNOISE_TRACER=y'
- 'CONFIG_TIMERLAT_TRACER=y'

rust:
path: "kernel/configs/rust.config"
Expand Down

0 comments on commit 0c38a8f

Please sign in to comment.