:orphan: .. title:: COUNTER_IMX_EPIT .. option:: CONFIG_COUNTER_IMX_EPIT *IMX EPIT driver* Type: ``bool`` Help ==== Enable the IMX EPIT driver. Direct dependencies =================== (\ :option:`COUNTER ` && \ :option:`SOC_MCIMX6X_M4 ` && \ :option:`SOC_SERIES_IMX_6X_M4 `) || (\ :option:`HAS_IMX_EPIT ` && \ :option:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_imx/Kconfig.defconfig:4`` → ``soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. parsed-literal:: config COUNTER_IMX_EPIT bool default y depends on \ :option:`COUNTER ` && \ :option:`SOC_MCIMX6X_M4 ` && \ :option:`SOC_SERIES_IMX_6X_M4 ` ---- At ``drivers/counter/Kconfig.imx_epit:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:27`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_IMX_EPIT bool "IMX EPIT driver" depends on \ :option:`HAS_IMX_EPIT ` && \ :option:`COUNTER ` help Enable the IMX EPIT driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*