1# Copyright (c) 2014-2015 Wind River Systems, Inc. 2# Copyright (c) 2016 Cadence Design Systems, Inc. 3# Copyright (c) 2019 Intel Corp. 4# SPDX-License-Identifier: Apache-2.0 5 6config MCHP_XEC_RTOS_TIMER 7 bool "Microchip XEC series RTOS timer" 8 default y 9 depends on DT_HAS_MICROCHIP_XEC_RTOS_TIMER_ENABLED 10 select TICKLESS_CAPABLE 11 select SYSTEM_TIMER_HAS_DISABLE_SUPPORT 12 help 13 This module implements a kernel device driver for the Microchip 14 XEC series RTOS timer and provides the standard "system clock 15 driver" interfaces. 16