Allow to configure for w2sg0004 driver.
Signed-off-by: H. Nikolaus Schaller hns@goldelico.com --- drivers/gnss/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+)
diff --git a/drivers/gnss/Kconfig b/drivers/gnss/Kconfig index 6abc88514512..ccc128bd0a3f 100644 --- a/drivers/gnss/Kconfig +++ b/drivers/gnss/Kconfig @@ -40,4 +40,14 @@ config GNSS_UBX_SERIAL
If unsure, say N.
+config GNSS_W2SG0004 + tristate "W2SG00x4 power on/off driver" + depends on GPIOLIB && SERIAL_DEV_BUS + help + Enable on/off control of W2SG00x4 GPS module connected + to some SoC UART to allow powering up/down if the /dev/gnss + is opened/closed. + + It also provides a "rfkill gps" name to control the LNA power. + endif # GNSS