diff --git a/arch/arm/src/stm32/Kconfig b/arch/arm/src/stm32/Kconfig index f52b820804f..b1076db7963 100644 --- a/arch/arm/src/stm32/Kconfig +++ b/arch/arm/src/stm32/Kconfig @@ -4335,6 +4335,12 @@ config STM32_TIM8_CH1MODE ---help--- Specifies the channel mode. +config STM32_TIM8_CH1OUT + bool "TIM8 Channel 1 Output" + default n + ---help--- + Enables channel 1 output. + config STM32_TIM8_CH1NOUT bool "TIM8 Channel 1 Complementary Output" default n diff --git a/configs/Kconfig b/configs/Kconfig index b40474c8542..9addd75c55d 100644 --- a/configs/Kconfig +++ b/configs/Kconfig @@ -1492,7 +1492,7 @@ config ARCH_BOARD_STM32L_DISCOVERY select ARCH_HAVE_IRQBUTTONS ---help--- STMicro STM32L-Discovery board based on the STMicro STM32L152RBT6 or - STM32L1 MCUs. + STM32L152RCT6 MCUs. config ARCH_BOARD_STM32VL_DISCOVERY bool "STMicro STM32VL-Discovery board"