CONFIG_MM_DRV_PAGE_SIZE¶
Memory Page Size
Type: hex
Help¶
Size of memory pages.
Default¶
0x1000
Kconfig definition¶
At drivers/mm/Kconfig:14
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:130
Menu path: (Top) → Device Drivers → Memory Management Drivers [EXPERIMENTAL]
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.)