CONFIG_COUNTER_ESP32

ESP32 Counter Driver

Type: bool

Help

Enable Counter driver for ESP32.

Direct dependencies

SOC_ESP32 && COUNTER

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At <Zephyr>/drivers/counter/Kconfig.esp32:6

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:40<Zephyr>/drivers/Kconfig:64<Zephyr>/drivers/counter/Kconfig:53

Menu path: (Top) → Device Drivers → Counter Drivers

menuconfig COUNTER_ESP32
    bool "ESP32 Counter Driver"
    depends on SOC_ESP32 && COUNTER
    help
      Enable Counter driver for ESP32.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)