CONFIG_COUNTER_MCUX_LPTMR

MCUX LPTMR driver

Type: bool

Help

Enable support for the MCUX Low Power Timer (LPTMR).

Direct dependencies

(COUNTER && SOC_SERIES_KINETIS_KE1XF) || (COUNTER && SOC_SERIES_KINETIS_KE1XF) || (HAS_MCUX_LPTMR && COUNTER)

(Includes any dependencies from ifs and menus.)

Defaults

  • y

  • y

Kconfig definitions

At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:54

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:25<nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config COUNTER_MCUX_LPTMR
    bool
    default y
    depends on COUNTER && SOC_SERIES_KINETIS_KE1XF

At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:54

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:27<Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:3

Menu path: (Top)

config COUNTER_MCUX_LPTMR
    bool
    default y
    depends on COUNTER && SOC_SERIES_KINETIS_KE1XF

At <Zephyr>/drivers/counter/Kconfig.mcux_lptmr:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/counter/Kconfig:43

Menu path: (Top) → Device Drivers → Counter Drivers

config COUNTER_MCUX_LPTMR
    bool "MCUX LPTMR driver"
    depends on HAS_MCUX_LPTMR && COUNTER
    help
      Enable support for the MCUX Low Power Timer (LPTMR).

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)