CONFIG_COUNTER_MCUX_CTIMER¶
MCUX CTIMER driver
Type: bool
Help¶
Enable support for MCUX CTIMER driver.
Direct dependencies¶
(COUNTER && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (COUNTER && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (COUNTER && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX) || (COUNTER && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX) || (HAS_MCUX_CTIMER && COUNTER)
(Includes any dependencies from ifs and menus.)
Defaults¶
- y 
- y 
- y 
- y 
Kconfig definitions¶
At <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:78
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65
Menu path: (Top)
config COUNTER_MCUX_CTIMER
    bool
    default y
    depends on COUNTER && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX
At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:48
Included via Kconfig:8 → Kconfig.zephyr:25 → <BuildDir>/kconfig/Kconfig.soc.defconfig:1 → <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4 → <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config COUNTER_MCUX_CTIMER
    bool
    default y
    depends on COUNTER && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX
At <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.mimxrt685_cm33:78
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_imx/Kconfig.defconfig:8 → <Zephyr SoC>/arm/nxp_imx/rt6xx/Kconfig.defconfig.series:65
Menu path: (Top)
config COUNTER_MCUX_CTIMER
    bool
    default y
    depends on COUNTER && SOC_MIMXRT685S_CM33 && SOC_SERIES_IMX_RT6XX
At <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.lpc55S69_cpu0:48
Included via Kconfig:8 → Kconfig.zephyr:27 → <Zephyr SoC>/arm/nxp_lpc/Kconfig.defconfig:4 → <Zephyr SoC>/arm/nxp_lpc/lpc55xxx/Kconfig.defconfig.series:18
Menu path: (Top)
config COUNTER_MCUX_CTIMER
    bool
    default y
    depends on COUNTER && SOC_LPC55S69_CPU0 && SOC_SERIES_LPC55XXX
At <Zephyr Driver>/counter/Kconfig.mcux_ctimer:6
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:66 → <Zephyr Driver>/counter/Kconfig:57
Menu path: (Top) → Device Drivers → Counter Drivers
config COUNTER_MCUX_CTIMER
    bool "MCUX CTIMER driver"
    depends on HAS_MCUX_CTIMER && COUNTER
    help
      Enable support for MCUX CTIMER driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)