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.
 
 
 
 
 
 

19 lines
416 B

# i.MX PWM Config
# Copyright (c) 2018, Diego Sueiro
# SPDX-License-Identifier: Apache-2.0
menuconfig PWM_IMX
bool "i.MX PWM Driver"
default y
depends on DT_HAS_FSL_IMX27_PWM_ENABLED
select PINCTRL
help
Enable support for i.MX pwm driver.
config PWM_PWMSWR_LOOP
int "Loop count for PWM Software Reset"
default 5
depends on PWM_IMX
help
Loop count for PWM Software Reset when disabling PWM channel.