@@ -5,7 +5,7 @@ config NRF_IRONSIDE
5
5
bool
6
6
depends on SOC_NRF54H20_IRON || SOC_NRF9280_IRON
7
7
help
8
- This is selected by drivers interacting with Nordic IRONside firmware.
8
+ This is selected by drivers interacting with Nordic IronSide firmware.
9
9
10
10
config NRF_IRONSIDE_CALL
11
11
bool
@@ -14,44 +14,44 @@ config NRF_IRONSIDE_CALL
14
14
select EVENTS
15
15
select MBOX
16
16
help
17
- This is selected by features that require support for IRONside calls.
17
+ This is selected by features that require support for IronSide calls.
18
18
19
19
if NRF_IRONSIDE_CALL
20
20
21
21
config NRF_IRONSIDE_CALL_INIT_PRIORITY
22
- int "IRONside calls' initialization priority"
22
+ int "IronSide calls' initialization priority"
23
23
default 41
24
24
help
25
- Initialization priority of IRONside calls. It must be below MBOX_INIT_PRIORITY,
25
+ Initialization priority of IronSide calls. It must be below MBOX_INIT_PRIORITY,
26
26
but higher than the priority of any feature that selects NRF_IRONSIDE_CALL.
27
27
28
28
endif # NRF_IRONSIDE_CALL
29
29
30
- menu "Nordic IRONside services"
30
+ menu "Nordic IronSide services"
31
31
depends on SOC_NRF54H20_IRON || SOC_NRF9280_IRON
32
32
33
33
config NRF_IRONSIDE_CPUCONF_SERVICE
34
- bool "IRONside CPUCONF service"
34
+ bool "IronSide CPUCONF service"
35
35
depends on SOC_NRF54H20_CPUAPP || SOC_NRF9280_CPUAPP
36
36
select NRF_IRONSIDE_CALL
37
37
help
38
38
Service used to boot local domain cores.
39
39
40
40
config NRF_IRONSIDE_UPDATE_SERVICE
41
- bool "IRONside update service"
41
+ bool "IronSide update service"
42
42
select NRF_IRONSIDE_CALL
43
43
help
44
- Service used to update the IRONside SE firmware.
44
+ Service used to update the IronSide SE firmware.
45
45
46
46
config NRF_IRONSIDE_BOOT_REPORT
47
- bool "IRONside boot report"
47
+ bool "IronSide boot report"
48
48
depends on $(dt_nodelabel_exists,ironside_se_boot_report)
49
49
select NRF_IRONSIDE
50
50
help
51
- Support for parsing the Boot Report populated by Nordic IRONside firmware.
51
+ Support for parsing the Boot Report populated by Nordic IronSide firmware.
52
52
53
53
config NRF_IRONSIDE_DVFS_SERVICE
54
- bool "IRONside DVFS service"
54
+ bool "IronSide DVFS service"
55
55
depends on SOC_NRF54H20_CPUAPP
56
56
select NRF_IRONSIDE_CALL
57
57
help
0 commit comments