blob: b7ef0488daa921838066610bf4509eea97472a4f [file] [log] [blame]
Filip Zajdel33eabf62020-07-21 16:34:03 +02001# Copyright (c) 2020, Nordic Semiconductor ASA
2# SPDX-License-Identifier: Apache-2.0
3
4config COUNTER_NATIVE_POSIX
5 bool "Enable counter on COUNTER_0"
6 default y
7 depends on BOARD_NATIVE_POSIX
8
9config COUNTER_NATIVE_POSIX_FREQUENCY
10 int "native_posix counter frequency in Hz"
11 default 1000
12 depends on COUNTER_NATIVE_POSIX