| # SPDX-License-Identifier: Apache-2.0 |
| bool "U-BLOX M10 GNSS Module" |
| depends on DT_HAS_U_BLOX_M10_ENABLED |
| select MODEM_BACKEND_UART |
| select GNSS_NMEA0183_MATCH |
| select GNSS_U_BLOX_PROTOCOL |
| select UART_USE_RUNTIME_CONFIGURE |
| Enable U-BLOX M10 GNSS modem driver. |
| config GNSS_U_BLOX_M10_SATELLITES_COUNT |
| int "Maximum satellite count" |
| depends on GNSS_SATELLITES |
| Maximum number of satellite that the driver that can be decoded from |
| 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. |