CONFIG_COUNTER_ESP32_TG0_T1¶
TG0_T1 enable/disable option
Type: bool
Help¶
Enables Timer 1 peripheral from Timer Group 0.
Direct dependencies¶
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/counter/Kconfig.esp32:19
Included via Kconfig:8
→ Kconfig.zephyr:42
→ drivers/Kconfig:66
→ drivers/counter/Kconfig:53
Menu path: (Top) → Device Drivers → Counter Drivers → ESP32 Counter Driver
config COUNTER_ESP32_TG0_T1
bool "TG0_T1 enable/disable option"
depends on COUNTER_ESP32 && COUNTER
help
Enables Timer 1 peripheral from Timer Group 0.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)