Skip to content

Commit 4f27f44

Browse files
committed
[nrf fromlist] modules: hal_nordic: nrfs: Enable DVFS service on nRF54H20 EngB
Upstream PR: zephyrproject-rtos/zephyr#80226 Just like on nRF54H20 EngC. Signed-off-by: Grzegorz Swiderski <[email protected]> (cherry picked from commit 5646af0b50c224e78bddb2716a20bc52211b104a)
1 parent 54e8f30 commit 4f27f44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/hal_nordic/nrfs/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ config NRFS_PMIC_SERVICE_ENABLED
103103
config NRFS_DVFS_SERVICE_ENABLED
104104
bool "DVFS service"
105105
depends on NRFS_HAS_DVFS_SERVICE
106-
default y if SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP
106+
default y if SOC_NRF54H20_CPUAPP || SOC_NRF54H20_ENGB_CPUAPP || SOC_NRF9280_CPUAPP
107107

108108
config NRFS_DIAG_SERVICE_ENABLED
109109
bool "System Diagnostics service (only for development purposes)"

0 commit comments

Comments
 (0)