mirror of
https://github.com/rd-stuffs/msm-4.14.git
synced 2025-02-20 11:45:48 +08:00
This is a driver to handle SiRFStar GNSS chip power controls, a device node is created to interact with driver power controls and exposes set of IOCTLs. These IOCTLs provide mechanisms to transition of GNSS receiver power state. Change-Id: I96056fc860c5be66e4b5bbdfecf6b572eaae971f Signed-off-by: Naresh Munagala <nareshm@codeaurora.org>
12 lines
184 B
Plaintext
12 lines
184 B
Plaintext
#
|
|
# SIRF GNSS receiver configuration
|
|
#
|
|
|
|
menu "GNSS SIRF controls"
|
|
config GNSS_SIRF
|
|
bool "GNSS SIRF"
|
|
help
|
|
Driver for ports of GNSS SIRF functionality
|
|
|
|
endmenu
|