diff options
Diffstat (limited to 'package/gpsd/Config.in')
-rw-r--r-- | package/gpsd/Config.in | 22 |
1 files changed, 15 insertions, 7 deletions
diff --git a/package/gpsd/Config.in b/package/gpsd/Config.in index 16635dc0d..18e21e5af 100644 --- a/package/gpsd/Config.in +++ b/package/gpsd/Config.in @@ -38,10 +38,6 @@ config BR2_PACKAGE_GPSD_NTP_SHM config BR2_PACKAGE_GPSD_PPS bool "PPS time syncing support" -config BR2_PACKAGE_GPSD_PPS_ON_CTS - bool "PPS pulse on CTS rather than DCD" - depends on BR2_PACKAGE_GPSD_PPS - config BR2_PACKAGE_GPSD_USER bool "GPSD privilege revocation user" config BR2_PACKAGE_GPSD_USER_VALUE @@ -85,9 +81,6 @@ config BR2_PACKAGE_GPSD_CONTROLSEND bool "allow gpsctl/gpsmon to change device settings" default y -config BR2_PACKAGE_GPSD_RAW - bool "enable raw measurement processing" - config BR2_PACKAGE_GPSD_SQUELCH bool "squelch gpsd_report and gpsd_hexdump to save cpu" @@ -116,6 +109,11 @@ config BR2_PACKAGE_GPSD_EVERMORE help EverMore binary support +config BR2_PACKAGE_GPSD_FURY + bool "Fury" + help + Jackson Labs Fury and Firefly support + config BR2_PACKAGE_GPSD_FV18 bool "FV-18" help @@ -131,6 +129,11 @@ config BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT help Garmin Simple Text support +config BR2_PACKAGE_GPSD_GEOSTAR + bool "Geostar" + help + Geostar Protocol support + config BR2_PACKAGE_GPSD_GPSCLOCK bool "GPSClock" help @@ -162,6 +165,11 @@ config BR2_PACKAGE_GPSD_NAVCOM help Navcom binary support +config BR2_PACKAGE_GPSD_NMEA2000 + bool "nmea2000" + help + NMEA2000/CAN support + config BR2_PACKAGE_GPSD_OCEANSERVER bool "OceanServer" help |