:orphan: .. title:: CONFIG_COUNTER_ESP32_TG1_T0 .. kconfig:: CONFIG_COUNTER_ESP32_TG1_T0 CONFIG_COUNTER_ESP32_TG1_T0 ########################### *TG1\_T0 enable/disable option* Type: ``bool`` Help ==== .. code-block:: none Enables Timer 0 peripheral from Timer Group 1. Direct dependencies =================== \ :kconfig:`COUNTER_ESP32 ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/counter/Kconfig.esp32:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:53`` Menu path: (Top) → Device Drivers → Counter Drivers → ESP32 Counter Driver .. code-block:: kconfig config COUNTER_ESP32_TG1_T0 bool "TG1_T0 enable/disable option" depends on COUNTER_ESP32 && COUNTER help Enables Timer 0 peripheral from Timer Group 1. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*