:orphan: .. title:: CONFIG_MCUX_LPTMR_TIMER .. kconfig:: CONFIG_MCUX_LPTMR_TIMER CONFIG_MCUX_LPTMR_TIMER ####################### *MCUX LPTMR timer* Type: ``bool`` Help ==== .. code-block:: none This module implements a kernel device driver for the NXP MCUX Low Power Timer (LPTMR) and provides the standard "system clock driver" interfaces. Direct dependencies =================== \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` || \ :kconfig:`SOC_SERIES_KINETIS_KE1XF ` || (\ :kconfig:`HAS_MCUX_LPTMR ` && !\ :kconfig:`COUNTER_MCUX_LPTMR `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :kconfig:`PM ` - y if \ :kconfig:`PM ` Kconfig definitions =================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:25`` → ``/kconfig/Kconfig.soc.defconfig:1`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config MCUX_LPTMR_TIMER bool default y if PM depends on SOC_SERIES_KINETIS_KE1XF ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:11`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config MCUX_LPTMR_TIMER bool default y if PM depends on SOC_SERIES_KINETIS_KE1XF ---- At ``/timer/Kconfig:409`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:30`` Menu path: (Top) → Device Drivers → Timer Drivers .. code-block:: kconfig config MCUX_LPTMR_TIMER bool "MCUX LPTMR timer" depends on HAS_MCUX_LPTMR && !COUNTER_MCUX_LPTMR help This module implements a kernel device driver for the NXP MCUX Low Power Timer (LPTMR) and provides the standard "system clock driver" interfaces. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*