:orphan: .. title:: CONFIG_COUNTER .. kconfig:: CONFIG_COUNTER CONFIG_COUNTER ############## *Counter Drivers* Type: ``bool`` Help ==== .. code-block:: none Enable support for counter and timer. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :kconfig:`TEST_BUSY_SIM ` Kconfig definition ================== At ``/counter/Kconfig:6`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` Menu path: (Top) → Device Drivers .. code-block:: kconfig menuconfig COUNTER bool "Counter Drivers" help Enable support for counter and timer. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*