:orphan: .. title:: CONFIG_MM_DRV_PAGE_SIZE .. kconfig:: CONFIG_MM_DRV_PAGE_SIZE CONFIG_MM_DRV_PAGE_SIZE ####################### *Memory Page Size* Type: ``hex`` Help ==== .. code-block:: none Size of memory pages. Direct dependencies =================== \ :kconfig:`MM_DRV ` *(Includes any dependencies from ifs and menus.)* Default ======= - 0x1000 Kconfig definition ================== At ``/mm/Kconfig:14`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:130`` Menu path: (Top) → Device Drivers → Memory Management Drivers [EXPERIMENTAL] .. code-block:: kconfig config MM_DRV_PAGE_SIZE hex "Memory Page Size" default 0x1000 depends on MM_DRV help Size of memory pages. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*