doc: Add reference to time slice Kconfig options

Updates the scheduling documentation to include references to the
time slicing Kconfig options to make them easier to notice.

Signed-off-by: Peter Mitsis <peter.mitsis@intel.com>
This commit is contained in:
Peter Mitsis 2025-05-14 12:14:16 -07:00 committed by Benjamin Cabé
commit 38243564b8

View file

@ -257,6 +257,14 @@ for a kernel object, such as a mutex.
Use preemptive threads to give priority to time-sensitive processing
over less time-sensitive processing.
Configuration Options
**********************
* :kconfig:option:`CONFIG_TIMESLICING`
* :kconfig:option:`CONFIG_TIMESLICE_SIZE`
* :kconfig:option:`CONFIG_TIMESLICE_PRIORITY`
.. _cpu_idle:
CPU Idling