:orphan: .. title:: CONFIG_COUNTER_NATIVE_POSIX .. kconfig:: CONFIG_COUNTER_NATIVE_POSIX CONFIG_COUNTER_NATIVE_POSIX ########################### *Enable counter on COUNTER\_0* Type: ``bool`` Direct dependencies =================== \ :kconfig:`BOARD_NATIVE_POSIX ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== At ``/counter/Kconfig.native_posix:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:47`` Menu path: (Top) → Device Drivers → Counter Drivers .. code-block:: kconfig 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.)*