zephyr/drivers/pwm/Kconfig.mcux_ftm
Manuel Argüelles c16ccf8e7d dts: bindings: rename nxp,kinetis-ftm-pwm compatible
Rename "nxp,kinetis-ftm-pwm" compatible to "nxp,ftm-pwm" to remove the
device family from its name.

Signed-off-by: Manuel Argüelles <manuel.arguelles@nxp.com>
2024-12-20 23:53:14 +02:00

20 lines
456 B
Text

# MCUXpresso SDK FTM PWM
# Copyright (c) 2017, NXP
# SPDX-License-Identifier: Apache-2.0
config PWM_MCUX_FTM
bool "MCUX FTM PWM driver"
default y
depends on DT_HAS_NXP_FTM_PWM_ENABLED
select PINCTRL
help
Enable support for MCUX FTM PWM driver.
config PWM_CAPTURE_MCUX_FTM_FILTER_VALUE
int "MCUX FTM PWM capture filter value"
depends on PWM_MCUX_FTM && PWM_CAPTURE
range 0 15
default 0
help
PWM capture filter value for channels 0 and 2.