CONFIG_SCHED_NOOP

NOOP scheduler

Type: bool

Help

The NOOP (No-Operation) scheduler means there is a strict 1 to 1 mapping between vCPUs and pCPUs.

Direct dependencies

<choice: ACRN Scheduler>

(Includes any dependencies from if’s and menus.)

Kconfig definition

At arch/x86/Kconfig:55

Included via Kconfig:3

Menu path: (top menu) → ACRN Scheduler

config SCHED_NOOP
    bool
    prompt "NOOP scheduler" if <choice: ACRN Scheduler>
    depends on <choice: ACRN Scheduler>
    help
      The NOOP (No-Operation) scheduler means there is a strict 1 to 1 mapping
      between vCPUs and pCPUs.

(Definitions include propagated dependencies, including from if’s and menus.)