We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed650e1 commit 1085b8dCopy full SHA for 1085b8d
1 file changed
build_sdk.py
@@ -493,6 +493,7 @@ def elaborate_all_board_configs(board: BoardInfo) -> list[ConfigInfo]:
493
config = copy.deepcopy(config)
494
config.name = f"domain-{config.name}"
495
config.kernel_options |= {
496
+ "KernelTimerFrequency": True,
497
"KernelNumDomains": 64,
498
"KernelNumDomainSchedules": 128,
499
}
0 commit comments