diff options
Diffstat (limited to 'src/stm32/Kconfig')
-rw-r--r-- | src/stm32/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/stm32/Kconfig b/src/stm32/Kconfig index b500f06c..68adab7d 100644 --- a/src/stm32/Kconfig +++ b/src/stm32/Kconfig @@ -61,6 +61,7 @@ choice config MACH_STM32H750 bool "STM32H750" select MACH_STM32H7 + select HAVE_GPIO_HARD_PWM endchoice config MACH_STM32F0 |