zephyr/drivers/counter/Kconfig.nxp_mrt
Declan Snyder 31722446aa drivers: counter: Add NXP MRT driver
Add driver for NXP Multirate Timer

Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
2023-11-10 10:40:54 +01:00

10 lines
240 B
Plaintext

# Copyright 2023 NXP
# SPDX-License-Identifier: Apache-2.0
config COUNTER_NXP_MRT
bool "NXP MRT driver"
default y if DT_HAS_NXP_MRT_CHANNEL_ENABLED && \
DT_HAS_NXP_MRT_ENABLED
help
Enable driver for the NXP Multirate Timer (MRT).