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

MCUX PIT driver

Type: bool

Help

Enable support for the MCUX Periodic Interrupt Timer (PIT).

Direct dependencies

(COUNTER && SOC_SERIES_KINETIS_K6X) || (COUNTER && SOC_SERIES_KINETIS_K8X) || (HAS_MCUX_PIT && COUNTER)

(Includes any dependencies from ifs and menus.)

Defaults

Kconfig definitions

At soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:22

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config COUNTER_MCUX_PIT
    bool
    default y if HAS_MCUX_PIT
    depends on COUNTER && SOC_SERIES_KINETIS_K6X

At soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:79

Included via Kconfig:8Kconfig.zephyr:19doc/_build/Kconfig/Kconfig.soc.defconfig:1soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config COUNTER_MCUX_PIT
    bool
    default y if HAS_MCUX_PIT
    depends on COUNTER && SOC_SERIES_KINETIS_K8X

At drivers/counter/Kconfig.mcux_pit:6

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:64drivers/counter/Kconfig:45

Menu path: (Top) → Device Drivers → Counter Drivers

config COUNTER_MCUX_PIT
    bool "MCUX PIT driver"
    depends on HAS_MCUX_PIT && COUNTER
    help
      Enable support for the MCUX Periodic Interrupt Timer (PIT).

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