Skip to content

Commit aaf69f5

Browse files
mathieuchopstmaescolar
authored andcommitted
drivers: rtc: stm32: don't enable LL full driver module
The RTC driver does not use any of the functions implemented in the LL full driver module (`stm32XXxx_ll_rtc.c`), only those provided by the LL header (`stm32XXxx_ll_rtc.h`). Disable compilation of the unnecessary full driver module. Signed-off-by: Mathieu Choplain <[email protected]>
1 parent 3546e73 commit aaf69f5

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/rtc/Kconfig.stm32

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@ config RTC_STM32
55
bool "STM32 RTC driver"
66
default y if !COUNTER
77
depends on DT_HAS_ST_STM32_RTC_ENABLED && !SOC_SERIES_STM32F1X
8-
select USE_STM32_LL_RTC
98
help
109
Build RTC driver for STM32 SoCs, excluding STM32F1 series.

0 commit comments

Comments
 (0)