blob: 784b8c0367d99a080abc0a8ed99a8e75af132ace [file] [log] [blame]
Johan Hovold2b6a4402018-06-01 10:22:52 +02001#
2# GNSS receiver configuration
3#
4
5menuconfig GNSS
6 tristate "GNSS receiver support"
7 ---help---
8 Say Y here if you have a GNSS receiver (e.g. a GPS receiver).
9
10 To compile this driver as a module, choose M here: the module will
11 be called gnss.
Johan Hovold37768b02018-06-01 10:22:54 +020012
13if GNSS
14
15config GNSS_SERIAL
16 tristate
17
Johan Hovold1ad69f12018-06-01 10:22:56 +020018config GNSS_UBX_SERIAL
19 tristate "u-blox GNSS receiver support"
20 depends on SERIAL_DEV_BUS
21 select GNSS_SERIAL
22 ---help---
23 Say Y here if you have a u-blox GNSS receiver which uses a serial
24 interface.
25
26 To compile this driver as a module, choose M here: the module will
27 be called gnss-ubx.
28
29 If unsure, say N.
30
Johan Hovold37768b02018-06-01 10:22:54 +020031endif # GNSS