Skip to content

Commit f4eea3b

Browse files
MarekPietanordicjm
authored andcommitted
applications: nrf_desktop: Do not use constlat on nRF54H Series
Change adds Kconfig dependency that prevents enabling constlat module on nRF54H Series SoCs. The nRF54H Series SoCs do not enable constant latency interupts through the nrfx POWER driver. Jira: NCSDK-29534 Signed-off-by: Marek Pieta <[email protected]> Signed-off-by: Pekka Niskanen <[email protected]>
1 parent 4d7a61f commit f4eea3b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

applications/nrf_desktop/src/modules/Kconfig.hotfixes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ config DESKTOP_HFCLK_LOCK_ENABLE
1818
config DESKTOP_CONSTLAT_ENABLE
1919
bool "Constant latency interrupts"
2020
depends on !SOC_SERIES_NRF54LX
21+
depends on !SOC_SERIES_NRF54HX
2122
select NRFX_POWER
2223
help
2324
When enabled, the SoC uses configuration for constant latency
@@ -28,6 +29,10 @@ config DESKTOP_CONSTLAT_ENABLE
2829
(CONFIG_NRFX_POWER). Because of that, the hotfix cannot be used by
2930
these SoCs.
3031

32+
nRF54H Series SoCs do not enable constant latency interrupts through
33+
the nrfx POWER driver. This SoC series is currently not supported
34+
by the hotfix.
35+
3136
config DESKTOP_CONSTLAT_DISABLE_ON_STANDBY
3237
bool "Disable constant latency interrupts on standby"
3338
depends on CAF_PM_EVENTS

0 commit comments

Comments
 (0)