File tree Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Expand file tree Collapse file tree 2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 1
1
# ESP32 RTC Timer configuration
2
2
3
- # Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd.
3
+ # Copyright (c) 2022-2025 Espressif Systems (Shanghai) Co., Ltd.
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
6
config COUNTER_RTC_ESP32
Original file line number Diff line number Diff line change 1
1
# ESP32 General Purpose Timer configuration
2
2
3
- # Copyright (c) 2020 Espressif Systems (Shanghai) Co., Ltd.
3
+ # Copyright (c) 2020-2025 Espressif Systems (Shanghai) Co., Ltd.
4
4
# SPDX-License-Identifier: Apache-2.0
5
5
6
6
config COUNTER_TMR_ESP32
7
7
bool "ESP32 Counter Driver based on GP-Timers"
8
8
default y
9
- depends on DT_HAS_ESPRESSIF_ESP32_TIMER_ENABLED
10
- help
11
- Enables the Counter driver API based on Espressif's General
12
- Purpose Timers for ESP32 series devices.
13
-
14
- config COUNTER_TMR_RTC_ESP32
15
- bool "ESP32 Counter Driver based on GP-Timers"
16
- default y
17
- depends on DT_HAS_ESPRESSIF_ESP32_RTC_TIMER_ENABLED
9
+ depends on DT_HAS_ESPRESSIF_ESP32_COUNTER_ENABLED
18
10
help
19
11
Enables the Counter driver API based on Espressif's General
20
12
Purpose Timers for ESP32 series devices.
You can’t perform that action at this time.
0 commit comments