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) || (COUNTER && SOC_SERIES_KINETIS_K6X) || (COUNTER && SOC_SERIES_KINETIS_K8X) || (COUNTER && SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS) || (COUNTER && SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS) || (HAS_MCUX_PIT && COUNTER)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y if - HAS_MCUX_PIT
- y if - HAS_MCUX_PIT
- y if - HAS_MCUX_PIT
- y if - HAS_MCUX_PIT
- y if - HAS_MCUX_PIT
- y if - HAS_MCUX_PIT
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:22
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7
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 Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7
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 Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7
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 Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_kinetis/Kconfig.defconfig:7
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 Kconfig:8 → Kconfig.zephyr:38 → <Zephyr SoC>/Kconfig:15 → <BuildDir>/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 Kconfig:8 → Kconfig.zephyr:38 → <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 Driver>/counter/Kconfig.mcux_pit:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:66 → <Zephyr Driver>/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.)