-
CONFIG_MMU_PAGE_SIZE
¶
Size of smallest granularity MMU page
Type: hex
Help¶
Size of memory pages. Varies per MMU but 4K is common. For MMUs that support multiple page sizes, put the smallest one here.
Default¶
0x1000
Kconfig definition¶
At <Zephyr>/arch/Kconfig:575
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
Menu path: (Top) → Enable MMU features
config MMU_PAGE_SIZE
hex "Size of smallest granularity MMU page"
default 0x1000
depends on MMU
help
Size of memory pages. Varies per MMU but 4K is common. For MMUs that
support multiple page sizes, put the smallest one here.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)