1# MCUXpresso SDK CTIMER 2 3# Copyright (c) 2021 Toby firth 4# SPDX-License-Identifier: Apache-2.0 5 6config COUNTER_MCUX_CTIMER 7 bool "MCUX CTIMER driver" 8 default y 9 depends on DT_HAS_NXP_LPC_CTIMER_ENABLED 10 help 11 Enable support for MCUX CTIMER driver. 12 13config COUNTER_MCUX_CTIMER_RESERVE_CHANNEL_FOR_SETTOP 14 bool "reserve a ctimer channel to set the top value" 15 default y 16 depends on COUNTER_MCUX_CTIMER 17 help 18 This reserves a CTimer channel to set the top value. Without 19 this the set top value can be set only to the max counter value. 20