drivers: i2c: nrfx: add multithreading dependency
This patch adds MULTITHREADING as a dependency to the nrfx i2c driver. The driver uses semaphores internally and can result in linker errors if MULTITHREADING is not enabled. Signed-off-by: Maximilian Deubel <maximilian.deubel@nordicsemi.no>
This commit is contained in:
parent
519477fbf1
commit
cbaa136e26
@ -7,6 +7,7 @@ menuconfig I2C_NRFX
|
||||
bool "nRF TWI nrfx drivers"
|
||||
default y
|
||||
depends on SOC_FAMILY_NRF
|
||||
depends on MULTITHREADING
|
||||
help
|
||||
Enable support for nrfx TWI drivers for nRF MCU series.
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user