:orphan: .. title:: X86_NO_SPECTRE_V2 .. option:: CONFIG_X86_NO_SPECTRE_V2 *(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 Spectre V2 CPU vulnerability, as described in CVE-2017-5715. Direct dependencies =================== \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`X86_NO_SPECULATIVE_VULNERABILITIES ` Kconfig definition ================== .. highlight:: kconfig At ``arch/x86/Kconfig:235`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. parsed-literal:: config X86_NO_SPECTRE_V2 bool depends on \ :option:`X86 ` help This hidden option should be set on a per-SOC basis to indicate that a particular SOC is not vulnerable to the Spectre V2 CPU vulnerability, as described in CVE-2017-5715. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*