:orphan: .. title:: CONFIG_COUNTER_IMX_EPIT .. kconfig:: CONFIG_COUNTER_IMX_EPIT CONFIG_COUNTER_IMX_EPIT ####################### *IMX EPIT driver* Type: ``bool`` Help ==== .. code-block:: none Enable the IMX EPIT driver. Direct dependencies =================== (\ :kconfig:`COUNTER ` && \ :kconfig:`SOC_MCIMX6X_M4 ` && \ :kconfig:`SOC_SERIES_IMX_6X_M4 `) || (\ :kconfig:`COUNTER ` && \ :kconfig:`SOC_MCIMX6X_M4 ` && \ :kconfig:`SOC_SERIES_IMX_6X_M4 `) || (\ :kconfig:`HAS_IMX_EPIT ` && \ :kconfig:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config COUNTER_IMX_EPIT bool default y depends on COUNTER && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4 ---- At ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:30`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_imx/Kconfig.defconfig:8`` → ``/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:15`` Menu path: (Top) .. code-block:: kconfig config COUNTER_IMX_EPIT bool default y depends on COUNTER && SOC_MCIMX6X_M4 && SOC_SERIES_IMX_6X_M4 ---- At ``/counter/Kconfig.imx_epit:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:29`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_IMX_EPIT bool "IMX EPIT driver" depends on HAS_IMX_EPIT && COUNTER help Enable the IMX EPIT driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*