summaryrefslogtreecommitdiff
path: root/drivers/gnss/Kconfig
blob: f8ee54f99a8d84a2c24cc3f90410189d3b3bf7d9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# GNSS receiver configuration
#

menuconfig GNSS
	tristate "GNSS receiver support"
	---help---
	  Say Y here if you have a GNSS receiver (e.g. a GPS receiver).

	  To compile this driver as a module, choose M here: the module will
	  be called gnss.

if GNSS

config GNSS_SERIAL
	tristate

endif # GNSS