:orphan: .. title:: PWM_MCUX_TPM .. option:: CONFIG_PWM_MCUX_TPM *MCUX TPM PWM driver* Type: ``bool`` Help ==== Enable the MCUX TPM PWM driver. Direct dependencies =================== (\ :option:`PWM ` && \ :option:`SOC_MKW41Z4 ` && \ :option:`SOC_SERIES_KINETIS_KWX `) || (\ :option:`HAS_MCUX_TPM ` && \ :option:`CLOCK_CONTROL ` && \ :option:`PWM `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` → ``soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11`` Menu path: (Top) .. parsed-literal:: config PWM_MCUX_TPM bool default y depends on \ :option:`PWM ` && \ :option:`SOC_MKW41Z4 ` && \ :option:`SOC_SERIES_KINETIS_KWX ` ---- At ``drivers/pwm/Kconfig.mcux_tpm:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:44`` → ``drivers/pwm/Kconfig:54`` Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers .. parsed-literal:: config PWM_MCUX_TPM bool "MCUX TPM PWM driver" depends on \ :option:`HAS_MCUX_TPM ` && \ :option:`CLOCK_CONTROL ` && \ :option:`PWM ` help Enable the MCUX TPM PWM driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*