:orphan: .. title:: ARC_CORE_MPU .. option:: CONFIG_ARC_CORE_MPU *ARC Core MPU functionalities* Type: ``bool`` Help ==== ARC core MPU functionalities Direct dependencies =================== \ :option:`CPU_HAS_MPU ` && \ :option:`ARC ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ARC_MPU ` Kconfig definition ================== .. highlight:: kconfig At ``arch/arc/core/mpu/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/arc/Kconfig:281`` Menu path: (Top) → ARC Options → ARCv2 Family Options → ARC MPU Options .. parsed-literal:: config ARC_CORE_MPU bool "ARC Core MPU functionalities" depends on \ :option:`CPU_HAS_MPU ` && \ :option:`ARC ` help ARC core MPU functionalities *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*