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:
Nick Ward 2025-06-05 09:32:28 +10:00 committed by Carles Cufí
parent 3b268447cd
commit 3b05fd12a5
2 changed files with 8 additions and 0 deletions

View File

@ -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

View File

@ -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