zephyr/drivers/counter/Kconfig.mcux_ctimer
Toby Firth 893bfc0fc1 drivers: counter: added ctimer driver for lpcexpresso55s69
Added shim driver for the CTIMERs for the lpcexpresso55s69 board.

Fixes: #22705

Signed-off-by: Toby Firth <tobyjfirth@gmail.com>
2021-08-24 17:13:22 -04:00

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.