Component Type: kbuild config
Description: Disable EFI runtime services support by default
More info: Allow to disable the EFI runtime services support by default. This can already be achieved by using the efi=noruntime option, but it could be useful to have this default without any kernel command line parameter. The EFI runtime services are disabled by default when PREEMPT_RT is enabled, because measurements have shown that some EFI functions calls might take too much time to complete, causing large latencies which is an issue for Real-Time kernels. This default can be overridden by using the efi=runtime option.
Build project: Kconfig (Linux kconfig) (Path: drivers\firmware\efi\Kconfig )
Other views: file explorer