Skip to content

Commit 56c3c8b

Browse files
erwangoMaureenHelm
authored andcommitted
boards: stm32: Remove default PWM configuration
PWM, as other peripherals should not be enabled as part of default board configuration. Fix this. Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
1 parent 4ba3878 commit 56c3c8b

File tree

3 files changed

+0
-9
lines changed

3 files changed

+0
-9
lines changed

boards/arm/nucleo_l432kc/nucleo_l432kc_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ CONFIG_CLOCK_STM32_APB2_PRESCALER=1
3939
# console
4040
CONFIG_CONSOLE=y
4141
CONFIG_UART_CONSOLE=y
42-
43-
#enable pwm
44-
CONFIG_PWM=y

boards/arm/nucleo_l476rg/nucleo_l476rg_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,6 @@ CONFIG_CLOCK_STM32_APB2_PRESCALER=1
3434
CONFIG_CONSOLE=y
3535
CONFIG_UART_CONSOLE=y
3636

37-
#enable pwm
38-
CONFIG_PWM=y
39-
4037
#enable MPU
4138
CONFIG_ARM_MPU=y
4239

boards/arm/stm32f4_disco/stm32f4_disco_defconfig

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,3 @@ CONFIG_CLOCK_STM32_PLL_Q_DIVISOR=7
3939
CONFIG_CLOCK_STM32_AHB_PRESCALER=1
4040
CONFIG_CLOCK_STM32_APB1_PRESCALER=4
4141
CONFIG_CLOCK_STM32_APB2_PRESCALER=2
42-
43-
#enable pwm
44-
CONFIG_PWM=y

0 commit comments

Comments
 (0)