blob: 154d19de56716f4a0bb7cb501c136d289d0ed6b8 [file] [log] [blame]
# 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.
config COUNTER_MCUX_CTIMER_RESERVE_CHANNEL_FOR_SETTOP
bool "reserve a ctimer channel to set the top value"
default y
depends on COUNTER_MCUX_CTIMER
help
This reserves a CTimer channel to set the top value. Without
this the set top value can be set only to the max counter value.