:orphan: .. title:: ENABLE_EXTENDED_IBRS .. option:: CONFIG_ENABLE_EXTENDED_IBRS *Enable Extended IBRS* Type: ``bool`` Help ==== .. code-block:: none This option will enable the Extended Indirect Branch Restricted Speculation 'always on' feature. This mitigates Indirect Branch Control vulnerabilities (aka Spectre V2). Direct dependencies =================== \ :option:`USERSPACE ` && \ :option:`X86 ` *(Includes any dependencies from ifs and menus.)* Default ======= - y if !\ :option:`X86_NO_SPECTRE_V2 ` Kconfig definition ================== At ``/x86/Kconfig:453`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``/Kconfig:12`` Menu path: (Top) → X86 Architecture Options .. code-block:: kconfig config ENABLE_EXTENDED_IBRS bool "Enable Extended IBRS" default y if !X86_NO_SPECTRE_V2 depends on USERSPACE && X86 help This option will enable the Extended Indirect Branch Restricted Speculation 'always on' feature. This mitigates Indirect Branch Control vulnerabilities (aka Spectre V2). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*