:orphan: .. title:: CONFIG_PWM_MCUX_TPM .. kconfig:: CONFIG_PWM_MCUX_TPM CONFIG_PWM_MCUX_TPM ################### *MCUX TPM PWM driver* Type: ``bool`` Help ==== .. code-block:: none Enable the MCUX TPM PWM driver. Direct dependencies =================== (\ :kconfig:`PWM ` && \ :kconfig:`SOC_MKW41Z4 ` && \ :kconfig:`SOC_SERIES_KINETIS_KWX `) || (\ :kconfig:`PWM ` && \ :kconfig:`SOC_MKW41Z4 ` && \ :kconfig:`SOC_SERIES_KINETIS_KWX `) || (\ :kconfig:`HAS_MCUX_TPM ` && \ :kconfig:`CLOCK_CONTROL ` && \ :kconfig:`PWM `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` → ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11`` Menu path: (Top) .. code-block:: kconfig config PWM_MCUX_TPM bool default y depends on PWM && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX ---- At ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` → ``/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11`` Menu path: (Top) .. code-block:: kconfig config PWM_MCUX_TPM bool default y depends on PWM && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX ---- At ``/pwm/Kconfig.mcux_tpm:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:46`` → ``/pwm/Kconfig:60`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. code-block:: kconfig config PWM_MCUX_TPM bool "MCUX TPM PWM driver" depends on HAS_MCUX_TPM && CLOCK_CONTROL && PWM help Enable the MCUX TPM PWM driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*