Config.in 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211
  1. config BR2_PACKAGE_GPSD
  2. bool "gpsd"
  3. help
  4. gpsd is a service daemon that monitors one or more GPSes or AIS
  5. receivers attached to a host computer through serial or USB ports,
  6. making all data on the location/course/velocity of the sensors
  7. available to be queried on TCP port 2947 of the host computer.
  8. http://gpsd.berlios.de/
  9. config BR2_PACKAGE_GPSD_DEVICES
  10. string "Where to look for GPSes"
  11. default "/dev/ttyS1"
  12. depends on BR2_PACKAGE_GPSD
  13. menu "Features"
  14. depends on BR2_PACKAGE_GPSD
  15. config BR2_PACKAGE_GPSD_TIMING
  16. bool "latency timing support"
  17. config BR2_PACKAGE_GPSD_CLIENT_DEBUG
  18. bool "client debugging support"
  19. config BR2_PACKAGE_GPSD_OLDSTYLE
  20. bool "oldstyle (pre-JSON) protocol support"
  21. config BR2_PACKAGE_GPSD_PROFILING
  22. bool "profiling support"
  23. config BR2_PACKAGE_GPSD_NTP_SHM
  24. bool "NTP time hinting support"
  25. config BR2_PACKAGE_GPSD_PPS
  26. bool "PPS time syncing support"
  27. config BR2_PACKAGE_GPSD_PPS_ON_CTS
  28. bool "PPS pulse on CTS rather than DCD"
  29. depends on BR2_PACKAGE_GPSD_PPS
  30. config BR2_PACKAGE_GPSD_USER
  31. bool "GPSD privilege revocation user"
  32. config BR2_PACKAGE_GPSD_USER_VALUE
  33. string ""
  34. default "nobody"
  35. depends on BR2_PACKAGE_GPSD_USER
  36. config BR2_PACKAGE_GPSD_GROUP
  37. bool "GPSD privilege revocation group"
  38. config BR2_PACKAGE_GPSD_GROUP_VALUE
  39. string ""
  40. default "nobody"
  41. depends on BR2_PACKAGE_GPSD_GROUP
  42. config BR2_PACKAGE_GPSD_FIXED_PORT_SPEED
  43. bool "compile with fixed serial port speed"
  44. config BR2_PACKAGE_GPSD_FIXED_PORT_SPEED_VALUE
  45. string ""
  46. default "9600"
  47. depends on BR2_PACKAGE_GPSD_FIXED_PORT_SPEED
  48. config BR2_PACKAGE_GPSD_MAX_CLIENT
  49. bool "compile with limited maximum clients"
  50. config BR2_PACKAGE_GPSD_MAX_CLIENT_VALUE
  51. string "compile with limited maximum clients"
  52. default "10"
  53. depends on BR2_PACKAGE_GPSD_MAX_CLIENT
  54. config BR2_PACKAGE_GPSD_MAX_DEV
  55. bool "compile with maximum allowed devices"
  56. config BR2_PACKAGE_GPSD_MAX_DEV_VALUE
  57. string "compile with maximum allowed devices"
  58. default "2"
  59. depends on BR2_PACKAGE_GPSD_MAX_DEV
  60. config BR2_PACKAGE_GPSD_RECONFIGURE
  61. bool "allow gpsd to change device settings"
  62. default y
  63. config BR2_PACKAGE_GPSD_CONTROLSEND
  64. bool "allow gpsctl/gpsmon to change device settings"
  65. default y
  66. config BR2_PACKAGE_GPSD_RAW
  67. bool "enable raw measurement processing"
  68. config BR2_PACKAGE_GPSD_SQUELCH
  69. bool "squelch gpsd_report and gpsd_hexdump to save cpu"
  70. endmenu
  71. menu "Protocols"
  72. depends on BR2_PACKAGE_GPSD
  73. config BR2_PACKAGE_GPSD_ASHTECH
  74. bool "Ashtech"
  75. help
  76. Ashtech support
  77. config BR2_PACKAGE_GPSD_AIVDM
  78. bool "Aivdm"
  79. help
  80. Aivdm support
  81. config BR2_PACKAGE_GPSD_EARTHMATE
  82. bool "Earthmate"
  83. help
  84. DeLorme EarthMate Zodiac support
  85. config BR2_PACKAGE_GPSD_EVERMORE
  86. bool "EverMore"
  87. help
  88. EverMore binary support
  89. config BR2_PACKAGE_GPSD_FV18
  90. bool "FV-18"
  91. help
  92. San Jose Navigation FV-18 support
  93. config BR2_PACKAGE_GPSD_GARMIN
  94. bool "Garmin (kernel)"
  95. help
  96. Garmin kernel driver support
  97. config BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT
  98. bool "Garmin (simple text)"
  99. help
  100. Garmin Simple Text support
  101. config BR2_PACKAGE_GPSD_GPSCLOCK
  102. bool "GPSClock"
  103. help
  104. GPSClock support
  105. config BR2_PACKAGE_GPSD_ITRAX
  106. bool "iTrax"
  107. help
  108. iTrax support
  109. config BR2_PACKAGE_GPSD_MTK3301
  110. bool "MTK-3301"
  111. help
  112. Mediatek MTK-3301 support
  113. config BR2_PACKAGE_GPSD_NMEA
  114. bool "NMEA"
  115. default y
  116. help
  117. Generic NMEA support
  118. config BR2_PACKAGE_GPSD_NTRIP
  119. bool "NTRIP"
  120. help
  121. NTRIP support
  122. config BR2_PACKAGE_GPSD_NAVCOM
  123. bool "Navcom"
  124. help
  125. Navcom binary support
  126. config BR2_PACKAGE_GPSD_OCEANSERVER
  127. bool "OceanServer"
  128. help
  129. OceanServer Digital Compass support
  130. config BR2_PACKAGE_GPSD_ONCORE
  131. bool "OnCore"
  132. help
  133. OnCore support
  134. config BR2_PACKAGE_GPSD_RTCM104V2
  135. bool "RTCM104 v2"
  136. help
  137. RTCM104 v2 support
  138. config BR2_PACKAGE_GPSD_RTCM104V3
  139. bool "RTCM104 v3"
  140. help
  141. RTCM104 v3 support
  142. config BR2_PACKAGE_GPSD_SIRF
  143. bool "SiRF"
  144. help
  145. SiRF binary support
  146. config BR2_PACKAGE_GPSD_SUPERSTAR2
  147. bool "SuperStarII"
  148. help
  149. Novatel SuperStarII binary support
  150. config BR2_PACKAGE_GPSD_TRIMBLE_TSIP
  151. bool "Trimble TSIP"
  152. help
  153. Trimble TSIP support
  154. config BR2_PACKAGE_GPSD_TRIPMATE
  155. bool "TripMate"
  156. help
  157. Delorme TripMate support
  158. config BR2_PACKAGE_GPSD_TRUE_NORTH
  159. bool "True North Technologies"
  160. help
  161. True North Technologies support
  162. config BR2_PACKAGE_GPSD_UBX
  163. bool "UBX"
  164. help
  165. uBlox UBX binary support
  166. endmenu