CONFIG_COUNTER_MCUX_PIT

MCUX PIT driver

Type: bool

Help

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

Kconfig definitions

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

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/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 <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:79

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/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 <Zephyr>/soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:22

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/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 <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:79

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/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 <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.soc:76

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:15<nRF>/doc/_build/kconfig/Kconfig.soc.arch:2<Zephyr>/soc/arm/nxp_kinetis/Kconfig:15

Menu path: (Top) → Hardware Configuration

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

At <Zephyr>/soc/arm/nxp_kinetis/k8x/Kconfig.soc:76

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:36<Zephyr>/soc/Kconfig:18<Zephyr>/soc/arm/nxp_kinetis/Kconfig:15

Menu path: (Top) → Hardware Configuration

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

At <Zephyr>/drivers/counter/Kconfig.mcux_pit:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/counter/Kconfig:49

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