:orphan: .. title:: COUNTER_ESP32 .. option:: CONFIG_COUNTER_ESP32 *ESP32 Counter Driver* Type: ``bool`` Help ==== .. code-block:: none Enable Counter driver for ESP32. Direct dependencies =================== \ :option:`SOC_ESP32 ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/counter/Kconfig.esp32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:64`` → ``/counter/Kconfig:49`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig config COUNTER_ESP32 bool "ESP32 Counter Driver" default y depends on SOC_ESP32 && COUNTER help Enable Counter driver for ESP32. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*