Skip to content

Commit 72ab376

Browse files
gmarullcarlescufi
authored andcommitted
modules: hal_nordic: nrfs: add support for nRF54H20 EngB
Make nrfs compatible with the EngB soc revision. Signed-off-by: Gerard Marull-Paretas <[email protected]>
1 parent 40f5ca0 commit 72ab376

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

modules/hal_nordic/nrfs/Kconfig

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,12 @@ config NRFS_HAS_VBUS_DETECTOR_SERVICE
3636

3737
config NRFS
3838
bool "nRF Services Support"
39-
select NRFS_LOCAL_DOMAIN if (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD || SOC_NRF9280_CPUAPP || SOC_NRF9280_CPURAD)
39+
select NRFS_LOCAL_DOMAIN if SOC_NRF54H20_CPUAPP || \
40+
SOC_NRF54H20_ENGB_CPUAPP || \
41+
SOC_NRF54H20_CPURAD || \
42+
SOC_NRF54H20_ENGB_CPURAD || \
43+
SOC_NRF9280_CPUAPP || \
44+
SOC_NRF9280_CPURAD
4045
depends on HAS_NRFS
4146
help
4247
This option enables the nRF Services library.

0 commit comments

Comments
 (0)