1# STM32WB0x radio timer configuration options
2
3# Copyright (c) 2025 STMicroelectronics
4# SPDX-License-Identifier: Apache-2.0
5
6config STM32WB0_RADIO_TIMER
7	bool "STM32 Radio Timer for WB0x"
8	default y if PM || BT
9	depends on SOC_SERIES_STM32WB0X
10	select USE_STM32_HAL_RADIO_TIMER
11	select HAS_STM32LIB
12	select TICKLESS_CAPABLE
13	select SYSTEM_TIMER_HAS_DISABLE_SUPPORT
14