# Copyright (c) 2025 Croxel Inc.
# Copyright (c) 2025 CogniPilot Foundation
# SPDX-License-Identifier: Apache-2.0

config GNSS_RTK_SERIAL
	bool "Serial GNSS RTK client"
	select SERIAL
	select UART_INTERRUPT_DRIVEN
	help
	  Use RTK Serial client to obtain data-correction.
