dt-bindings: gnss: add sirfstar binding
[linux-block.git] / drivers / gnss / Kconfig
CommitLineData
2b6a4403
JH
1#
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.
37768b05
JH
12
13if GNSS
14
15config GNSS_SERIAL
16 tristate
17
1ad69f10
JH
18config 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
37768b05 31endif # GNSS