CONFIG_PWM_MCUX_SCTIMER

MCUX SCTimer PWM driver

Type: bool

Help

Enable sctimer based pwm driver.

Direct dependencies

(PWM && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (PWM && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (PWM && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (PWM && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (HAS_MCUX_SCTIMER && PWM)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8<Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:67

Menu path: (Top)

config PWM_MCUX_SCTIMER
    bool
    default y
    depends on PWM && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX

At <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:57

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config PWM_MCUX_SCTIMER
    bool
    default y
    depends on PWM && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At <Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:62

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/arm/nxp_imx/Kconfig.defconfig:8<Zephyr>/soc/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:67

Menu path: (Top)

config PWM_MCUX_SCTIMER
    bool
    default y
    depends on PWM && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX

At <Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:57

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/arm/nxp_lpc/Kconfig.defconfig:4<Zephyr>/soc/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18

Menu path: (Top)

config PWM_MCUX_SCTIMER
    bool
    default y
    depends on PWM && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX

At <Zephyr>/drivers/pwm/Kconfig.mcux_sctimer:4

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:42<Zephyr>/drivers/Kconfig:46<Zephyr>/drivers/pwm/Kconfig:52

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

config PWM_MCUX_SCTIMER
    bool "MCUX SCTimer PWM driver"
    depends on HAS_MCUX_SCTIMER && PWM
    help
      Enable sctimer based pwm driver.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)