drivers: gnss: tidy satellite count kconfig symbols
CONFIG_GNSS_LUATOS_AIR530Z_SATELLITES_COUNT and CONFIG_GNSS_U_BLOX_M8_SATELLITES_COUNT would unnecessarily be in .config file. Signed-off-by: Nick Ward <nix.ward@gmail.com>
This commit is contained in:
parent
3b268447cd
commit
3b05fd12a5
@ -16,6 +16,8 @@ config GNSS_LUATOS_AIR530Z
|
||||
help
|
||||
Enable Luatos Air530z GNSS driver.
|
||||
|
||||
if GNSS_LUATOS_AIR530Z
|
||||
|
||||
config GNSS_LUATOS_AIR530Z_SATELLITES_COUNT
|
||||
int "Maximum satellite count"
|
||||
depends on GNSS_SATELLITES
|
||||
@ -25,3 +27,5 @@ config GNSS_LUATOS_AIR530Z_SATELLITES_COUNT
|
||||
GNSS device. This does not affect the number of devices that
|
||||
the device is actually tracking, just how many of those can
|
||||
be reported in the satellites callback.
|
||||
|
||||
endif
|
||||
|
||||
@ -16,6 +16,8 @@ config GNSS_U_BLOX_M8
|
||||
help
|
||||
Enable U-BLOX M8 GNSS modem driver.
|
||||
|
||||
if GNSS_U_BLOX_M8
|
||||
|
||||
config GNSS_U_BLOX_M8_SATELLITES_COUNT
|
||||
int "Maximum satellite count"
|
||||
depends on GNSS_SATELLITES
|
||||
@ -25,3 +27,5 @@ config GNSS_U_BLOX_M8_SATELLITES_COUNT
|
||||
the GNSS device. This does not affect the number of devices that the
|
||||
device is actually tracking, just how many of those can be reported
|
||||
in the satellites callback.
|
||||
|
||||
endif
|
||||
|
||||
Loading…
Reference in New Issue
Block a user