Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
3cf219fb97893e3a5841e77e9cd677c42ae1cc00
/
.
/
drivers
/
gnss
/
Kconfig.emul
blob: 9ae9a406472844280e3f77900b9dadf7f0b8ac3e [
file
] [
log
] [
blame
]
# Copyright (c) 2024 Trackunit Corporation
# SPDX-License-Identifier: Apache-2.0
config GNSS_EMUL
bool
"Emulated GNSS driver"
default
y
depends on DT_HAS_ZEPHYR_GNSS_EMUL_ENABLED
select
TIMEOUT_64BIT
help
Enable
emulated GNSS driver
.