:orphan: .. title:: CONFIG_KERNEL_VM_SUPPORT .. kconfig:: CONFIG_KERNEL_VM_SUPPORT CONFIG_KERNEL_VM_SUPPORT ######################## *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none Hidden option to enable virtual memory Kconfigs. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`MMU ` - \ :kconfig:`MM_DRV ` Kconfig definition ================== At ``/Kconfig.vm:7`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``/Kconfig:923`` Menu path: (Top) → Virtual Memory Support .. code-block:: kconfig config KERNEL_VM_SUPPORT bool help Hidden option to enable virtual memory Kconfigs. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*