Skip to content

Commit eec7bb5

Browse files
mathieuchopstmkartben
authored andcommitted
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>
1 parent 5af2264 commit eec7bb5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

drivers/counter/Kconfig.stm32_rtc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ menuconfig COUNTER_RTC_STM32
77
bool "STM32 Counter RTC driver"
88
default y if !RTC
99
depends on DT_HAS_ST_STM32_RTC_ENABLED
10+
depends on !SOC_SERIES_STM32WB0X
1011
select USE_STM32_LL_RTC
1112
select USE_STM32_LL_PWR
1213
select USE_STM32_LL_RCC

0 commit comments

Comments
 (0)