zephyr/drivers/pwm/Kconfig.mcux_pwt
Henrik Brix Andersen 8167134f05 drivers: pwm: add driver for the NXP Kinetis Pulse Width Timer (PWT)
Add PWM capture driver for the NXP Kinetis Pulse Width Timer (PWT).

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2021-01-20 08:05:57 -06:00

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.