EliasJRH commented on code in PR #16605: URL: https://github.com/apache/nuttx/pull/16605#discussion_r2190867139
########## drivers/sensors/Kconfig: ########## @@ -838,6 +838,35 @@ config KXTJ9_I2C_BUS_SPEED endif # SENSORS_KXTJ9 +config SENSORS_L86_XXX + bool "Quectel L86-XXX GNSS support" + default n + depends on SERIAL && STANDARD_SERIAL && UORB + ---help--- + Enable driver support for the L86-XXX series of GNSS modules. Review Comment: I added a note in the docs page for this driver as it feels more appropriate to put it there 👍 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org