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 2a5e46f commit 8be0e1bCopy full SHA for 8be0e1b
drivers/firmware/nrf_ironside/Kconfig
@@ -3,7 +3,7 @@
3
4
config NRF_IRONSIDE
5
bool
6
- depends on SOC_NRF54H20_IRON || SOC_NRF9280_IRON
+ depends on SOC_NRF54H20_IRON
7
help
8
This is selected by drivers interacting with Nordic IRONside firmware.
9
@@ -28,11 +28,11 @@ config NRF_IRONSIDE_CALL_INIT_PRIORITY
28
endif # NRF_IRONSIDE_CALL
29
30
menu "Nordic IRONside services"
31
32
33
config NRF_IRONSIDE_CPUCONF_SERVICE
34
bool "IRONside CPUCONF service"
35
- depends on SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP
+ depends on SOC_NRF54H20_CPUAPP
36
select NRF_IRONSIDE_CALL
37
38
Service used to boot local domain cores.
0 commit comments