| # ESP32 Timer configuration |
| # Copyright (c) 2020 Espressif Systems (Shanghai) Co., Ltd. |
| # SPDX-License-Identifier: Apache-2.0 |
| bool "ESP32 Counter Driver" |
| Enable Counter driver for ESP32. |
| config COUNTER_ESP32_TG0_T0 |
| bool "TG0_T0 enable/disable option" |
| Enables Timer 0 peripheral from Timer Group 0. |
| config COUNTER_ESP32_TG0_T1 |
| bool "TG0_T1 enable/disable option" |
| Enables Timer 1 peripheral from Timer Group 0. |
| config COUNTER_ESP32_TG1_T0 |
| bool "TG1_T0 enable/disable option" |
| Enables Timer 0 peripheral from Timer Group 1. |
| config COUNTER_ESP32_TG1_T1 |
| bool "TG1_T1 enable/disable option" |
| Enables Timer 1 peripheral from Timer Group 1. |
| config COUNTER_ESP32_PRESCALER |
| int "Prescaling value for counter device" |
| Sets prescaler value for Timer clock. |