tests/flash/common: Disable soc flash for SPI with nrf52840dk

The commit sets CONFIG_SOC_NRF_FLASH=n for SPI/QSPI Flash tests
as building internal Flash driver is not needed in these
scenarios.

Signed-off-by: Dominik Ermel <dominik.ermel@nordicsemi.no>
This commit is contained in:
Dominik Ermel 2024-04-12 12:06:27 +00:00 committed by Fabio Baltieri
commit d3e7adc7da
2 changed files with 2 additions and 0 deletions

View file

@ -1,2 +1,3 @@
CONFIG_SPI=y
CONFIG_SPI_NOR=y
CONFIG_SOC_FLASH_NRF=n

View file

@ -3,3 +3,4 @@
CONFIG_NORDIC_QSPI_NOR=y
CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
CONFIG_SOC_FLASH_NRF=n