1# Copyright (c) 2021 NXP 2# SPDX-License-Identifier: Apache-2.0 3 4config MCUX_GPT_TIMER 5 bool "MCUX GPT Event timer" 6 default y 7 depends on PM 8 depends on DT_HAS_NXP_GPT_HW_TIMER_ENABLED 9 select TICKLESS_CAPABLE 10 help 11 This module implements a kernel device driver for the NXP GPT timer, 12 and provides the standard "system clock driver" interfaces. It uses the 13 first GPT peripheral defined in the system, which can no longer be used 14 for the GPT counter driver. 15