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 ESP32_SYS_TIMER 7 bool "ESP32 sys-timer support (ESP32Cx series)" 8 depends on SOC_SERIES_ESP32C3 || SOC_SERIES_ESP32C6 9 default y 10 select TICKLESS_CAPABLE 11 select TIMER_HAS_64BIT_CYCLE_COUNTER 12 select SYSTEM_TIMER_HAS_DISABLE_SUPPORT 13 help 14 This option enables the system timer driver for the Espressif ESP32Cx 15 and provides the standard "system clock driver" interface. 16