Config.in 1.0 KB

1234567891011121314151617181920212223242526
  1. config ADK_PACKAGE_GPSD
  2. prompt "gpsd.............................. An interface daemon for GPS receivers"
  3. tristate
  4. default n
  5. depends on ADK_CXX
  6. select ADK_PACKAGE_LIBPTHREAD
  7. help
  8. gpsd is a monitor daemon that watches a TCP/IP port (2947 by default),
  9. waiting for applications to request information from GPSes or
  10. differential-GPS radios attached to the host machine. Each GPS or
  11. radio is expected to be direct-connected to the host via a USB or
  12. RS232C serial port. The port may be specified to gpsd at startup, or
  13. it may be set via a command shipped down a local control socket (e.g.
  14. by a USB hotplug script). Given a GPS device by either means, gpsd
  15. discovers the correct port speed and protocol for it.
  16. http://gpsd.berlios.de/
  17. config ADK_PACKAGE_GPSD_CLIENTS
  18. prompt "gpsd-clients.................... cgps and gpxlogger"
  19. tristate
  20. default y
  21. depends on ADK_PACKAGE_GPSD
  22. help
  23. This enables the command-line GPS client "cgps" and
  24. the "gpxlogger" tool for outputting standard GPX files.