Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Kconfig.nrf
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,12 @@ config MBEDTLS_HEAP_SIZE
default 2048
endif

# Override configuration from zephyr which disables it by default
config MCUMGR_GRP_IMG_ALLOW_ERASE_PENDING
bool
depends on !MCUBOOT_BOOTLOADER_MODE_DIRECT_XIP
default y

rsource "samples/Kconfig"
rsource "subsys/Kconfig"
rsource "modules/Kconfig"
Expand Down