2019-11-01 20:45:29 +08:00
|
|
|
# STM32 PWM configuration options
|
|
|
|
|
2016-11-26 00:21:26 +08:00
|
|
|
# Copyright (c) 2016 Linaro Limited.
|
2017-01-19 09:01:01 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
2016-11-26 00:21:26 +08:00
|
|
|
|
2020-05-01 22:13:37 +08:00
|
|
|
config PWM_STM32
|
2016-11-26 00:21:26 +08:00
|
|
|
bool "STM32 MCU PWM driver"
|
2019-02-27 01:00:26 +08:00
|
|
|
depends on SOC_FAMILY_STM32
|
2017-10-31 18:56:02 +08:00
|
|
|
select USE_STM32_HAL_TIM
|
2016-11-26 00:21:26 +08:00
|
|
|
help
|
|
|
|
This option enables the PWM driver for STM32 family of
|
|
|
|
processors. Say y if you wish to use PWM port on STM32
|
|
|
|
MCU.
|