We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 40f5ca0 commit 72ab376Copy full SHA for 72ab376
modules/hal_nordic/nrfs/Kconfig
@@ -36,7 +36,12 @@ config NRFS_HAS_VBUS_DETECTOR_SERVICE
36
37
config NRFS
38
bool "nRF Services Support"
39
- 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 || \
40
+ SOC_NRF54H20_ENGB_CPUAPP || \
41
+ SOC_NRF54H20_CPURAD || \
42
+ SOC_NRF54H20_ENGB_CPURAD || \
43
+ SOC_NRF9280_CPUAPP || \
44
+ SOC_NRF9280_CPURAD
45
depends on HAS_NRFS
46
help
47
This option enables the nRF Services library.
0 commit comments