#
# Copyright (c) 2018 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: LicenseRef-Nordic-5-Clause
#

menu "LTE BLE gateway sample"

config GNSS_SEARCH_INTERVAL
	int "Interval for starting GNSS search"
	default 240

config GNSS_SEARCH_TIMEOUT
	int "Timeout for GNSS search"
	default 120
	help
	  The GNSS will stop acquiring GNSS fix when it times out.
	  It will restart the search at the start of the next search interval.

endmenu

module=LTE_BLE_GW
module-dep=LOG
module-str= LTE BLE gateway sample
source "${ZEPHYR_BASE}/subsys/logging/Kconfig.template.log_config"

menu "Zephyr Kernel"
source "Kconfig.zephyr"
endmenu
