drivers: counter: stm32_rtc: disallow enabling on STM32WB0 series

Don't allow enabling the driver on STM32WB0 series due to hardware erratum.

Signed-off-by: Mathieu Choplain <mathieu.choplain@st.com>
This commit is contained in:
Mathieu Choplain 2025-02-20 17:58:44 +01:00 committed by Benjamin Cabé
commit eec7bb5514

View file

@ -7,6 +7,7 @@ menuconfig COUNTER_RTC_STM32
bool "STM32 Counter RTC driver"
default y if !RTC
depends on DT_HAS_ST_STM32_RTC_ENABLED
depends on !SOC_SERIES_STM32WB0X
select USE_STM32_LL_RTC
select USE_STM32_LL_PWR
select USE_STM32_LL_RCC