Skip to content

Commit 8be0e1b

Browse files
jonathannilsenrlubos
authored andcommitted
Revert "[nrf fromtree] drivers: firmware: nrf_ironside: add nrf9280 to CPUCONF service"
This reverts commit c7e8957. Signed-off-by: Jonathan Nilsen <[email protected]>
1 parent 2a5e46f commit 8be0e1b

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 || SOC_NRF9280_IRON
6+
depends on SOC_NRF54H20_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 || SOC_NRF9280_IRON
31+
depends on SOC_NRF54H20_IRON
3232

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

0 commit comments

Comments
 (0)