Files
hci_uart_iso_timesync/Kconfig
2024-06-12 13:22:54 +02:00

17 lines
279 B
Plaintext

menu "Modules"
rsource "Kconfig.defaults"
config AUDIO_SYNC_TIMER_USES_RTC
bool
default !BT_LL_ACS_NRF53
select NRFX_RTC0
endmenu
module = AUDIO_SYNC_TIMER
module-str = audio-sync-timer
source "subsys/logging/Kconfig.template.log_config"
source "Kconfig.zephyr"