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:
parent
40f5ca03b5
commit
72ab376c24
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue