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:
Maximilian Deubel 2023-04-14 17:52:56 +02:00 committed by Carles Cufí
parent 519477fbf1
commit cbaa136e26

View File

@ -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.