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 27a6b06
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions config/core/build-configs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,8 @@ fragments:
- 'CONFIG_SCHED_DEBUG=y'
- 'CONFIG_PREEMPT_RT=y'
- 'CONFIG_PREEMPT_RT_FULL=y' # <= v4.19
- 'CONFIG_OSNOISE_TRACER=y'
- 'CONFIG_TIMERLAT_TRACER=y'

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

0 comments on commit 27a6b06

Please sign in to comment.