: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 ================== .. highlight:: kconfig At ``drivers/counter/Kconfig.native_posix:9`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:64`` → ``drivers/counter/Kconfig:43`` Menu path: (Top) → Device Drivers → Counter Drivers → Enable counter on COUNTER_0 .. parsed-literal:: config COUNTER_NATIVE_POSIX_FREQUENCY int "native_posix counter frequency in Hz" default 1000 depends on \ :option:`COUNTER_NATIVE_POSIX ` && \ :option:`COUNTER ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*