Kconfig (4b4193256c8d3bc3a5397b5cd9494c2ad386317d) | Kconfig (ee4736e50ba261944ddae75469b3eb47a9e2847d) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GNSS receiver configuration 4# 5 6menuconfig GNSS 7 tristate "GNSS receiver support" 8 help --- 40 unchanged lines hidden (view full) --- 49 Say Y here if you have a u-blox GNSS receiver which uses a serial 50 interface. 51 52 To compile this driver as a module, choose M here: the module will 53 be called gnss-ubx. 54 55 If unsure, say N. 56 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# GNSS receiver configuration 4# 5 6menuconfig GNSS 7 tristate "GNSS receiver support" 8 help --- 40 unchanged lines hidden (view full) --- 49 Say Y here if you have a u-blox GNSS receiver which uses a serial 50 interface. 51 52 To compile this driver as a module, choose M here: the module will 53 be called gnss-ubx. 54 55 If unsure, say N. 56 |
57config GNSS_USB 58 tristate "USB GNSS receiver support" 59 depends on USB 60 help 61 Say Y here if you have a GNSS receiver which uses a USB interface. 62 63 To compile this driver as a module, choose M here: the module will 64 be called gnss-usb. 65 66 If unsure, say N. 67 |
|
57endif # GNSS | 68endif # GNSS |