CONFIG_MEMORY_PROTECTION

(No prompt – not directly user assignable.)

Type: bool

Help

This option is enabled when Memory Protection features are supported. Memory protection support is currently available on ARC, ARM, and x86 architectures.

Defaults

No defaults. Implicitly defaults to n.

Symbols that select this symbol

Kconfig definition

At <Zephyr>/arch/Kconfig:658

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

Menu path: (Top)

config MEMORY_PROTECTION
    bool
    help
      This option is enabled when Memory Protection features are supported.
      Memory protection support is currently available on ARC, ARM, and x86
      architectures.

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