depends on BR2_USE_MMU
depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
-config BR2_PACKAGE_GPSD
+menuconfig BR2_PACKAGE_GPSD
bool "gpsd"
# Uses fork()
depends on BR2_USE_MMU
string "Where to look for GPSes"
default "/dev/ttyS1"
-menu "Features"
+comment "Features"
config BR2_PACKAGE_GPSD_CLIENT_DEBUG
bool "client debugging support"
config BR2_PACKAGE_GPSD_USER
bool "GPSD privilege revocation user"
+
config BR2_PACKAGE_GPSD_USER_VALUE
- string ""
+ string "user to run as"
default "nobody"
depends on BR2_PACKAGE_GPSD_USER
config BR2_PACKAGE_GPSD_GROUP
bool "GPSD privilege revocation group"
+
config BR2_PACKAGE_GPSD_GROUP_VALUE
- string ""
+ string "group to run as"
default "nobody"
depends on BR2_PACKAGE_GPSD_GROUP
config BR2_PACKAGE_GPSD_FIXED_PORT_SPEED
bool "compile with fixed serial port speed"
+
config BR2_PACKAGE_GPSD_FIXED_PORT_SPEED_VALUE
- string ""
+ int "serial port speed"
default "9600"
depends on BR2_PACKAGE_GPSD_FIXED_PORT_SPEED
config BR2_PACKAGE_GPSD_MAX_CLIENT
bool "compile with limited maximum clients"
+
config BR2_PACKAGE_GPSD_MAX_CLIENT_VALUE
- string "compile with limited maximum clients"
+ int "maximum number of clients"
default "10"
depends on BR2_PACKAGE_GPSD_MAX_CLIENT
config BR2_PACKAGE_GPSD_MAX_DEV
bool "compile with maximum allowed devices"
+
config BR2_PACKAGE_GPSD_MAX_DEV_VALUE
- string "compile with maximum allowed devices"
+ int "maximum allowed devices"
default "2"
depends on BR2_PACKAGE_GPSD_MAX_DEV
config BR2_PACKAGE_GPSD_SQUELCH
bool "squelch gpsd_report and gpsd_hexdump to save cpu"
-endmenu
-
-menu "Protocols"
+comment "Protocols"
config BR2_PACKAGE_GPSD_AIVDM
bool "Aivdm"
help
uBlox UBX binary support
-endmenu
-
endif