Skip to content
Merged
Show file tree
Hide file tree
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
9 changes: 2 additions & 7 deletions samples/matter/light_bulb/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,12 @@ config DFU_MULTI_IMAGE_PACKAGE_NET

endif # SOC_SERIES_NRF53X

if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
if BOARD_NRF54L15DK

# Disable checking the external drivers for NS build.
config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
default y

# override the mcuboot pad size, because it is not set globally for NS build.
config PM_MCUBOOT_PAD
default 0x800

endif # BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
endif # BOARD_NRF54L15DK

endif # BOOTLOADER_MCUBOOT

Expand Down
9 changes: 2 additions & 7 deletions samples/matter/light_switch/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,12 @@ config DFU_MULTI_IMAGE_PACKAGE_NET

endif # SOC_SERIES_NRF53X

if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
if BOARD_NRF54L15DK

# Disable checking the external drivers for NS build.
config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
default y

# override the mcuboot pad size, because it is not set globally for NS build.
config PM_MCUBOOT_PAD
default 0x800

endif # BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
endif # BOARD_NRF54L15DK

endif # BOOTLOADER_MCUBOOT

Expand Down
9 changes: 2 additions & 7 deletions samples/matter/lock/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,12 @@ config DFU_MULTI_IMAGE_PACKAGE_NET

endif # SOC_SERIES_NRF53X

if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
if BOARD_NRF54L15DK

# Disable checking the external drivers for NS build.
config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
default y

# override the mcuboot pad size, because it is not set globally for NS build.
config PM_MCUBOOT_PAD
default 0x800

endif # BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
endif # BOARD_NRF54L15DK

endif # BOOTLOADER_MCUBOOT

Expand Down
5 changes: 0 additions & 5 deletions samples/matter/manufacturer_specific/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,9 @@ endif # SOC_SERIES_NRF53X

if BOARD_NRF54L15DK

# Disable checking the external drivers for nRF54L15 DKs.
config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
default y

# override the mcuboot pad size, because it is not set globally for NS build.
config PM_MCUBOOT_PAD
default 0x800

endif # BOARD_NRF54L15DK

endif # BOOTLOADER_MCUBOOT
Expand Down
5 changes: 0 additions & 5 deletions samples/matter/template/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -65,14 +65,9 @@ endif # SOC_SERIES_NRF53X

if BOARD_NRF54L15DK

# Disable checking the external drivers for nRF54L15 DKs.
config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
default y

# override the mcuboot pad size, because it is not set globally for NS build.
config PM_MCUBOOT_PAD
default 0x800

endif # BOARD_NRF54L15DK

endif # BOOTLOADER_MCUBOOT
Expand Down
9 changes: 2 additions & 7 deletions samples/matter/thermostat/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,12 @@ config DFU_MULTI_IMAGE_PACKAGE_NET

endif # SOC_SERIES_NRF53X

if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
if BOARD_NRF54L15DK

# Disable checking the external drivers for NS build.
config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
default y

# override the mcuboot pad size, because it is not set globally for NS build.
config PM_MCUBOOT_PAD
default 0x800

endif # BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
endif # BOARD_NRF54L15DK

endif # BOOTLOADER_MCUBOOT

Expand Down
9 changes: 2 additions & 7 deletions samples/matter/window_covering/Kconfig.sysbuild
Original file line number Diff line number Diff line change
Expand Up @@ -63,17 +63,12 @@ config DFU_MULTI_IMAGE_PACKAGE_NET

endif # SOC_SERIES_NRF53X

if BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
if BOARD_NRF54L15DK

# Disable checking the external drivers for NS build.
config PM_OVERRIDE_EXTERNAL_DRIVER_CHECK
default y

# override the mcuboot pad size, because it is not set globally for NS build.
config PM_MCUBOOT_PAD
default 0x800

endif # BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
endif # BOARD_NRF54L15DK

endif # BOOTLOADER_MCUBOOT

Expand Down