-
CONFIG_COUNTER_IMX_EPIT
¶
IMX EPIT driver
Type: bool
Help¶
Enable the IMX EPIT driver.
Direct dependencies¶
(COUNTER
&& SOC_MCIMX6X_M4
&& SOC_SERIES_IMX_6X_M4
) || (HAS_IMX_EPIT
&& COUNTER
)
(Includes any dependencies from if’s and menus.)
Defaults¶
- “y” if
COUNTER
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
Kconfig definitions¶
At soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.mcimx6x_m4:44
Included via Kconfig:10
→ Kconfig.zephyr:23
→ soc/arm/nxp_imx/Kconfig.defconfig:7
→ soc/arm/nxp_imx/mcimx6x_m4/Kconfig.defconfig.series:18
Menu path: (top menu)
config COUNTER_IMX_EPIT bool default "y" ifCOUNTER
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
depends onCOUNTER
&&SOC_MCIMX6X_M4
&&SOC_SERIES_IMX_6X_M4
At drivers/counter/Kconfig.imx_epit:8
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:64
→ drivers/counter/Kconfig:33
Menu path: (top menu) → Device Drivers → Counter Drivers
config COUNTER_IMX_EPIT bool prompt "IMX EPIT driver" ifHAS_IMX_EPIT
&&COUNTER
depends onHAS_IMX_EPIT
&&COUNTER
help Enable the IMX EPIT driver.
(Definitions include propagated dependencies, including from if’s and menus.)