Skip to content

Commit

Permalink
[nrf noup] Adapt Matter SDK to te WiFi FW patch on external flash
Browse files Browse the repository at this point in the history
This commit sets the default kconfigs if the WiFi FW patch on
external flash is enabled.
  • Loading branch information
ArekBalysNordic committed Feb 21, 2024
1 parent a4d48b7 commit ffbc5b5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions config/nrfconnect/chip-module/Kconfig.defaults
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,15 @@ config BOOT_IMAGE_ACCESS_HOOKS
default y if SOC_SERIES_NRF53X

config UPDATEABLE_IMAGE_NUMBER
default 3 if NRF_WIFI_PATCHES_EXT_FLASH_STORE
default 2 if SOC_SERIES_NRF53X

config DFU_MULTI_IMAGE_MAX_IMAGE_COUNT
default 3 if NRF_WIFI_PATCHES_EXT_FLASH_STORE

config NRF_WIFI_FW_PATCH_DFU
default y if NRF_WIFI_PATCHES_EXT_FLASH_STORE

# ==============================================================================
# OpenThread configuration
# ==============================================================================
Expand Down

0 comments on commit ffbc5b5

Please sign in to comment.