11 lines
278 B
Plaintext
11 lines
278 B
Plaintext
|
# 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"
|
||
|
depends on HAS_MCUX_PWT && CLOCK_CONTROL && PWM_CAPTURE
|
||
|
help
|
||
|
Enable the MCUX Pulse Width Timer (PWT) PWM capture driver.
|