2019-11-01 20:45:29 +08:00
|
|
|
# STM32 PWM configuration options
|
|
|
|
|
2019-03-06 18:33:22 +08:00
|
|
|
# Copyright (c) 2019 Linaro Limited.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2020-04-16 00:56:52 +08:00
|
|
|
config PWM_MCUX
|
2019-03-06 18:33:22 +08:00
|
|
|
bool "MCUX PWM driver"
|
|
|
|
depends on HAS_MCUX_PWM
|
|
|
|
help
|
|
|
|
Enable mcux pwm driver.
|