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:
parent
30f6740512
commit
d3e7adc7da
2 changed files with 2 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
|||
CONFIG_SPI=y
|
||||
CONFIG_SPI_NOR=y
|
||||
CONFIG_SOC_FLASH_NRF=n
|
||||
|
|
|
@ -3,3 +3,4 @@
|
|||
|
||||
CONFIG_NORDIC_QSPI_NOR=y
|
||||
CONFIG_NORDIC_QSPI_NOR_FLASH_LAYOUT_PAGE_SIZE=4096
|
||||
CONFIG_SOC_FLASH_NRF=n
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue