:orphan: .. title:: ARM_MMU .. option:: CONFIG_ARM_MMU *ARM MMU Support* Type: ``bool`` Help ==== Memory Management Unit support. Direct dependencies =================== \ :option:`CPU_CORTEX_A ` && \ :option:`ARM64 ` && \ :option:`ARM ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`MMU ` - \ :option:`SRAM_REGION_PERMISSIONS ` Kconfig definition ================== .. highlight:: kconfig At ``arch/arm/core/aarch64/Kconfig:98`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` → ``arch/Kconfig:12`` → ``arch/arm/Kconfig:46`` Menu path: (Top) → ARM Options .. parsed-literal:: config ARM_MMU bool "ARM MMU Support" default y select \ :option:`MMU ` select \ :option:`SRAM_REGION_PERMISSIONS ` depends on \ :option:`CPU_CORTEX_A ` && \ :option:`ARM64 ` && \ :option:`ARM ` help Memory Management Unit support. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*