Skip to content

Commit 5a6f450

Browse files
bjarki-andreasennordic-krch
authored andcommitted
Revert "[nrf fromlist] modules: hal_nordic: nrfs: add GDFS Service"
This reverts commit 5cc9300. Signed-off-by: Bjarki Arge Andreasen <[email protected]>
1 parent d443dd8 commit 5a6f450

File tree

4 files changed

+0
-15
lines changed

4 files changed

+0
-15
lines changed

modules/hal_nordic/nrfs/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ if(CONFIG_NRFS)
3131
zephyr_library_sources_ifdef(CONFIG_NRFS_RESET_SERVICE_ENABLED ${SRC_DIR}/services/nrfs_reset.c)
3232
zephyr_library_sources_ifdef(CONFIG_NRFS_TEMP_SERVICE_ENABLED ${SRC_DIR}/services/nrfs_temp.c)
3333
zephyr_library_sources_ifdef(CONFIG_NRFS_VBUS_DETECTOR_SERVICE_ENABLED ${SRC_DIR}/services/nrfs_usb.c)
34-
zephyr_library_sources_ifdef(CONFIG_NRFS_GDFS_SERVICE_ENABLED ${SRC_DIR}/services/nrfs_gdfs.c)
3534
zephyr_library_sources(${SRC_DIR}/internal/nrfs_dispatcher.c)
3635
add_subdirectory_ifdef(CONFIG_NRFS_DVFS_LOCAL_DOMAIN dvfs)
3736

modules/hal_nordic/nrfs/Kconfig

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,6 @@ config NRFS_HAS_DIAG_SERVICE
1919
config NRFS_HAS_DVFS_SERVICE
2020
bool
2121

22-
config NRFS_HAS_GDFS_SERVICE
23-
bool
24-
2522
config NRFS_HAS_GDPWR_SERVICE
2623
bool
2724

@@ -120,11 +117,6 @@ config NRFS_GDPWR_SERVICE_ENABLED
120117
depends on NRFS_HAS_GDPWR_SERVICE
121118
default y
122119

123-
config NRFS_GDFS_SERVICE_ENABLED
124-
bool "Global domain frequency scaling service"
125-
depends on NRFS_HAS_GDFS_SERVICE
126-
default y
127-
128120
endmenu
129121

130122
rsource "backends/Kconfig"

modules/hal_nordic/nrfs/nrfs_config.h

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,6 @@
4444
#define NRFS_GDPWR_SERVICE_ENABLED
4545
#endif
4646

47-
#ifdef CONFIG_NRFS_CLOCK_SERVICE_ENABLED
48-
#define NRFS_CLOCK_SERVICE_ENABLED
49-
#endif
50-
5147
#ifdef CONFIG_SOC_POSIX
5248
#define NRFS_UNIT_TESTS_ENABLED
5349
#endif

soc/nordic/nrf54h/Kconfig

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ config SOC_NRF54H20_CPUAPP_COMMON
2525
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
2626
select NRFS_HAS_CLOCK_SERVICE
2727
select NRFS_HAS_DVFS_SERVICE
28-
select NRFS_HAS_GDFS_SERVICE
2928
select NRFS_HAS_GDPWR_SERVICE
3029
select NRFS_HAS_MRAM_SERVICE
3130
select NRFS_HAS_TEMP_SERVICE
@@ -49,7 +48,6 @@ config SOC_NRF54H20_CPURAD_COMMON
4948
select CPU_HAS_CUSTOM_FIXED_SOC_MPU_REGIONS
5049
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
5150
select NRFS_HAS_CLOCK_SERVICE
52-
select NRFS_HAS_GDFS_SERVICE
5351
select NRFS_HAS_GDPWR_SERVICE
5452
select NRFS_HAS_MRAM_SERVICE
5553
select NRFS_HAS_TEMP_SERVICE

0 commit comments

Comments
 (0)