modules: hal_nordic: nrfs: dvfs: Deprecate Kconfig option
Deprecate NRFS_LOCAL_DOMAIN_DVFS_SCALE_DOWN_AFTER_INIT option for scaling down CPU frequency during dvfs handler initialization. Clock control API is managing access to DVFS and DVFS should not be controlled bypassing this API. Deprecated feature will be added in the clock control. Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
This commit is contained in:
parent
ef1d629dc4
commit
ff82048124
2 changed files with 1 additions and 1 deletions
|
@ -179,7 +179,6 @@ config CLOCK_CONTROL_NRF2
|
|||
depends on SOC_SERIES_NRF54HX && !RISCV_CORE_NORDIC_VPR
|
||||
select ONOFF
|
||||
select NRFS if HAS_NRFS
|
||||
imply NRFS_LOCAL_DOMAIN_DVFS_SCALE_DOWN_AFTER_INIT if NRFS_DVFS_LOCAL_DOMAIN
|
||||
help
|
||||
Support for nRF clock control devices.
|
||||
|
||||
|
|
|
@ -17,6 +17,7 @@ config NRFS_LOCAL_DOMAIN_DVFS_TEST
|
|||
|
||||
config NRFS_LOCAL_DOMAIN_DVFS_SCALE_DOWN_AFTER_INIT
|
||||
bool "Local domain scale down after init"
|
||||
select DEPRECATED
|
||||
help
|
||||
Request lowest oppoint after DVFS initialization.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue