:orphan: .. title:: MPU .. option:: CONFIG_MPU *Enable MPU features* Type: ``bool`` Help ==== This option, when enabled, indicates to the core kernel that an MPU is enabled. Direct dependencies =================== \ :option:`CPU_HAS_MPU ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ARC_MPU ` - \ :option:`ARM_MPU ` - \ :option:`RISCV_PMP ` Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:663`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) .. parsed-literal:: menuconfig MPU bool "Enable MPU features" depends on \ :option:`CPU_HAS_MPU ` help This option, when enabled, indicates to the core kernel that an MPU is enabled. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*