Skip to content

Commit

Permalink
[nrf fromtree] soc: nordic: nrf92: Update supported NRFS services
Browse files Browse the repository at this point in the history
PMIC service should be supported on Application and Radiocore, whereas
DVFS service is currently unsupported.

Signed-off-by: Grzegorz Swiderski <[email protected]>
(cherry picked from commit 3b56ef0)
  • Loading branch information
57300 authored and rlubos committed Sep 13, 2024
1 parent 41686af commit 570c90e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion soc/nordic/nrf92/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ config SOC_NRF9230_ENGB_CPUAPP
select HAS_NORDIC_DMM
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
select NRFS_HAS_CLOCK_SERVICE
select NRFS_HAS_DVFS_SERVICE
select NRFS_HAS_MRAM_SERVICE
select NRFS_HAS_PMIC_SERVICE
select NRFS_HAS_TEMP_SERVICE
select NRFS_HAS_VBUS_DETECTOR_SERVICE

Expand All @@ -41,6 +41,7 @@ config SOC_NRF9230_ENGB_CPURAD
select HAS_SEGGER_RTT if ZEPHYR_SEGGER_MODULE
select NRFS_HAS_CLOCK_SERVICE
select NRFS_HAS_MRAM_SERVICE
select NRFS_HAS_PMIC_SERVICE
select NRFS_HAS_TEMP_SERVICE

config SOC_NRF9230_ENGB_CPUPPR
Expand Down

0 comments on commit 570c90e

Please sign in to comment.