:orphan: .. title:: CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE .. kconfig:: CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE CONFIG_CUSTOM_SECTION_MIN_ALIGN_SIZE #################################### *Custom Section Align Size* Type: ``int`` Help ==== .. code-block:: none 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. Direct dependencies =================== \ :kconfig:`ARM_MPU ` && \ :kconfig:`CPU_HAS_MPU ` && \ :kconfig:`ARM ` *(Includes any dependencies from ifs and menus.)* Default ======= - 32 Kconfig definition ================== At ``/arm/core/aarch32/mpu/Kconfig:92`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:39`` → ``/Kconfig:12`` → ``/arm/Kconfig:57`` → ``/arm/core/aarch32/Kconfig:297`` Menu path: (Top) → ARM Options .. code-block:: kconfig 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.)*