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