We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a6d2a2 commit f5de42aCopy full SHA for f5de42a
drivers/timer/Kconfig.esp32
@@ -1,11 +1,13 @@
1
# Copyright (c) 2014-2015 Wind River Systems, Inc.
2
# Copyright (c) 2016 Cadence Design Systems, Inc.
3
# Copyright (c) 2019 Intel Corp.
4
+# Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
5
# SPDX-License-Identifier: Apache-2.0
6
7
config ESP32_SYS_TIMER
8
bool "ESP32 sys-timer support (ESP32Cx series)"
- depends on SOC_SERIES_ESP32C2 || SOC_SERIES_ESP32C3 || (SOC_SERIES_ESP32C6 && !SOC_ESP32C6_LPCORE)
9
+ depends on SOC_SERIES_ESP32C2 || SOC_SERIES_ESP32C3 || \
10
+ (SOC_SERIES_ESP32C6 && !SOC_ESP32C6_LPCORE) || SOC_SERIES_ESP32H2
11
default y
12
select TICKLESS_CAPABLE
13
select TIMER_HAS_64BIT_CYCLE_COUNTER
0 commit comments