:orphan: .. title:: COUNTER_MCUX_PIT .. option:: CONFIG_COUNTER_MCUX_PIT *MCUX PIT driver* Type: ``bool`` Help ==== 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:`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 ` Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/k6x/Kconfig.defconfig.series:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config COUNTER_MCUX_PIT bool default y if \ :option:`HAS_MCUX_PIT ` depends on \ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_K6X ` ---- At ``soc/arm/nxp_kinetis/k8x/Kconfig.defconfig.series:79`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config COUNTER_MCUX_PIT bool default y if \ :option:`HAS_MCUX_PIT ` depends on \ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_K8X ` ---- At ``drivers/counter/Kconfig.mcux_pit:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:45`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_MCUX_PIT bool "MCUX PIT driver" depends on \ :option:`HAS_MCUX_PIT ` && \ :option:`COUNTER ` help Enable support for the MCUX Periodic Interrupt Timer (PIT). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*