Files
hci_uart_iso_timesync/Kconfig

19 lines
344 B
Plaintext

menu "Modules"
rsource "Kconfig.defaults"
config AUDIO_SYNC_TIMER_USES_RTC
bool
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"