18c2ecf20Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only
28c2ecf20Sopenharmony_ci#
38c2ecf20Sopenharmony_ci# GNSS receiver configuration
48c2ecf20Sopenharmony_ci#
58c2ecf20Sopenharmony_ci
68c2ecf20Sopenharmony_cimenuconfig GNSS
78c2ecf20Sopenharmony_ci	tristate "GNSS receiver support"
88c2ecf20Sopenharmony_ci	help
98c2ecf20Sopenharmony_ci	  Say Y here if you have a GNSS receiver (e.g. a GPS receiver).
108c2ecf20Sopenharmony_ci
118c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will
128c2ecf20Sopenharmony_ci	  be called gnss.
138c2ecf20Sopenharmony_ci
148c2ecf20Sopenharmony_ciif GNSS
158c2ecf20Sopenharmony_ci
168c2ecf20Sopenharmony_ciconfig GNSS_SERIAL
178c2ecf20Sopenharmony_ci	tristate
188c2ecf20Sopenharmony_ci
198c2ecf20Sopenharmony_ciconfig GNSS_MTK_SERIAL
208c2ecf20Sopenharmony_ci	tristate "Mediatek GNSS receiver support"
218c2ecf20Sopenharmony_ci	depends on SERIAL_DEV_BUS
228c2ecf20Sopenharmony_ci	select GNSS_SERIAL
238c2ecf20Sopenharmony_ci	help
248c2ecf20Sopenharmony_ci	  Say Y here if you have a Mediatek-based GNSS receiver which uses a
258c2ecf20Sopenharmony_ci	  serial interface.
268c2ecf20Sopenharmony_ci
278c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will
288c2ecf20Sopenharmony_ci	  be called gnss-mtk.
298c2ecf20Sopenharmony_ci
308c2ecf20Sopenharmony_ci	  If unsure, say N.
318c2ecf20Sopenharmony_ci
328c2ecf20Sopenharmony_ciconfig GNSS_SIRF_SERIAL
338c2ecf20Sopenharmony_ci	tristate "SiRFstar GNSS receiver support"
348c2ecf20Sopenharmony_ci	depends on SERIAL_DEV_BUS
358c2ecf20Sopenharmony_ci	help
368c2ecf20Sopenharmony_ci	  Say Y here if you have a SiRFstar-based GNSS receiver which uses a
378c2ecf20Sopenharmony_ci	  serial interface.
388c2ecf20Sopenharmony_ci
398c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will
408c2ecf20Sopenharmony_ci	  be called gnss-sirf.
418c2ecf20Sopenharmony_ci
428c2ecf20Sopenharmony_ci	  If unsure, say N.
438c2ecf20Sopenharmony_ci
448c2ecf20Sopenharmony_ciconfig GNSS_UBX_SERIAL
458c2ecf20Sopenharmony_ci	tristate "u-blox GNSS receiver support"
468c2ecf20Sopenharmony_ci	depends on SERIAL_DEV_BUS
478c2ecf20Sopenharmony_ci	select GNSS_SERIAL
488c2ecf20Sopenharmony_ci	help
498c2ecf20Sopenharmony_ci	  Say Y here if you have a u-blox GNSS receiver which uses a serial
508c2ecf20Sopenharmony_ci	  interface.
518c2ecf20Sopenharmony_ci
528c2ecf20Sopenharmony_ci	  To compile this driver as a module, choose M here: the module will
538c2ecf20Sopenharmony_ci	  be called gnss-ubx.
548c2ecf20Sopenharmony_ci
558c2ecf20Sopenharmony_ci	  If unsure, say N.
568c2ecf20Sopenharmony_ci
578c2ecf20Sopenharmony_ciendif # GNSS
58