The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_PWM_MCUX_TPM

MCUX TPM PWM driver

Type: bool

Help

Enable the MCUX TPM PWM driver.

Direct dependencies

(PWM && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX) || (HAS_MCUX_TPM && CLOCK_CONTROL && PWM)

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definitions

At soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:54

Included via Kconfig:8Kconfig.zephyr:27soc/arm/nxp_kinetis/Kconfig.defconfig:7soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.series:11

Menu path: (Top)

config PWM_MCUX_TPM
    bool
    default y
    depends on PWM && SOC_MKW41Z4 && SOC_SERIES_KINETIS_KWX

At drivers/pwm/Kconfig.mcux_tpm:6

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:46drivers/pwm/Kconfig:60

Menu path: (Top) → Device Drivers → PWM (Pulse Width Modulation) Drivers

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.)