mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-27 13:16:35 +00:00
gpsd: fixup various problems with Config.in
fix wrong configure symbol name for MTK. remove default values from most of options and leave only default y for NMEA protocol (90% of users will need this one) and features for gpsd to reconfigure device. Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
6ba25ba606
commit
a7537caaac
@ -1,7 +1,7 @@
|
|||||||
config BR2_PACKAGE_GPSD
|
config BR2_PACKAGE_GPSD
|
||||||
bool "gpsd"
|
bool "gpsd"
|
||||||
help
|
help
|
||||||
gpsd is a service daemon that monitors one or more GPSes or AIS
|
gpsd is a service daemon that monitors one or more GPSes or AIS
|
||||||
receivers attached to a host computer through serial or USB ports,
|
receivers attached to a host computer through serial or USB ports,
|
||||||
making all data on the location/course/velocity of the sensors
|
making all data on the location/course/velocity of the sensors
|
||||||
available to be queried on TCP port 2947 of the host computer.
|
available to be queried on TCP port 2947 of the host computer.
|
||||||
@ -18,26 +18,21 @@ menu "Features"
|
|||||||
|
|
||||||
config BR2_PACKAGE_GPSD_TIMING
|
config BR2_PACKAGE_GPSD_TIMING
|
||||||
bool "latency timing support"
|
bool "latency timing support"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_CLIENT_DEBUG
|
config BR2_PACKAGE_GPSD_CLIENT_DEBUG
|
||||||
bool "client debugging support"
|
bool "client debugging support"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_OLDSTYLE
|
config BR2_PACKAGE_GPSD_OLDSTYLE
|
||||||
bool "oldstyle (pre-JSON) protocol support"
|
bool "oldstyle (pre-JSON) protocol support"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_PROFILING
|
config BR2_PACKAGE_GPSD_PROFILING
|
||||||
bool "profiling support"
|
bool "profiling support"
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_NTP_SHM
|
config BR2_PACKAGE_GPSD_NTP_SHM
|
||||||
bool "NTP time hinting support"
|
bool "NTP time hinting support"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_PPS
|
config BR2_PACKAGE_GPSD_PPS
|
||||||
bool "PPS time syncing support"
|
bool "PPS time syncing support"
|
||||||
default y
|
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_PPS_ON_CTS
|
config BR2_PACKAGE_GPSD_PPS_ON_CTS
|
||||||
bool "PPS pulse on CTS rather than DCD"
|
bool "PPS pulse on CTS rather than DCD"
|
||||||
@ -99,61 +94,51 @@ menu "Protocols"
|
|||||||
|
|
||||||
config BR2_PACKAGE_GPSD_ASHTECH
|
config BR2_PACKAGE_GPSD_ASHTECH
|
||||||
bool "Ashtech"
|
bool "Ashtech"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Ashtech support
|
Ashtech support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_AIVDM
|
config BR2_PACKAGE_GPSD_AIVDM
|
||||||
bool "Aivdm"
|
bool "Aivdm"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Aivdm support
|
Aivdm support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_EARTHMATE
|
config BR2_PACKAGE_GPSD_EARTHMATE
|
||||||
bool "Earthmate"
|
bool "Earthmate"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
DeLorme EarthMate Zodiac support
|
DeLorme EarthMate Zodiac support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_EVERMORE
|
config BR2_PACKAGE_GPSD_EVERMORE
|
||||||
bool "EverMore"
|
bool "EverMore"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
EverMore binary support
|
EverMore binary support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_FV18
|
config BR2_PACKAGE_GPSD_FV18
|
||||||
bool "FV-18"
|
bool "FV-18"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
San Jose Navigation FV-18 support
|
San Jose Navigation FV-18 support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_GARMIN
|
config BR2_PACKAGE_GPSD_GARMIN
|
||||||
bool "Garmin (kernel)"
|
bool "Garmin (kernel)"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Garmin kernel driver support
|
Garmin kernel driver support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT
|
config BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT
|
||||||
bool "Garmin (simple text)"
|
bool "Garmin (simple text)"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
Garmin Simple Text support
|
Garmin Simple Text support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_GPSCLOCK
|
config BR2_PACKAGE_GPSD_GPSCLOCK
|
||||||
bool "GPSClock"
|
bool "GPSClock"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
GPSClock support
|
GPSClock support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_ITRAX
|
config BR2_PACKAGE_GPSD_ITRAX
|
||||||
bool "iTrax"
|
bool "iTrax"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
iTrax support
|
iTrax support
|
||||||
|
|
||||||
config BR2_PACKAGE_MTK3301
|
config BR2_PACKAGE_GPSD_MTK3301
|
||||||
bool "MTK-3301"
|
bool "MTK-3301"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Mediatek MTK-3301 support
|
Mediatek MTK-3301 support
|
||||||
|
|
||||||
@ -165,73 +150,61 @@ config BR2_PACKAGE_GPSD_NMEA
|
|||||||
|
|
||||||
config BR2_PACKAGE_GPSD_NTRIP
|
config BR2_PACKAGE_GPSD_NTRIP
|
||||||
bool "NTRIP"
|
bool "NTRIP"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
NTRIP support
|
NTRIP support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_NAVCOM
|
config BR2_PACKAGE_GPSD_NAVCOM
|
||||||
bool "Navcom"
|
bool "Navcom"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Navcom binary support
|
Navcom binary support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_OCEANSERVER
|
config BR2_PACKAGE_GPSD_OCEANSERVER
|
||||||
bool "OceanServer"
|
bool "OceanServer"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
OceanServer Digital Compass support
|
OceanServer Digital Compass support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_ONCORE
|
config BR2_PACKAGE_GPSD_ONCORE
|
||||||
bool "OnCore"
|
bool "OnCore"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
OnCore support
|
OnCore support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_RTCM104V2
|
config BR2_PACKAGE_GPSD_RTCM104V2
|
||||||
bool "RTCM104 v2"
|
bool "RTCM104 v2"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
RTCM104 v2 support
|
RTCM104 v2 support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_RTCM104V3
|
config BR2_PACKAGE_GPSD_RTCM104V3
|
||||||
bool "RTCM104 v3"
|
bool "RTCM104 v3"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
RTCM104 v3 support
|
RTCM104 v3 support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_SIRF
|
config BR2_PACKAGE_GPSD_SIRF
|
||||||
bool "SiRF"
|
bool "SiRF"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
SiRF binary support
|
SiRF binary support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_SUPERSTAR2
|
config BR2_PACKAGE_GPSD_SUPERSTAR2
|
||||||
bool "SuperStarII"
|
bool "SuperStarII"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Novatel SuperStarII binary support
|
Novatel SuperStarII binary support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_TRIMBLE_TSIP
|
config BR2_PACKAGE_GPSD_TRIMBLE_TSIP
|
||||||
bool "Trimble TSIP"
|
bool "Trimble TSIP"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Trimble TSIP support
|
Trimble TSIP support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_TRIPMATE
|
config BR2_PACKAGE_GPSD_TRIPMATE
|
||||||
bool "TripMate"
|
bool "TripMate"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
Delorme TripMate support
|
Delorme TripMate support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_TRUE_NORTH
|
config BR2_PACKAGE_GPSD_TRUE_NORTH
|
||||||
bool "True North Technologies"
|
bool "True North Technologies"
|
||||||
default n
|
|
||||||
help
|
help
|
||||||
True North Technologies support
|
True North Technologies support
|
||||||
|
|
||||||
config BR2_PACKAGE_GPSD_UBX
|
config BR2_PACKAGE_GPSD_UBX
|
||||||
bool "UBX"
|
bool "UBX"
|
||||||
default y
|
|
||||||
help
|
help
|
||||||
uBlox UBX binary support
|
uBlox UBX binary support
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user