File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
config/nrfconnect/chip-module Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -207,12 +207,12 @@ config CHIP_QSPI_NOR
207207
208208# nRF7002DK uses SPI NOR external flash
209209
210- if BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF7001_NRF5340_CPUAPP || BOARD_NRF54L15DK_NRF54L15_CPUAPP || BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
210+ if BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF7001_NRF5340_CPUAPP || BOARD_NRF54L15DK
211211
212212config CHIP_SPI_NOR
213213 default y
214214
215- endif # BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF7001_NRF5340_CPUAPP || BOARD_NRF54L15DK_NRF54L15_CPUAPP || BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
215+ endif # BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF7001_NRF5340_CPUAPP || BOARD_NRF54L15DK
216216
217217config BOOT_IMAGE_ACCESS_HOOKS
218218 default y if SOC_SERIES_NRF53X
Original file line number Diff line number Diff line change @@ -152,7 +152,7 @@ config CHIP_DFU_OVER_BT_SMP
152152 bool "Enable DFU over Bluetooth LE SMP feature set"
153153 depends on !CHIP_BOOTLOADER_NONE
154154 imply CHIP_QSPI_NOR if BOARD_NRF5340DK_NRF5340_CPUAPP || BOARD_NRF52840DK_NRF52840
155- imply CHIP_SPI_NOR if BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF7001_NRF5340_CPUAPP || BOARD_NRF54L15DK_NRF54L15_CPUAPP || BOARD_NRF54L15DK_NRF54L15_CPUAPP_NS
155+ imply CHIP_SPI_NOR if BOARD_NRF7002DK_NRF5340_CPUAPP || BOARD_NRF7002DK_NRF7001_NRF5340_CPUAPP || BOARD_NRF54L15DK
156156 select CHIP_DFU_LIBRARY_MCUMGR
157157 select MCUMGR_TRANSPORT_BT
158158 # Enable custom SMP request to erase settings partition.
You can’t perform that action at this time.
0 commit comments