hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/gnss/Kconfig
....@@ -1,10 +1,11 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # GNSS receiver configuration
34 #
45
56 menuconfig GNSS
67 tristate "GNSS receiver support"
7
- ---help---
8
+ help
89 Say Y here if you have a GNSS receiver (e.g. a GPS receiver).
910
1011 To compile this driver as a module, choose M here: the module will
....@@ -15,10 +16,23 @@
1516 config GNSS_SERIAL
1617 tristate
1718
19
+config GNSS_MTK_SERIAL
20
+ tristate "Mediatek GNSS receiver support"
21
+ depends on SERIAL_DEV_BUS
22
+ select GNSS_SERIAL
23
+ help
24
+ Say Y here if you have a Mediatek-based GNSS receiver which uses a
25
+ serial interface.
26
+
27
+ To compile this driver as a module, choose M here: the module will
28
+ be called gnss-mtk.
29
+
30
+ If unsure, say N.
31
+
1832 config GNSS_SIRF_SERIAL
1933 tristate "SiRFstar GNSS receiver support"
2034 depends on SERIAL_DEV_BUS
21
- ---help---
35
+ help
2236 Say Y here if you have a SiRFstar-based GNSS receiver which uses a
2337 serial interface.
2438
....@@ -31,7 +45,7 @@
3145 tristate "u-blox GNSS receiver support"
3246 depends on SERIAL_DEV_BUS
3347 select GNSS_SERIAL
34
- ---help---
48
+ help
3549 Say Y here if you have a u-blox GNSS receiver which uses a serial
3650 interface.
3751
....@@ -44,7 +58,7 @@
4458 tristate "Command line test driver for GNSS"
4559 depends on SERIAL_DEV_BUS
4660 select GNSS_SERIAL
47
- ---help---
61
+ help
4862 Say Y here if you want to test the GNSS subsystem but do not have a
4963 way to communicate a binding through firmware such as DT or ACPI.
5064 The correct serdev device and protocol type must be specified on