Config.in 4.3 KB

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