Johan Hovold | 2b6a440 | 2018-06-01 10:22:52 +0200 | [diff] [blame] | 1 | # |
| 2 | # GNSS receiver configuration |
| 3 | # |
| 4 | |
| 5 | menuconfig 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 Hovold | 37768b0 | 2018-06-01 10:22:54 +0200 | [diff] [blame] | 12 | |
| 13 | if GNSS |
| 14 | |
| 15 | config GNSS_SERIAL |
| 16 | tristate |
| 17 | |
Johan Hovold | d2efbbd | 2018-06-01 10:22:58 +0200 | [diff] [blame] | 18 | config GNSS_SIRF_SERIAL |
| 19 | tristate "SiRFstar GNSS receiver support" |
| 20 | depends on SERIAL_DEV_BUS |
| 21 | ---help--- |
| 22 | Say Y here if you have a SiRFstar-based GNSS receiver which uses a |
| 23 | serial interface. |
| 24 | |
| 25 | To compile this driver as a module, choose M here: the module will |
| 26 | be called gnss-sirf. |
| 27 | |
| 28 | If unsure, say N. |
| 29 | |
Johan Hovold | 1ad69f1 | 2018-06-01 10:22:56 +0200 | [diff] [blame] | 30 | config GNSS_UBX_SERIAL |
| 31 | tristate "u-blox GNSS receiver support" |
| 32 | depends on SERIAL_DEV_BUS |
| 33 | select GNSS_SERIAL |
| 34 | ---help--- |
| 35 | Say Y here if you have a u-blox GNSS receiver which uses a serial |
| 36 | interface. |
| 37 | |
| 38 | To compile this driver as a module, choose M here: the module will |
| 39 | be called gnss-ubx. |
| 40 | |
| 41 | If unsure, say N. |
| 42 | |
Johan Hovold | 37768b0 | 2018-06-01 10:22:54 +0200 | [diff] [blame] | 43 | endif # GNSS |