-
CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE
¶
Custom Section Align Size
Type: int
Help¶
Custom algin size of memory section in linker scripts. Usually it should consume less alignment memory. Alougth this alignment size is configured by users, it must also respect the power of two regulation if hardware requires.
Defaults¶
- 32 if
CPU_HAS_MPU
&&ARM
Kconfig definition¶
At arch/arm/core/cortex_m/mpu/Kconfig:57
Included via Kconfig:10
→ Kconfig.zephyr:29
→ arch/Kconfig:15
→ arch/arm/Kconfig:13
→ arch/arm/core/Kconfig:168
Menu path: (top menu) → ARM Options
config CUSTOM_SECTION_MIN_ALIGN_SIZE int prompt "Custom Section Align Size" ifCPU_HAS_MPU
&&ARM
default 32 ifCPU_HAS_MPU
&&ARM
depends onCPU_HAS_MPU
&&ARM
help Custom algin size of memory section in linker scripts. Usually it should consume less alignment memory. Alougth this alignment size is configured by users, it must also respect the power of two regulation if hardware requires.
(Definitions include propagated dependencies, including from if’s and menus.)