1# Copyright (c) 2024 Trackunit Corporation
2# SPDX-License-Identifier: Apache-2.0
3
4source "Kconfig.zephyr"
5
6config TEST_ENABLED_SYSTEMS_0
7	int "Enabled systems configuration 0"
8	range 0 255
9	default 0
10
11config TEST_ENABLED_SYSTEMS_1
12	int "Enabled systems configuration 1"
13	range 0 255
14	default 0
15
16config TEST_ENABLED_SYSTEMS_2
17	int "Enabled systems configuration 2"
18	range 0 255
19	default 0
20
21config TEST_ENABLED_SYSTEMS_3
22	int "Enabled systems configuration 3"
23	range 0 255
24	default 0
25
26config TEST_SEARCH_PERIOD
27	int "Search period for satellites in seconds"
28	default 60
29
30config TEST_FIX_TIMEOUT
31	int "Timeout waiting for a fix in seconds"
32	default 60
33