Skip to content

Commit f5de42a

Browse files
author
Raffael Rostagno
committed
drivers: systimer: esp32h2: Add support
Add systimer support for ESP32-H2. Signed-off-by: Raffael Rostagno <[email protected]>
1 parent 3a6d2a2 commit f5de42a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

drivers/timer/Kconfig.esp32

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
11
# Copyright (c) 2014-2015 Wind River Systems, Inc.
22
# Copyright (c) 2016 Cadence Design Systems, Inc.
33
# Copyright (c) 2019 Intel Corp.
4+
# Copyright (c) 2025 Espressif Systems (Shanghai) Co., Ltd.
45
# SPDX-License-Identifier: Apache-2.0
56

67
config ESP32_SYS_TIMER
78
bool "ESP32 sys-timer support (ESP32Cx series)"
8-
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
911
default y
1012
select TICKLESS_CAPABLE
1113
select TIMER_HAS_64BIT_CYCLE_COUNTER

0 commit comments

Comments
 (0)