CONFIG_PWM_MCUX_PWT
MCUX PWT PWM capture driver
Type: bool
Help
Enable the MCUX Pulse Width Timer (PWT) PWM capture driver.
Direct dependencies
(PWM_CAPTURE
&& SOC_SERIES_KINETIS_KE1XF
) || (PWM_CAPTURE
&& SOC_SERIES_KINETIS_KE1XF
) || (HAS_MCUX_PWT
&& CLOCK_CONTROL
&& PWM_CAPTURE
&& PWM
)
(Includes any dependencies from ifs and menus.)
Defaults
y
y
Kconfig definitions
At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:11
Menu path: (Top)
config PWM_MCUX_PWT
bool
default y
depends on PWM_CAPTURE && SOC_SERIES_KINETIS_KE1XF
At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:63
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:11
Menu path: (Top)
config PWM_MCUX_PWT
bool
default y
depends on PWM_CAPTURE && SOC_SERIES_KINETIS_KE1XF
At <Zephyr>/drivers/pwm/Kconfig.mcux_pwt:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:46
→ <Zephyr>/drivers/pwm/Kconfig:68
Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers
config PWM_MCUX_PWT
bool "MCUX PWT PWM capture driver"
depends on HAS_MCUX_PWT && CLOCK_CONTROL && PWM_CAPTURE && PWM
help
Enable the MCUX Pulse Width Timer (PWT) PWM capture driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)