:orphan: .. title:: CONFIG_COUNTER_NATIVE_POSIX_FREQUENCY .. kconfig:: CONFIG_COUNTER_NATIVE_POSIX_FREQUENCY CONFIG_COUNTER_NATIVE_POSIX_FREQUENCY ##################################### *native\_posix counter frequency in Hz* Type: ``int`` Direct dependencies =================== \ :kconfig:`COUNTER_NATIVE_POSIX ` && \ :kconfig:`COUNTER ` *(Includes any dependencies from ifs and menus.)* Default ======= - 1000 Kconfig definition ================== At ``/counter/Kconfig.native_posix:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:66`` → ``/counter/Kconfig:47`` 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.)*