2021-10-13 17:28:05 -05:00
|
|
|
# Copyright (c) 2021 NXP
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config MCUX_GPT_TIMER
|
|
|
|
bool "MCUX GPT Event timer"
|
2022-09-06 10:28:25 -05:00
|
|
|
default y
|
2022-12-13 14:53:11 -06:00
|
|
|
depends on PM
|
2022-09-06 10:28:25 -05:00
|
|
|
depends on DT_HAS_NXP_GPT_HW_TIMER_ENABLED
|
2021-10-13 17:28:05 -05:00
|
|
|
select TICKLESS_CAPABLE
|
|
|
|
help
|
|
|
|
This module implements a kernel device driver for the NXP GPT timer,
|
|
|
|
and provides the standard "system clock driver" interfaces. It uses the
|
|
|
|
first GPT peripheral defined in the system, which can no longer be used
|
|
|
|
for the GPT counter driver.
|