Skip to content

Commit

Permalink
drivers: clock_control: nrf: Fix missing dependency to mt
Browse files Browse the repository at this point in the history
The temperature sensor used in the clock_control driver requires
multithreading, but this is not compatible with mcuboot builds with
multithreading disabled.

Fixes zephyrproject-rtos#41597.

Signed-off-by: Carles Cufi <carles.cufi@nordicsemi.no>
  • Loading branch information
carlescufi committed Mar 10, 2022
1 parent ec7451b commit 69dfaad
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/clock_control/Kconfig.nrf
Expand Up @@ -68,6 +68,7 @@ if CLOCK_CONTROL_NRF_K32SRC_RC_CALIBRATION
config CLOCK_CONTROL_NRF_DRIVER_CALIBRATION
bool
depends on !CLOCK_CONTROL_NRF_FORCE_ALT
depends on MULTITHREADING
default y
help
Enabling indicates that calibration is perfomed by the clock control driver.
Expand Down

0 comments on commit 69dfaad

Please sign in to comment.