CONFIG_X86_NO_MELTDOWN

(No prompt – not directly user assignable.)

Type: bool

Help

This hidden option should be set on a per-SOC basis to indicate that a particular SOC is not vulnerable to the Meltdown CPU vulnerability, as described in CVE-2017-5754.

Direct dependencies

X86

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/x86/Kconfig:228

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:29<Zephyr>/arch/Kconfig:12

Menu path: (Top) → X86 Architecture Options

config X86_NO_MELTDOWN
    bool
    depends on X86
    help
      This hidden option should be set on a per-SOC basis to indicate that
      a particular SOC is not vulnerable to the Meltdown CPU vulnerability,
      as described in CVE-2017-5754.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)