:orphan: .. title:: CONFIG_COUNTER_MCUX_LPTMR .. kconfig:: CONFIG_COUNTER_MCUX_LPTMR CONFIG_COUNTER_MCUX_LPTMR ######################### *MCUX LPTMR driver* Type: ``bool`` Help ==== .. code-block:: none Enable support for the MCUX Low Power Timer (LPTMR). Direct dependencies =================== (\ :kconfig:`COUNTER ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF `) || (\ :kconfig:`COUNTER ` && \ :kconfig:`SOC_SERIES_KINETIS_KE1XF `) || (\ :kconfig:`HAS_MCUX_LPTMR ` && \ :kconfig:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y - y Kconfig definitions =================== At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:54`` 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 COUNTER_MCUX_LPTMR bool default y depends on COUNTER && SOC_SERIES_KINETIS_KE1XF ---- At ``/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:54`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:27`` → ``/arm/nxp_kinetis/Kconfig.defconfig:7`` Menu path: (Top) .. code-block:: kconfig config COUNTER_MCUX_LPTMR bool default y depends on COUNTER && SOC_SERIES_KINETIS_KE1XF ---- At ``/counter/Kconfig.mcux_lptmr:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:43`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig 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.)*