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 <Zephyr>/soc/arm/nxp_kinetis/kwx/Kconfig.defconfig.mkw41z4:54

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<BuildDir>/Kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3<Zephyr>/soc/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 <Zephyr>/drivers/pwm/Kconfig.mcux_tpm:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:44<Zephyr>/drivers/pwm/Kconfig:52

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