:orphan: .. title:: CONFIG_MPU .. kconfig:: CONFIG_MPU CONFIG_MPU ########## *Enable MPU features* Type: ``bool`` Help ==== .. code-block:: none This option, when enabled, indicates to the core kernel that an MPU is enabled. Direct dependencies =================== \ :kconfig:`CPU_HAS_MPU ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ARC_MPU ` - \ :kconfig:`ARM_MPU ` - \ :kconfig:`RISCV_PMP ` Kconfig definition ================== At ``/Kconfig:764`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig menuconfig MPU bool "Enable MPU features" depends on 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.)*