Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

20 lines
456 B

# 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.