-
CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE
¶
Custom Section Align Size
Type: int
Help¶
Custom align size of memory section in linker scripts. Usually
it should consume less alignment memory. Although this alignment
size is configured by users, it must also respect the power of
two regulation if hardware requires.
Default¶
32
Kconfig definition¶
At <Zephyr>/arch/arm/core/aarch32/mpu/Kconfig:92
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:29
→ <Zephyr>/arch/Kconfig:12
→ <Zephyr>/arch/arm/Kconfig:57
→ <Zephyr>/arch/arm/core/aarch32/Kconfig:263
Menu path: (Top) → ARM Options
config CUSTOM_SECTION_MIN_ALIGN_SIZE
int "Custom Section Align Size"
default 32
depends on ARM_MPU && CPU_HAS_MPU && ARM
help
Custom align size of memory section in linker scripts. Usually
it should consume less alignment memory. Although this alignment
size is configured by users, it must also respect the power of
two regulation if hardware requires.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)