:orphan: .. title:: CONFIG_CPU_HAS_MPU .. kconfig:: CONFIG_CPU_HAS_MPU CONFIG_CPU_HAS_MPU ################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none This option is enabled when the CPU has a Memory Protection Unit (MPU). Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`SOC_ARC_IOT ` - \ :kconfig:`SOC_QEMU_ARC ` - \ :kconfig:`SOC_ARC_IOT ` - \ :kconfig:`SOC_QEMU_ARC ` - \ :kconfig:`CPU_HAS_ARM_MPU ` - \ :kconfig:`CPU_HAS_NXP_MPU ` - \ :kconfig:`SOC_EMSDP_EM4 ` - \ :kconfig:`SOC_EMSDP_EM6 ` - \ :kconfig:`SOC_EMSDP_EM5D ` - \ :kconfig:`SOC_EMSDP_EM7D ` - \ :kconfig:`SOC_EMSDP_EM7D_ESP ` - \ :kconfig:`SOC_EMSDP_EM9D ` - \ :kconfig:`SOC_EMSDP_EM11D ` - \ :kconfig:`SOC_EMSK_EM7D ` - \ :kconfig:`SOC_NSIM_EM ` - \ :kconfig:`SOC_NSIM_EM7D_V22 ` - \ :kconfig:`SOC_NSIM_SEM ` - \ :kconfig:`SOC_NSIM_HS_MPUV6 ` - \ :kconfig:`SOC_FVP_AEMV8R_AARCH64 ` - \ :kconfig:`CPU_HAS_ARM_MPU ` - \ :kconfig:`CPU_HAS_NXP_MPU ` - \ :kconfig:`SOC_EMSDP_EM4 ` - \ :kconfig:`SOC_EMSDP_EM6 ` - \ :kconfig:`SOC_EMSDP_EM5D ` - \ :kconfig:`SOC_EMSDP_EM7D ` - \ :kconfig:`SOC_EMSDP_EM7D_ESP ` - \ :kconfig:`SOC_EMSDP_EM9D ` - \ :kconfig:`SOC_EMSDP_EM11D ` - \ :kconfig:`SOC_EMSK_EM7D ` - \ :kconfig:`SOC_NSIM_EM ` - \ :kconfig:`SOC_NSIM_EM7D_V22 ` - \ :kconfig:`SOC_NSIM_SEM ` - \ :kconfig:`SOC_NSIM_HS_MPUV6 ` - \ :kconfig:`SOC_FVP_AEMV8R_AARCH64 ` - \ :kconfig:`RISCV_PMP ` Kconfig definition ================== At ``/Kconfig:553`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig config CPU_HAS_MPU bool help This option is enabled when the CPU has a Memory Protection Unit (MPU). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*