d9c40856ea
fix conditions for COUNTER_NXP_PIT and COUNTER_NXP_MRT Kconfigs Signed-off-by: Benjamin Cabé <benjamin@zephyrproject.org>
11 lines
249 B
Plaintext
11 lines
249 B
Plaintext
# Copyright 2023 NXP
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_NXP_MRT
|
|
bool "NXP MRT driver"
|
|
default y
|
|
depends on DT_HAS_NXP_MRT_CHANNEL_ENABLED && \
|
|
DT_HAS_NXP_MRT_ENABLED
|
|
help
|
|
Enable driver for the NXP Multirate Timer (MRT).
|