2021-11-04 14:14:51 +01:00
|
|
|
# Copyright (c) 2014-2015 Wind River Systems, Inc.
|
|
|
|
# Copyright (c) 2016 Cadence Design Systems, Inc.
|
|
|
|
# Copyright (c) 2019 Intel Corp.
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2024-03-14 20:45:57 +01:00
|
|
|
config ESP32_SYS_TIMER
|
|
|
|
bool "ESP32 sys-timer support (ESP32Cx series)"
|
2023-07-20 18:24:09 +02:00
|
|
|
depends on SOC_SERIES_ESP32C3
|
2021-11-04 14:14:51 +01:00
|
|
|
default y
|
|
|
|
select TICKLESS_CAPABLE
|
|
|
|
select TIMER_HAS_64BIT_CYCLE_COUNTER
|
|
|
|
help
|
2024-03-14 20:45:57 +01:00
|
|
|
This option enables the system timer driver for the Espressif ESP32Cx
|
2021-11-04 14:14:51 +01:00
|
|
|
and provides the standard "system clock driver" interface.
|