Skip to content

Commit 1659ea4

Browse files
adigienordicjm
authored andcommitted
[nrf toup][nrfconnect] Don't select BOOTLOADER_MCUBOOT for nRF52840 Dongle
Don't use `CHIP_BOOTLOADER_MCUBOOT` for dongle. Signed-off-by: Adrian Gielniewski <[email protected]>
1 parent 51b36dd commit 1659ea4

File tree

1 file changed

+1
-1
lines changed
  • config/nrfconnect/chip-module

1 file changed

+1
-1
lines changed

config/nrfconnect/chip-module/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ config CHIP_NFC_COMMISSIONING
5252

5353
choice CHIP_BOOTLOADER
5454
prompt "Bootloader implementation for Matter purposes"
55-
default CHIP_BOOTLOADER_MCUBOOT if !BOARD_NRF21540DK
55+
default CHIP_BOOTLOADER_MCUBOOT if !BOARD_NRF21540DK && !BOARD_NRF52840DONGLE
5656
default CHIP_BOOTLOADER_NONE
5757

5858
config CHIP_BOOTLOADER_MCUBOOT

0 commit comments

Comments
 (0)