Skip to content

Commit

Permalink
drivers: mpsl: Add !SOC_SERIES_NRF54HX dep to CLOCK_CONTROL_MPSL
Browse files Browse the repository at this point in the history
The MPSL clock control driver does not support the SOC_SERIES_NRF54HX
which uses the new nrf2 clock control API, which is selected by
default if CLOCK_CONTROL is selected on the SOC level.

Signed-off-by: Bjarki Arge Andreasen <bjarki.andreasen@nordicsemi.no>
  • Loading branch information
bjarki-andreasen committed Aug 27, 2024
1 parent a8ea238 commit f67a5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions drivers/mpsl/clock_control/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@ config CLOCK_CONTROL_MPSL
bool
depends on MPSL
depends on CLOCK_CONTROL
depends on !SOC_SERIES_NRF54HX
default y
select CLOCK_CONTROL_NRF_FORCE_ALT

0 comments on commit f67a5ff

Please sign in to comment.