Skip to content

Commit 923ece1

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

File tree

1 file changed

+0
-1
lines changed
  • drivers/sensor/st/qdec_stm32

1 file changed

+0
-1
lines changed

drivers/sensor/st/qdec_stm32/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,5 @@ config QDEC_STM32
77
default y
88
depends on DT_HAS_ST_STM32_QDEC_ENABLED
99
select PINCTRL
10-
select USE_STM32_LL_TIM
1110
help
1211
STM32 family Quadrature Decoder driver.

0 commit comments

Comments
 (0)