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