zephyr/tests/drivers/gnss/gnss_api/Kconfig
Bjarki Arge Andreasen fdda93fd99 tests: drivers: gnss: Add GNSS API test suite
Add GNSS API test suite validating the behavior of a GNSS
device adheres to the GNSS API.

Signed-off-by: Bjarki Arge Andreasen <bjarki@arge-andreasen.me>
2024-05-09 15:45:34 +02:00

33 lines
649 B
Plaintext

# Copyright (c) 2024 Trackunit Corporation
# SPDX-License-Identifier: Apache-2.0
source "Kconfig.zephyr"
config TEST_ENABLED_SYSTEMS_0
int "Enabled systems configuration 0"
range 0 255
default 0
config TEST_ENABLED_SYSTEMS_1
int "Enabled systems configuration 1"
range 0 255
default 0
config TEST_ENABLED_SYSTEMS_2
int "Enabled systems configuration 2"
range 0 255
default 0
config TEST_ENABLED_SYSTEMS_3
int "Enabled systems configuration 3"
range 0 255
default 0
config TEST_SEARCH_PERIOD
int "Search period for satellites in seconds"
default 60
config TEST_FIX_TIMEOUT
int "Timeout waiting for a fix in seconds"
default 60