drivers: spi: nrfx: add multithreading Kconfig dependency

The nrfx SPI driver depends on semaphores, which require multithreading
support to be enabled.

Signed-off-by: Eivind Jølsgard <eivind.jolsgard@nordicsemi.no>
This commit is contained in:
Eivind Jølsgard 2023-05-08 12:33:54 +02:00 committed by Carles Cufí
commit 704e15d7f3

View file

@ -5,6 +5,7 @@ menuconfig SPI_NRFX
bool "nRF SPI nrfx drivers" bool "nRF SPI nrfx drivers"
default y default y
depends on SOC_FAMILY_NRF depends on SOC_FAMILY_NRF
depends on MULTITHREADING
help help
Enable support for nrfx SPI drivers for nRF MCU series. Enable support for nrfx SPI drivers for nRF MCU series.