Skip to content

Commit

Permalink
kconfig: Remove duplicated ARM_MPU dependency on CUSTOM_SECTION_ALIGN
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
ulfalizer authored and MaureenHelm committed Feb 7, 2020
1 parent 1a7a0dd commit 7b52475
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion arch/arm/core/aarch32/cortex_m/mpu/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,6 @@ config MPU_ALLOW_FLASH_WRITE

config CUSTOM_SECTION_ALIGN
bool "Custom Section Align"
depends on ARM_MPU
help
MPU_REQUIRES_POWER_OF_TWO_ALIGNMENT(ARMv7-M) sometimes cause memory
wasting in linker scripts defined memory sections. Use this symbol
Expand Down

0 comments on commit 7b52475

Please sign in to comment.