893bfc0fc1
Added shim driver for the CTIMERs for the lpcexpresso55s69 board. Fixes: #22705 Signed-off-by: Toby Firth <tobyjfirth@gmail.com>
11 lines
226 B
Plaintext
11 lines
226 B
Plaintext
# MCUXpresso SDK CTIMER
|
|
|
|
# Copyright (c) 2021 Toby firth
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_MCUX_CTIMER
|
|
bool "MCUX CTIMER driver"
|
|
depends on HAS_MCUX_CTIMER
|
|
help
|
|
Enable support for MCUX CTIMER driver.
|