Skip to content

Commit d76e000

Browse files
gautierg-stkartben
authored andcommitted
drivers: pwm: stm32: kconfig: remove ll_tim selection
Usage of stm32xxxx_ll_tim.c has been removed so we can also remove the selection of USE_STM32_LL_TIM from the Kconfig. Also remove the LL_RCC that plays no part in the driver. Signed-off-by: Guillaume Gautier <[email protected]>
1 parent 1d2029a commit d76e000

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

drivers/pwm/Kconfig.stm32

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ config PWM_STM32
77
bool "STM32 MCU PWM driver"
88
default y
99
depends on DT_HAS_ST_STM32_PWM_ENABLED
10-
select USE_STM32_LL_TIM
11-
select USE_STM32_LL_RCC if SOC_SERIES_STM32F4X || SOC_SERIES_STM32F7X || SOC_SERIES_STM32H7X
1210
select RESET
1311
select PINCTRL
1412
help

0 commit comments

Comments
 (0)