:orphan: .. title:: COUNTER_MCUX_PIT .. option:: CONFIG_COUNTER_MCUX_PIT *MCUX PIT driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the MCUX Periodic Interrupt Timer (PIT). Direct dependencies =================== (\ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_K6X `) || (\ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_K8X `) || (\ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_K8X ` && \ :option:`SOC_FAMILY_KINETIS `) || (\ :option:`HAS_MCUX_PIT ` && \ :option:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`HAS_MCUX_PIT ` - y if \ :option:`HAS_MCUX_PIT ` - y if \ :option:`HAS_MCUX_PIT ` Kconfig definitions =================== At ``/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_PIT bool default y if HAS_MCUX_PIT depends on COUNTER && SOC_SERIES_KINETIS_K6X ---- At ``/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_PIT bool default y if HAS_MCUX_PIT depends on COUNTER && SOC_SERIES_KINETIS_K8X ---- At ``/arm/nxp_kinetis/k8x/Kconfig.soc:76`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:28`` → ``/Kconfig:11`` → ``/kconfig/Kconfig.soc.arch:2`` → ``/arm/nxp_kinetis/Kconfig:15`` Menu path: (Top) → Hardware Configuration .. code-block:: kconfig config COUNTER_MCUX_PIT bool default y if HAS_MCUX_PIT depends on COUNTER && SOC_SERIES_KINETIS_K8X && SOC_FAMILY_KINETIS ---- At ``/counter/Kconfig.mcux_pit:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:64`` → ``/counter/Kconfig:45`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig 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.)*