File tree Expand file tree Collapse file tree 5 files changed +2
-296
lines changed
drivers/firmware/nrf_ironside
include/zephyr/drivers/firmware/nrf_ironside Expand file tree Collapse file tree 5 files changed +2
-296
lines changed Original file line number Diff line number Diff line change @@ -8,4 +8,3 @@ zephyr_library_sources_ifdef(CONFIG_NRF_IRONSIDE_CALL call.c)
8
8
zephyr_library_sources_ifdef (CONFIG_NRF_IRONSIDE_BOOT_REPORT boot_report.c )
9
9
zephyr_library_sources_ifdef (CONFIG_NRF_IRONSIDE_CPUCONF_SERVICE cpuconf.c )
10
10
zephyr_library_sources_ifdef (CONFIG_NRF_IRONSIDE_UPDATE_SERVICE update.c )
11
- zephyr_library_sources_ifdef (CONFIG_NRF_IRONSIDE_DVFS_SERVICE dvfs.c )
Original file line number Diff line number Diff line change @@ -50,21 +50,4 @@ config NRF_IRONSIDE_BOOT_REPORT
50
50
help
51
51
Support for parsing the Boot Report populated by Nordic IRONside firmware.
52
52
53
- config NRF_IRONSIDE_DVFS_SERVICE
54
- bool "IRONside DVFS service"
55
- depends on SOC_NRF54H20_CPUAPP
56
- select NRF_IRONSIDE_CALL
57
- help
58
- Service used to handle DVFS operating point requests.
59
-
60
- if NRF_IRONSIDE_DVFS_SERVICE
61
-
62
- config NRF_IRONSIDE_DVFS_OPPOINT_CHANGE_MUTEX_TIMEOUT_MS
63
- int "IRONSside DVFS change oppoint mutex timeout"
64
- default 100
65
- help
66
- Maximum tiemout when waiting for DVFS oppoint change mutex lock.
67
-
68
- endif # NRF_IRONSIDE_DVFS_SERVICE
69
-
70
53
endmenu
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ if(CONFIG_NRFS)
14
14
15
15
zephyr_include_directories (${INC_DIR} )
16
16
zephyr_include_directories (${INC_DIR} /services )
17
- zephyr_include_directories_ifdef ( CONFIG_NRFS_HAS_DVFS_SERVICE ${HELPERS_DIR} )
17
+ zephyr_include_directories ( ${HELPERS_DIR} )
18
18
zephyr_include_directories (. )
19
19
zephyr_include_directories (${CMAKE_CURRENT_SOURCE_DIR} /backends )
20
20
zephyr_include_directories_ifdef (CONFIG_NRFS_DVFS_LOCAL_DOMAIN ${CMAKE_CURRENT_SOURCE_DIR} /dvfs )
21
21
22
- zephyr_library_sources_ifdef ( CONFIG_NRFS_HAS_DVFS_SERVICE ${HELPERS_DIR} /dvfs_oppoint.c )
22
+ zephyr_library_sources ( ${HELPERS_DIR} /dvfs_oppoint.c )
23
23
24
24
if (CONFIG_NRFS_LOCAL_DOMAIN )
25
25
zephyr_library_sources_ifdef (CONFIG_NRFS_AUDIOPLL_SERVICE_ENABLED ${SRC_DIR} /services/nrfs_audiopll.c )
You can’t perform that action at this time.
0 commit comments