Merge remote-tracking branch 'origin/upstream/linux-linaro-lsk-v3.10-android+android...
[firefly-linux-kernel-4.4.55.git] / drivers / misc / gps / Kconfig
1 #
2 # gps device configuration
3 #
4
5 menuconfig GPS_DEVICES
6         bool "support GPS devices"
7         default n
8         ---help---
9          Say Y here if you support gps
10
11 if GPS_DEVICES
12
13 source "drivers/misc/gps/rk_gps/Kconfig"        
14
15 config GPS_GNS7560
16         bool "gns7560 support"
17         default n
18         
19
20 endif # RK29_GPS
21
22