drivers: flash: nrf_qspi_nor: record dependency on multithreading
This driver blocks on a semaphore to receive notification when an operation is complete, so requires CONFIG_MULTITHREADING=y. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
e2e2a2bd94
commit
dc14becd2d
1 changed files with 1 additions and 0 deletions
|
@ -6,6 +6,7 @@ menuconfig NORDIC_QSPI_NOR
|
|||
select FLASH_HAS_DRIVER_ENABLED
|
||||
select NRFX_QSPI
|
||||
depends on HAS_HW_NRF_QSPI
|
||||
depends on MULTITHREADING
|
||||
help
|
||||
Enable support for nrfx QSPI driver with EasyDMA.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue