# SPDX-License-Identifier: GPL-2.0-only # # [31mCONFIG_GNSS[0m receiver configuration # menuconfig [31mCONFIG_GNSS[0m tristate "GNSS receiver support" ---help--- Say Y here if you have a [31mCONFIG_GNSS[0m receiver (e.g. a GPS receiver). To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called gnss. if [31mCONFIG_GNSS[0m config [31mCONFIG_GNSS_SERIAL[0m tristate config [31mCONFIG_GNSS_MTK_SERIAL[0m tristate "Mediatek GNSS receiver support" depends on [31mCONFIG_SERIAL_DEV_BUS[0m select [31mCONFIG_GNSS_SERIAL[0m help Say Y here if you have a Mediatek-based [31mCONFIG_GNSS[0m receiver which uses a serial interface. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called gnss-mtk. If unsure, say N. config [31mCONFIG_GNSS_SIRF_SERIAL[0m tristate "SiRFstar GNSS receiver support" depends on [31mCONFIG_SERIAL_DEV_BUS[0m ---help--- Say Y here if you have a SiRFstar-based [31mCONFIG_GNSS[0m receiver which uses a serial interface. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called gnss-sirf. If unsure, say N. config [31mCONFIG_GNSS_UBX_SERIAL[0m tristate "u-blox GNSS receiver support" depends on [31mCONFIG_SERIAL_DEV_BUS[0m select [31mCONFIG_GNSS_SERIAL[0m ---help--- Say Y here if you have a u-blox [31mCONFIG_GNSS[0m receiver which uses a serial interface. To compile this driver as a module, choose [31mCONFIG_M[0m here: the module will be called gnss-ubx. If unsure, say N. endif # [31mCONFIG_GNSS[0m |