samples: minimal: kconfig: Do not assign promptless MEMORY_PROTECTION
Assignments have no effect on promptless symbols. Flagged by https://github.com/zephyrproject-rtos/zephyr/pull/20742. This symbol is select'ed automatically by the X86_MMU, ARM_MPU, and ARC_MPU symbols. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
a536c14132
commit
56901f3ae3
1 changed files with 0 additions and 1 deletions
|
@ -15,7 +15,6 @@ CONFIG_DYNAMIC_INTERRUPTS=n
|
|||
CONFIG_IRQ_OFFLOAD=n
|
||||
|
||||
# Memory protection
|
||||
CONFIG_MEMORY_PROTECTION=n
|
||||
CONFIG_THREAD_STACK_INFO=n
|
||||
CONFIG_THREAD_CUSTOM_DATA=n
|
||||
CONFIG_FLOAT=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue