mirror of
https://github.com/espressif/esp-idf.git
synced 2026-08-18 06:35:35 +03:00
feat(mmu): configurable page size s31 support
This commit is contained in:
7
components/soc/linux/Kconfig.mmu
Normal file
7
components/soc/linux/Kconfig.mmu
Normal file
@@ -0,0 +1,7 @@
|
||||
# This Config is used for configure the MMU.
|
||||
# Be configured based on flash size selection.
|
||||
# Invisible to users.
|
||||
|
||||
config MMU_PAGE_SIZE_64KB
|
||||
bool
|
||||
default y
|
||||
Reference in New Issue
Block a user