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:
parent
5af226400d
commit
eec7bb5514
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue