:orphan: .. title:: CONFIG_PWM_MCUX_PWT .. kconfig:: CONFIG_PWM_MCUX_PWT CONFIG_PWM_MCUX_PWT ################### *MCUX PWT PWM capture driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX Pulse Width Timer (PWT) PWM capture driver. Direct dependencies =================== (\ :kconfig:`PWM_CAPTURE ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF `) || (\ :kconfig:`PWM_CAPTURE ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF `) || (\ :kconfig:`HAS_MCUX_PWT ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`PWM_CAPTURE ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config PWM_MCUX_PWT bool default y depends on PWM_CAPTURE && SOC_SERIES_KINETIS_KE1XF ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:63`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config PWM_MCUX_PWT bool default y depends on PWM_CAPTURE && SOC_SERIES_KINETIS_KE1XF ---- At ``/pwm/Kconfig.mcux_pwt:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:68`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig 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.)*