Add peripheral reset handling code to driver init for: - mcan - i2c flexcomm - spi flexcomm - lpc mailbox - mrt timer Signed-off-by: Declan Snyder <declan.snyder@nxp.com>
11 lines
263 B
Text
11 lines
263 B
Text
# 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
|
|
select RESET
|
|
help
|
|
Enable driver for the NXP Multirate Timer (MRT).
|