Fixes: #40538 The TEMP_NRF5 setting requires MULTITHREADING, therefore add this dependency to Kconfig. The TEMP_NRF5 supports an alternative driver implementation using the TEMP_NRF5_FORCE_ALT setting. Because it cannot be known whether an alternative implementation has the same dependency, then the MULTITHREADING is OR'ed with TEMP_NRF5_FORCE_ALT, as to allow enabling of TEMP_NRF5 if an alternative driver is provided. Signed-off-by: Torsten Rasmussen <Torsten.Rasmussen@nordicsemi.no> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| Kconfig | ||
| temp_nrf5.c | ||