The latest development version of this page may be more current than this released 3.0.0 version.

CONFIG_MM_DRV

Memory Management Drivers [EXPERIMENTAL]

Type: bool

Help

Include Memory Management drivers in system config

Defaults

No defaults. Implicitly defaults to n.

Symbols selected by this symbol

Kconfig definition

At drivers/mm/Kconfig:5

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:130

Menu path: (Top) → Device Drivers

menuconfig MM_DRV
    bool "Memory Management Drivers [EXPERIMENTAL]"
    select EXPERIMENTAL
    select KERNEL_VM_SUPPORT
    help
      Include Memory Management drivers in system config

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)