Kconfig (2b6a440351436d792b1960822da4b7d6e673f568) Kconfig (37768b054f2074f40de3cacd492baed482f5d9da)
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.
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.
12
13if GNSS
14
15config GNSS_SERIAL
16 tristate
17
18endif # GNSS