1# ESP32 RTC Timer configuration 2 3# Copyright (c) 2022 Espressif Systems (Shanghai) Co., Ltd. 4# SPDX-License-Identifier: Apache-2.0 5 6config COUNTER_RTC_ESP32 7 bool "ESP32 Counter driver based on the RTC Timer" 8 default y 9 depends on DT_HAS_ESPRESSIF_ESP32_RTC_TIMER_ENABLED 10 help 11 Enables the Counter driver API based on Espressif's RTC 12 Timer for ESP32 series devices. 13