18 lines
467 B
Plaintext
18 lines
467 B
Plaintext
# Copyright (c) 2020, Nordic Semiconductor ASA
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config COUNTER_NATIVE_POSIX
|
|
bool "Counter on COUNTER_0"
|
|
default y
|
|
depends on DT_HAS_ZEPHYR_NATIVE_POSIX_COUNTER_ENABLED
|
|
|
|
config COUNTER_NATIVE_POSIX_FREQUENCY
|
|
int "native_posix counter frequency in Hz"
|
|
default 1000
|
|
depends on COUNTER_NATIVE_POSIX
|
|
|
|
config COUNTER_NATIVE_POSIX_NBR_CHANNELS
|
|
int "native counter, number of channels"
|
|
default 4
|
|
depends on COUNTER_NATIVE_POSIX
|