Skip to content

Commit 2f6587f

Browse files
committed
kconfig: Remove duplicated ARM_MPU dependency on CUSTOM_SECTION_ALIGN
CUSTOM_SECTION_ALIGN is already defined within an 'if ARM_MPU', so it does not need a 'depends on ARM_MPU'. Flagged by zephyrproject-rtos/ci-tools#128. Signed-off-by: Ulf Magnusson <[email protected]>
1 parent a4b448e commit 2f6587f

File tree

1 file changed

+0
-1
lines changed
  • arch/arm/core/aarch32/cortex_m/mpu

1 file changed

+0
-1
lines changed

arch/arm/core/aarch32/cortex_m/mpu/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ config MPU_ALLOW_FLASH_WRITE
8484

8585
config CUSTOM_SECTION_ALIGN
8686
bool "Custom Section Align"
87-
depends on ARM_MPU
8887
help
8988
MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT(ARMv7-M) sometimes cause memory
9089
wasting in linker scripts defined memory sections. Use this symbol

0 commit comments

Comments
 (0)