:orphan: .. title:: CONFIG_MM_DRV .. kconfig:: CONFIG_MM_DRV CONFIG_MM_DRV ############# *Memory Management Drivers [EXPERIMENTAL]* Type: ``bool`` Help ==== .. code-block:: none Include Memory Management drivers in system config Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`EXPERIMENTAL ` - \ :kconfig:`KERNEL_VM_SUPPORT ` Kconfig definition ================== At ``/mm/Kconfig:5`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:130`` Menu path: (Top) → Device Drivers .. code-block:: kconfig 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.)*