37768b054f
Add a generic serial GNSS driver (library) which provides a common implementation for the gnss interface and power management (runtime and system suspend). This allows GNSS drivers for specific chip to be implemented by simply providing a set_power() callback to handle three states: ACTIVE, STANDBY and OFF. Signed-off-by: Johan Hovold <johan@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
19 lines
305 B
Plaintext
19 lines
305 B
Plaintext
#
|
|
# GNSS receiver configuration
|
|
#
|
|
|
|
menuconfig GNSS
|
|
tristate "GNSS receiver support"
|
|
---help---
|
|
Say Y here if you have a GNSS receiver (e.g. a GPS receiver).
|
|
|
|
To compile this driver as a module, choose M here: the module will
|
|
be called gnss.
|
|
|
|
if GNSS
|
|
|
|
config GNSS_SERIAL
|
|
tristate
|
|
|
|
endif # GNSS
|