:orphan: .. title:: CONFIG_MMU .. kconfig:: CONFIG_MMU CONFIG_MMU ########## *Enable MMU features* Type: ``bool`` Help ==== .. code-block:: none This option is enabled when the CPU's memory management unit is active and the arch_mem_map() API is available. Direct dependencies =================== \ :kconfig:`CPU_HAS_MMU ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`ARM_MMU ` - \ :kconfig:`X86_MMU ` Kconfig definition ================== At ``/Kconfig:598`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` Menu path: (Top) .. code-block:: kconfig menuconfig MMU bool "Enable MMU features" depends on 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.)*