projectacrn.github.io/2.2/_sources/reference/kconfig/choice_0.rst.txt

52 lines
846 B
ReStructuredText

:orphan:
.. title:: choice: ACRN Scheduler
.. _choice_0:
.. describe:: choice: ACRN Scheduler
*ACRN Scheduler*
Type: ``bool``
Help
====
Select the CPU scheduler to be used by the hypervisor
Defaults
========
- \ :option:`SCHED_BVT <CONFIG_SCHED_BVT>`
Choice options
==============
- \ :option:`SCHED_NOOP <CONFIG_SCHED_NOOP>`
- \ :option:`SCHED_IORR <CONFIG_SCHED_IORR>`
- \ :option:`SCHED_BVT <CONFIG_SCHED_BVT>`
Kconfig definition
==================
.. highlight:: kconfig
At ``arch/x86/Kconfig:28``
Included via ``Kconfig:3``
Menu path: (top menu)
.. parsed-literal::
choice
bool
prompt "ACRN Scheduler"
default \ :option:`SCHED_BVT <CONFIG_SCHED_BVT>`
help
Select the CPU scheduler to be used by the hypervisor
*(Definitions include propagated dependencies, including from if's and menus.)*