We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb306c9 commit 2d553a0Copy full SHA for 2d553a0
drivers/gnss/Kconfig.quectel_lx6
@@ -9,6 +9,7 @@ config GNSS_QUECTEL_LX6
9
depends on GNSS_REFERENCE_FRAME_WGS84
10
select I2C if $(dt_compat_on_bus,$(DT_COMPAT_QUECTEL_L96),i2c)
11
select SERIAL if $(dt_compat_on_bus,$(DT_COMPAT_QUECTEL_L96),uart)
12
+ select WARN_EXPERIMENTAL if $(dt_compat_on_bus,$(DT_COMPAT_QUECTEL_L96),uart)
13
select MODEM_MODULES
14
select MODEM_BACKEND_QUECTEL_I2C if $(dt_compat_on_bus,$(DT_COMPAT_QUECTEL_L96),i2c)
15
select MODEM_BACKEND_UART if $(dt_compat_on_bus,$(DT_COMPAT_QUECTEL_L96),uart)
0 commit comments