:orphan: .. title:: COUNTER_MCUX_LPTMR .. option:: CONFIG_COUNTER_MCUX_LPTMR *MCUX LPTMR driver* Type: ``bool`` Help ==== Enable support for the MCUX Low Power Timer (LPTMR). Direct dependencies =================== (\ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_KE1XF `) || (\ :option:`HAS_MCUX_LPTMR ` && \ :option:`COUNTER `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definitions =================== .. highlight:: kconfig At ``soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:44`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:19`` → ``/home/runner/work/bridle/bridle/workspace/build/Kconfig/Kconfig.soc.defconfig:1`` → ``soc/arm/nxp_kinetis/Kconfig.defconfig:3`` Menu path: (Top) .. parsed-literal:: config COUNTER_MCUX_LPTMR bool default y depends on \ :option:`COUNTER ` && \ :option:`SOC_SERIES_KINETIS_KE1XF ` ---- At ``drivers/counter/Kconfig.mcux_lptmr:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:39`` Menu path: (Top) → Device Drivers → Counter Drivers .. parsed-literal:: config COUNTER_MCUX_LPTMR bool "MCUX LPTMR driver" depends on \ :option:`HAS_MCUX_LPTMR ` && \ :option:`COUNTER ` help Enable support for the MCUX Low Power Timer (LPTMR). *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*