Skip to content

Commit bdef61c

Browse files
hellesvik-nordicrlubos
authored andcommitted
[nrf noup] board: nordic_ thingy53: Enable QSPI by default
The Thingy:53 enabled MCUboot and external flash by default. Therefore, it should also enable drivers for its external flash by default. Signed-off-by: Sigurd Hellesvik <sigurd.hellesvik@nordicsemi.no> (cherry picked from commit 20671bc)
1 parent d1d9b2d commit bdef61c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

boards/nordic/thingy53/Kconfig.defconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,9 @@ config MCUBOOT_USB_SUPPORT
9797
bool
9898
default n
9999

100+
config NORDIC_QSPI_NOR
101+
default y
102+
100103
endif # BOARD_THINGY53_NRF5340_CPUAPP || BOARD_THINGY53_NRF5340_CPUAPP_NS
101104

102105
if BOARD_THINGY53_NRF5340_CPUNET

0 commit comments

Comments
 (0)