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:
parent
bd1ab491a8
commit
704e15d7f3
1 changed files with 1 additions and 0 deletions
|
@ -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.
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue