:orphan: .. title:: COUNTER_NATIVE_POSIX_FREQUENCY .. option:: CONFIG_COUNTER_NATIVE_POSIX_FREQUENCY *native\_posix counter frequency in Hz* Type: ``int`` Direct dependencies =================== \ :option:`COUNTER_NATIVE_POSIX ` && \ :option:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== At ``/counter/Kconfig.native_posix:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:64`` → ``/counter/Kconfig:43`` Menu path: (Top) → Device Drivers → Counter Drivers → Enable counter on COUNTER_0 .. code-block:: kconfig config COUNTER_NATIVE_POSIX_FREQUENCY int "native_posix counter frequency in Hz" default 1000 depends on COUNTER_NATIVE_POSIX && COUNTER *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*