modules: hal_nordic: add NRFX_GPPI config
The nrfx_gppi module is an abstraction over nrfx_ppi and nrfx_dppi drivers. It now has a Kconfig option that is separate from nrfx_dppi and by default it enables all PPI/DPPI instances, if available. Signed-off-by: Rafał Kuźnia <rafal.kuznia@nordicsemi.no>
This commit is contained in:
parent
40d9dae867
commit
e18410944e
8 changed files with 37 additions and 16 deletions
|
@ -82,7 +82,7 @@ config SOC_NRF53_ANOMALY_168_WORKAROUND_FOR_EXECUTION_FROM_RAM
|
|||
config SOC_NRF53_RTC_PRETICK
|
||||
bool "Pre-tick workaround for nRF5340 anomaly 165"
|
||||
depends on (SYS_CLOCK_EXISTS && SOC_NRF5340_CPUNET) || SOC_NRF5340_CPUAPP
|
||||
select NRFX_DPPI
|
||||
select NRFX_GPPI
|
||||
select ARM_ON_ENTER_CPU_IDLE_HOOK if SOC_NRF5340_CPUNET
|
||||
select ARM_ON_ENTER_CPU_IDLE_PREPARE_HOOK if SOC_NRF5340_CPUNET
|
||||
help
|
||||
|
|
|
@ -5,7 +5,7 @@ config NRF53_SYNC_RTC
|
|||
bool "RTC clock synchronization"
|
||||
default y if LOG && !LOG_MODE_MINIMAL
|
||||
depends on NRF_RTC_TIMER
|
||||
select NRFX_DPPI
|
||||
select NRFX_GPPI
|
||||
select MBOX if !IPM
|
||||
|
||||
if NRF53_SYNC_RTC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue