Files
Matthias Ringwald a82a9ff85a kconfig: fix spelling
2025-01-09 17:59:49 +01:00

19 lines
410 B
Plaintext

menu "Modules"
rsource "Kconfig.defaults"
config AUDIO_SYNC_TIMER_USES_RTC
bool "Enables synchronization between the APP and NET core running SD"
default !BT_LL_ACS_NRF53 && SOC_SERIES_NRF53X
select NRFX_RTC0
select NRFX_DPPI
select NRFX_TIMER1
endmenu
module = AUDIO_SYNC_TIMER
module-str = audio-sync-timer
source "subsys/logging/Kconfig.template.log_config"
source "Kconfig.zephyr"