:orphan: .. title:: CONFIG_COUNTER_ESP32 .. kconfig:: CONFIG_COUNTER_ESP32 CONFIG_COUNTER_ESP32 #################### *ESP32 Counter Driver* Type: ``bool`` Help ==== .. code-block:: none Enable Counter driver for ESP32 series devices. Direct dependencies =================== (\ :kconfig:`SOC_ESP32 ` || \ :kconfig:`SOC_ESP32S2 `) && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/counter/Kconfig.esp32:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:53`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig menuconfig COUNTER_ESP32 bool "ESP32 Counter Driver" depends on (SOC_ESP32 || SOC_ESP32S2) && COUNTER help Enable Counter driver for ESP32 series devices. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*