Skip to content

Commit 3851588

Browse files
ayla-nordicsemikartben
authored andcommitted
drivers: firmware: nrf_ironside: add nrf9280 to CPUCONF service
CPUCONF service now supports application on nrf92 application cores. Signed-off-by: Aymen LAOUINI <aymen.laouini@nordicsemi.no>
1 parent 7ec82ad commit 3851588

File tree

1 file changed

+3
-3
lines changed
  • drivers/firmware/nrf_ironside

1 file changed

+3
-3
lines changed

drivers/firmware/nrf_ironside/Kconfig

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
config NRF_IRONSIDE
55
bool
6-
depends on SOC_NRF54H20_IRON
6+
depends on SOC_NRF54H20_IRON || SOC_NRF9280_IRON
77
help
88
This is selected by drivers interacting with Nordic IRONside firmware.
99

@@ -28,11 +28,11 @@ config NRF_IRONSIDE_CALL_INIT_PRIORITY
2828
endif # NRF_IRONSIDE_CALL
2929

3030
menu "Nordic IRONside services"
31-
depends on SOC_NRF54H20_IRON
31+
depends on SOC_NRF54H20_IRON || SOC_NRF9280_IRON
3232

3333
config NRF_IRONSIDE_CPUCONF_SERVICE
3434
bool "IRONside CPUCONF service"
35-
depends on SOC_NRF54H20_CPUAPP
35+
depends on SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP
3636
select NRF_IRONSIDE_CALL
3737
help
3838
Service used to boot local domain cores.

0 commit comments

Comments
 (0)