The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_COUNTER_NATIVE_POSIX

Enable counter on COUNTER_0

Type: bool

Direct dependencies

BOARD_NATIVE_POSIX && COUNTER

(Includes any dependencies from ifs and menus.)

Default

  • y

Kconfig definition

At drivers/counter/Kconfig.native_posix:4

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:66drivers/counter/Kconfig:47

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

config COUNTER_NATIVE_POSIX
    bool "Enable counter on COUNTER_0"
    default y
    depends on BOARD_NATIVE_POSIX && COUNTER

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