CONFIG_MCUX_LPTMR_TIMER
MCUX LPTMR timer
Type: bool
Help
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
SOC_SERIES_KINETIS_KE1XF
|| SOC_SERIES_KINETIS_KE1XF
|| (HAS_MCUX_LPTMR
&& !COUNTER_MCUX_LPTMR
)
(Includes any dependencies from ifs and menus.)
Defaults
Symbols selected by this symbol
Kconfig definitions
At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:25
→ <nRF>/doc/_build/kconfig/Kconfig.soc.defconfig:1
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:11
Menu path: (Top)
config MCUX_LPTMR_TIMER
bool
default y if PM
depends on SOC_SERIES_KINETIS_KE1XF
At <Zephyr>/soc/arm/nxp_kinetis/ke1xf/Kconfig.defconfig.series:11
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:27
→ <Zephyr>/soc/arm/nxp_kinetis/Kconfig.defconfig:11
Menu path: (Top)
config MCUX_LPTMR_TIMER
bool
default y if PM
depends on SOC_SERIES_KINETIS_KE1XF
At <Zephyr>/drivers/timer/Kconfig.mcux_lptmr:6
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:42
→ <Zephyr>/drivers/Kconfig:30
→ <Zephyr>/drivers/timer/Kconfig:71
Menu path: (Top) → Device Drivers → Timer Drivers
config MCUX_LPTMR_TIMER
bool "MCUX LPTMR timer"
select SYSTEM_TIMER_HAS_DISABLE_SUPPORT
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.)