The latest development version of this page may be more current than this released 1.14.1 version.
CONFIG_X86_ENABLE_TSS

(No prompt – not directly user assignable.)

Type: bool

Help

This hidden option enables defining a Task State Segment (TSS) for kernel execution. This is needed to handle double-faults or do privilege elevation. It also defines a special TSS and handler for correctly handling double-fault exceptions, instead of just letting the system triple-fault and reset.

Direct dependencies

X86

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

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At arch/x86/Kconfig:116

Included via Kconfig:10Kconfig.zephyr:29arch/Kconfig:15

Menu path: (top menu) → X86 Architecture Options → Processor Capabilities

config X86_ENABLE_TSS
    bool
    depends on X86
    help
      This hidden option enables defining a Task State Segment (TSS) for
      kernel execution. This is needed to handle double-faults or
      do privilege elevation. It also defines a special TSS and handler
      for correctly handling double-fault exceptions, instead of just
      letting the system triple-fault and reset.

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