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 https://github.com/zephyrproject-rtos/ci-tools/pull/128. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
1a7a0dd494
commit
7b52475720
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue