mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-20 12:35:21 +00:00
11 lines
251 B
Plaintext
11 lines
251 B
Plaintext
# MCUXpresso SDK Periodic Interrupt Timer (PIT)
|
|
|
|
# Copyright 2020 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_MCUX_PIT
|
|
bool "MCUX PIT driver"
|
|
depends on HAS_MCUX_PIT
|
|
help
|
|
Enable support for the MCUX Periodic Interrupt Timer (PIT).
|