Lines Matching refs:default
12 default y if SOC_MMU_PAGE_SIZE_CONFIGURABLE && ESPTOOLPY_FLASHSIZE_1MB
13 default n
17 default y if SOC_MMU_PAGE_SIZE_CONFIGURABLE && ESPTOOLPY_FLASHSIZE_2MB
18 default n
22 default y if !MMU_PAGE_SIZE_32KB && !MMU_PAGE_SIZE_16KB
23 default n
27 default "8KB" if MMU_PAGE_SIZE_8KB
28 default "16KB" if MMU_PAGE_SIZE_16KB
29 default "32KB" if MMU_PAGE_SIZE_32KB
30 default "64KB" if MMU_PAGE_SIZE_64KB
39 default 0x2000 if MMU_PAGE_SIZE_8KB
40 default 0x4000 if MMU_PAGE_SIZE_16KB
41 default 0x8000 if MMU_PAGE_SIZE_32KB
42 default 0x10000 if MMU_PAGE_SIZE_64KB