1# MCUXpresso SDK Low Power Timer (LPTMR) 2 3# Copyright (c) 2020 Vestas Wind Systems A/S 4# SPDX-License-Identifier: Apache-2.0 5 6config COUNTER_MCUX_LPTMR 7 bool "MCUX LPTMR driver" 8 default y 9 depends on DT_HAS_NXP_LPTMR_ENABLED || \ 10 COUNTER_MCUX_KINETIS_LPTMR 11 help 12 Enable support for the MCUX Low Power Timer (LPTMR). 13 14config COUNTER_MCUX_KINETIS_LPTMR 15 bool 16 default y 17 depends on DT_HAS_NXP_KINETIS_LPTMR_ENABLED 18 select DEPRECATED 19 help 20 The compatible string "nxp,kinetis-lptmr" should 21 be switched to "nxp,lptmr" in DT. The former will 22 be removed eventually. 23