2021-01-07 18:17:21 +08:00
|
|
|
# Copyright 2021 Vestas Wind Systems A/S
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
# MCUX PWT PWM
|
|
|
|
|
|
|
|
config PWM_MCUX_PWT
|
|
|
|
bool "MCUX PWT PWM capture driver"
|
2022-07-22 05:13:45 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_NXP_KINETIS_PWT_ENABLED
|
|
|
|
depends on CLOCK_CONTROL && PWM_CAPTURE
|
2022-03-09 03:05:51 +08:00
|
|
|
select PINCTRL
|
2021-01-07 18:17:21 +08:00
|
|
|
help
|
|
|
|
Enable the MCUX Pulse Width Timer (PWT) PWM capture driver.
|