modules: hal_nordic: nrfs: add support for nRF54H20 EngB

Make nrfs compatible with the EngB soc revision.

Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
Gerard Marull-Paretas 2024-09-18 15:54:21 +02:00 committed by Carles Cufí
parent 40f5ca03b5
commit 72ab376c24
1 changed files with 6 additions and 1 deletions

View File

@ -36,7 +36,12 @@ config NRFS_HAS_VBUS_DETECTOR_SERVICE
config NRFS
bool "nRF Services Support"
select NRFS_LOCAL_DOMAIN if (SOC_NRF54H20_CPUAPP || SOC_NRF54H20_CPURAD || SOC_NRF9280_CPUAPP || SOC_NRF9280_CPURAD)
select NRFS_LOCAL_DOMAIN if SOC_NRF54H20_CPUAPP || \
SOC_NRF54H20_ENGB_CPUAPP || \
SOC_NRF54H20_CPURAD || \
SOC_NRF54H20_ENGB_CPURAD || \
SOC_NRF9280_CPUAPP || \
SOC_NRF9280_CPURAD
depends on HAS_NRFS
help
This option enables the nRF Services library.