Files
infix/package/feature-gps/Config.in
T
Mattias Walström 57961ac0a5 GPS: Refactor, do not use hotplug depend and move to finit
Also remove caching of GPS data in operational, gpsd now depend
on its GPS device <dev/gps0> instead of hotplug magic.
2026-03-05 08:21:34 +01:00

32 lines
1.0 KiB
Plaintext

config BR2_PACKAGE_FEATURE_GPS
bool "Feature GPS/GNSS"
select BR2_PACKAGE_GPSD
select BR2_PACKAGE_GPSD_ASHTECH
select BR2_PACKAGE_GPSD_EARTHMATE
select BR2_PACKAGE_GPSD_EVERMORE
select BR2_PACKAGE_GPSD_FURY
select BR2_PACKAGE_GPSD_FV18
select BR2_PACKAGE_GPSD_GARMIN
select BR2_PACKAGE_GPSD_GARMIN_SIMPLE_TXT
select BR2_PACKAGE_GPSD_GEOSTAR
select BR2_PACKAGE_GPSD_GPSCLOCK
select BR2_PACKAGE_GPSD_GREIS
select BR2_PACKAGE_GPSD_ISYNC
select BR2_PACKAGE_GPSD_ITRAX
select BR2_PACKAGE_GPSD_NMEA2000
select BR2_PACKAGE_GPSD_OCEANSERVER
select BR2_PACKAGE_GPSD_ONCORE
select BR2_PACKAGE_GPSD_RTCM104V2
select BR2_PACKAGE_GPSD_RTCM104V3
select BR2_PACKAGE_GPSD_SIRF
select BR2_PACKAGE_GPSD_SKYTRAQ
select BR2_PACKAGE_GPSD_SUPERSTAR2
select BR2_PACKAGE_GPSD_TRIMBLE_TSIP
select BR2_PACKAGE_GPSD_TRIPMATE
select BR2_PACKAGE_GPSD_TRUE_NORTH
select BR2_PACKAGE_GPSD_UBX
help
Enables GPS/GNSS support in Infix. Includes gpsd with all
receiver protocol drivers and kernel USB ACM support for
common USB GPS receivers.