:orphan: .. title:: CONFIG_ARC_MPU_ENABLE .. kconfig:: CONFIG_ARC_MPU_ENABLE CONFIG_ARC_MPU_ENABLE ##################### *Enable MPU* Type: ``bool`` Help ==== .. code-block:: none Enable MPU Direct dependencies =================== \ :kconfig:`CPU_HAS_MPU ` && \ :kconfig:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`ARC_MPU ` Kconfig definition ================== At ``/arc/Kconfig:328`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` Menu path: (Top) → ARC Options → ARC CPU Options → ARC MPU Options .. code-block:: kconfig config ARC_MPU_ENABLE bool "Enable MPU" select ARC_MPU depends on CPU_HAS_MPU && ARC help Enable MPU *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*