:orphan: .. title:: MMU .. option:: CONFIG_MMU *Enable MMU features* Type: ``bool`` Help ==== This option is enabled when the CPU's memory management unit is active and the arch_mem_map() API is available. Direct dependencies =================== \ :option:`CPU_HAS_MMU ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`ARM_MMU ` - \ :option:`X86_MMU ` Kconfig definition ================== .. highlight:: kconfig At ``arch/Kconfig:555`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:29`` Menu path: (Top) .. parsed-literal:: menuconfig MMU bool "Enable MMU features" depends on \ :option:`CPU_HAS_MMU ` help This option is enabled when the CPU's memory management unit is active and the arch_mem_map() API is available. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*